openharmony_kernel_liteos_a/syscall
chenwei 101a55d119 fix: codex
1,VFS代码中不修改参数增加const修饰
2,fs_file_mapping.c: 增加安全函数的判空
3,path_cache.c: sizeof改为使用类型
4,fs_syscall.c: 对NULL解引用
5,VnodeLookup:冗余的判空,及不正确的判空

close: I3UMWD
Signed-off-by: yansira <yansira@hotmail.com>
2021-06-07 22:45:40 +08:00
..
Makefile remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
fs_syscall.c fix: codex 2021-06-07 22:45:40 +08:00
ipc_syscall.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
los_syscall.c fix: 解决kill进程时无法保证进程的已持有的内核资源合理释放. 2021-05-24 14:29:37 +08:00
los_syscall.h feat: timer_create支持以SIGEV_THREAD方式创建定时器 2021-06-04 15:29:44 +08:00
misc_syscall.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
net_syscall.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
process_syscall.c fix: correct spelling 2021-05-08 11:23:08 +08:00
syscall_lookup.h remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
syscall_pub.c update openharmony 1.0.1 2021-03-11 18:43:57 +08:00
syscall_pub.h IssueNo:#I3G1Q7 2021-04-17 16:15:35 +08:00
time_syscall.c feat: timer_create支持以SIGEV_THREAD方式创建定时器 2021-06-04 15:29:44 +08:00
vm_syscall.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00