Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Yichen-个人练习
OSKernel2024-Phoenix-1053
Commits
407330ba
Commit
407330ba
authored
1 year ago
by
陈睿玮
Browse files
Options
Download
Patches
Plain Diff
feat(syscall): implement sys_getdents64 syscall
parent
fb3fe3a1
main
feat-busybox
final
preliminary
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
kernel/src/syscall/consts.rs
+1
-1
kernel/src/syscall/consts.rs
kernel/src/syscall/fs.rs
+42
-1
kernel/src/syscall/fs.rs
kernel/src/syscall/mm.rs
+1
-0
kernel/src/syscall/mm.rs
kernel/src/syscall/mod.rs
+1
-1
kernel/src/syscall/mod.rs
modules/fat32/src/file/dir.rs
+8
-6
modules/fat32/src/file/dir.rs
modules/fat32/src/file/file.rs
+1
-32
modules/fat32/src/file/file.rs
modules/vfs-core/src/inode.rs
+4
-0
modules/vfs-core/src/inode.rs
modules/vfs-core/src/utils.rs
+4
-1
modules/vfs-core/src/utils.rs
user/src/bin/exec_test.rs
+1
-1
user/src/bin/exec_test.rs
with
63 additions
and
43 deletions
+63
-43
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets