openharmony_kernel_liteos_a/kernel/base
chenwei 600dded31e feat: add /proc/fd file to dump the pid/fd/path information
1, for users with privilege, display all users' fd info with the template "Pid  Fd  SysFd Path"
2, for normal user, display its own fd info with the template "Pid Fd Path"

close #I3WB5U

Signed-off-by: chenwei <chenwei26@huawei.com>
2021-06-22 17:27:25 +08:00
..
core feat: add /proc/fd file to dump the pid/fd/path information 2021-06-22 17:27:25 +08:00
include feat: add /proc/fs_cache to display cache info 2021-06-22 14:53:17 +08:00
ipc chore: fix typos 2021-06-16 14:52:06 +08:00
mem Fix memory leak check and interity error check. 2021-05-14 14:42:41 +08:00
misc fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
mp refactor: Refactored the kernel boot process and added a init framework 2021-05-20 16:45:43 +08:00
om remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
sched/sched_sq fix: fix function name OsSchedSetIdleTaskSchedParam 2021-05-18 09:02:48 +08:00
vm feat: add /proc/fs_cache to display cache info 2021-06-22 14:53:17 +08:00
BUILD.gn remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
Makefile remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00