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
你说对不队
OSKernel2023-ByteOS
Commits
e6a150ce
Commit
e6a150ce
authored
2 years ago
by
啊队队队
Browse files
Options
Download
Patches
Plain Diff
finish syscall futimens
parent
a2075544
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
crates/vfscore/src/lib.rs
+4
-1
crates/vfscore/src/lib.rs
kernel/src/syscall/consts.rs
+1
-1
kernel/src/syscall/consts.rs
kernel/src/syscall/fd.rs
+48
-16
kernel/src/syscall/fd.rs
kernel/src/syscall/func.rs
+43
-0
kernel/src/syscall/func.rs
kernel/src/syscall/mm.rs
+3
-4
kernel/src/syscall/mm.rs
kernel/src/syscall/mod.rs
+1
-31
kernel/src/syscall/mod.rs
kernel/src/syscall/sys.rs
+2
-4
kernel/src/syscall/sys.rs
kernel/src/syscall/task.rs
+2
-3
kernel/src/syscall/task.rs
kernel/src/syscall/time.rs
+1
-1
kernel/src/syscall/time.rs
kernel/src/tasks/initproc.rs
+3
-4
kernel/src/tasks/initproc.rs
modules/fs/src/lib.rs
+3
-1
modules/fs/src/lib.rs
modules/ramfs/src/lib.rs
+9
-5
modules/ramfs/src/lib.rs
with
120 additions
and
71 deletions
+120
-71
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