dongly
|
3363586cbb
|
Fix some compilation warning (#5744)
* Fix some compilation warning
* 补充修正一些数据类型的使用错误
Co-authored-by: Meco Man <920369182@qq.com>
|
2022-08-02 12:09:49 -04:00 |
a1012112796
|
961fe7de0b
|
list_fd 显示完整路径 (#5683)
|
2022-03-26 15:45:53 +08:00 |
Meco Man
|
add72f1d7c
|
[dfs][posix] add creat()
|
2022-01-20 20:50:24 +08:00 |
Meco Man
|
f89a162ea3
|
[core] 使用rt_memcpy rt_memset代替memcpy memset
|
2022-01-09 00:23:18 +08:00 |
Meco Man
|
918ee6147c
|
add RT_USING_POSIX_STDIO
|
2022-01-05 23:11:58 +08:00 |
Meco Man
|
a3284876ff
|
revise RT_USING_POSIX_STDIO to RT_USING_POSIX_DEVIO
|
2021-11-24 08:41:10 -05:00 |
Bernard Xiong
|
64023c38f7
|
Merge pull request #5283 from mysterywolf/dfs
[dfs] move dfs back
|
2021-11-24 17:37:03 +08:00 |
Meco Man
|
df9a23c534
|
[mutex] use RT_IPC_FLAG_PRIO to replace RT_IPC_FLAG_FIFO
|
2021-11-17 15:57:15 -05:00 |
Meco Man
|
973f25901c
|
[dfs] move dfs back
|
2021-11-16 00:57:56 -05:00 |
Meco Man
|
f8388c572e
|
add RT_USING_POSIX_STDIO
|
2021-11-07 23:41:16 -05:00 |
Meco Man
|
25bd908fb7
|
[libc][posix] 解决RT_LIBC_USING_FILEIO范围过大的问题
|
2021-10-27 03:04:05 -04:00 |
Meco Man
|
a9910a780e
|
[posix][libc] 优化libc中posix结构
|
2021-10-26 23:09:54 -04:00 |
Meco Man
|
f7548b934e
|
[posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder
|
2021-10-21 19:05:53 -04:00 |
Jianting (Meco) Man
|
8c01acc667
|
Revert "[libc]&[dfs] remove unnecessary RT_USING_POSIX and RT_USING_DFS_DEVFS"
|
2021-10-14 20:11:01 -04:00 |
Meco Man
|
a354f846e8
|
[libc]&[dfs] remove unnecessary RT_USING_POSIX and RT_USING_DFS_DEVFS
|
2021-10-13 15:21:41 -04:00 |
tangyuxin
|
08e5e9d25f
|
[bsp][simulator] Fix compilation errors
|
2021-10-11 20:09:47 +08:00 |
Meco Man
|
ee4b7916a3
|
[libc标准化]脱敏dfs_select.h 由标准sys/select.h代替
|
2021-09-22 16:45:21 -04:00 |
Meco Man
|
e91ffdd1a0
|
[libc] fix the conflict warning of read and write functions
|
2021-09-13 11:39:04 -04:00 |
guo
|
160d448660
|
Merge pull request #5051 from mysterywolf/be_libc
[libc标准化] 使用标准poll.h代替dfs_poll.h
|
2021-09-13 10:45:09 +08:00 |
Meco Man
|
c48445a5f7
|
[标准化libc] fix CI warning
|
2021-09-11 18:33:46 -04:00 |
Meco Man
|
c360688714
|
使用poll.h代替dfs_poll.h
|
2021-09-11 11:56:54 -04:00 |
Meco Man
|
92c62a8fab
|
标准化<poll.h> 弱化<dfs_poll.h>
|
2021-09-11 11:25:43 -04:00 |
guozhanxin
|
8102502b98
|
[devfs] F_GETFL/F_SETFL should be handled by the drivers.
|
2021-07-08 16:38:40 +08:00 |
Meco Man
|
b7bfa04c06
|
[dfs] cat命令执行后增加\n 与linux行为一致
|
2021-03-21 02:03:45 +08:00 |
Meco Man
|
3c05a4e719
|
[compoenets] auto & manual formatted
|
2021-03-08 18:19:04 +08:00 |
tangyuxin
|
8861202c3b
|
[dfs] fix the DEVICE could not get or set flags
|
2020-09-26 12:30:39 +08:00 |
tangyuxin
|
50dc41468e
|
[add] DFS file system supports device types
|
2020-09-26 09:55:58 +08:00 |
Bernard Xiong
|
ad3e6d8898
|
[DFS] clean the unnecessary checking
|
2020-08-07 08:51:22 +08:00 |
longtengmcu
|
d75f03e4b0
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 …
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
4、修改注释信息
|
2020-05-21 22:05:38 +08:00 |
longtengmcu
|
63950c9259
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
|
2020-05-17 15:51:35 +08:00 |
Cliff Chen
|
1c68bd9d3c
|
Support msc mode automatic switching
Signed-off-by: Cliff Chen <cliff.chen@rock-chips.com>
|
2020-03-16 10:50:34 +08:00 |
Bernard Xiong
|
78d42efd22
|
[DFS] cleanup the log in dfs.
|
2019-12-18 21:37:42 +08:00 |
hichard
|
aafed7b434
|
1.修复sd卡热插拔内存泄露的bug
2.dfs增加函数,配合实现sd卡热插拔自动挂载卸载文件系统
|
2019-11-16 11:16:48 +08:00 |
zhangjun
|
60f2ae4d3c
|
[components][dfs]添加ftruncate接口
|
2019-09-26 10:22:33 +08:00 |
gbcwbz
|
97c9abffd1
|
[components][dfs] Fix fd error in command list_fd
|
2019-07-26 19:07:05 +08:00 |
tyustli
|
d8eb0cfc1e
|
fix kernel and framework no cast type error
|
2019-06-18 20:09:19 +08:00 |
misonyo
|
958d42f32c
|
[components/dfs]fix index overflow bug when not filesystem was selected
|
2019-04-23 23:03:34 +08:00 |
armink
|
6c92eb40da
|
[DFS] Update dfs file open log.
|
2019-04-12 10:39:05 +08:00 |
HubretXie
|
25cdd8bba9
|
fix use printf format bug
fix use printf format bug
|
2019-04-09 20:11:07 +08:00 |
tangyuxin
|
e71ec65549
|
[components][dfs]格式化代码
|
2019-04-08 14:51:01 +08:00 |
armink
|
4f7c06f923
|
[component][DFS] Change the log level on dfs_file_open() func.
|
2019-03-07 15:56:39 +08:00 |
Bernard Xiong
|
7383269905
|
[Kernel] Code cleanup for compiling warning.
|
2019-02-12 14:33:45 +08:00 |
Bernard Xiong
|
3b4a9f51c7
|
[DFS] Remove opened file check
Remove opened file check in dfs_file_open function. It will be replaced with POSIX flock/fcntl.
|
2019-01-24 20:55:27 +08:00 |
yangfasheng
|
c16d3de633
|
update dfs.c dfs_file.c dfs_file.h
Signed-off-by: yangfasheng <yangfasheng@rt-thread.com>
|
2019-01-09 17:40:32 +08:00 |
MurphyZhao
|
5d6c7e0df7
|
[components][dfs] Refix #2100 PR
#2100 PR 增加 `#include <libc.h>` 后,如果定义了 `RT_USING_DFS_DEVFS`,那就必须要开启 LIBC 才可以成功编译,增加了对 RT_USING_LIBC 的依赖。但是,这个修复又是关于开启 POSIX 的时候遇到的问题,因此建议在引入 <libc.h> 的地方,加入对 `RT_USING_POSIX` 的依赖。
Signed-off-by: MurphyZhao <d2014zjt@163.com>
|
2019-01-05 14:20:44 +08:00 |
gbcwbz
|
0924d277f6
|
[dfs] Fix stdio fd error when POSIX api is used
POSIX api e.g. poll read write
|
2018-12-23 19:14:14 +08:00 |
Bernard Xiong
|
1f37de29c4
|
Fix the value width issue under 32/64 bit arch.
|
2018-12-13 14:54:26 +08:00 |
shaojinchun
|
56c0df1e58
|
修正dfs在fd_get时,未检查有效性的问题
|
2018-12-10 08:33:17 +08:00 |
shaojinchun
|
2a57ba9f96
|
统一getcwd和chdir的加锁方式
|
2018-11-22 18:21:45 +08:00 |
Bernard Xiong
|
e108dfe4a5
|
[libc] Fix the _EXFUN issue in newlib
|
2018-11-10 16:58:07 +08:00 |