We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cc715 commit 63e4640Copy full SHA for 63e4640
README.md
@@ -7,5 +7,7 @@
7
- fs/stat.c->SYSCALL_DEFINE4(newfstatat)
8
- statfs属性修改
9
- fs/statfs.c->SYSCALL_DEFINE2(statfs)
10
-- 系统信息修改
11
- - kernel/sys.c->SYSCALL_DEFINE1(newuname)
+- uname信息修改
+ - kernel/sys.c->SYSCALL_DEFINE1(newuname)
12
+- getdents某些文件隐藏(针对ext4类型的目录)
13
+ - fs/ext4/dir.c(ext4_readdir)
0 commit comments