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
educg-net-14158-894147
UCore-SMP
Commits
896857fe
Commit
896857fe
authored
3 years ago
by
邹先予
Browse files
Options
Download
Patches
Plain Diff
实现syscall: fstat,仅包含对dev、nlink、size的填充,其余fields全部置0
parent
a94f1b6b
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
os/file/file.c
+27
-8
os/file/file.c
os/file/stat.h
+31
-6
os/file/stat.h
os/fs/inode.c
+9
-0
os/fs/inode.c
os/fs/inode.h
+2
-0
os/fs/inode.h
os/syscall/syscall_impl.c
+1
-1
os/syscall/syscall_impl.c
os/syscall/syscall_impl.h
+3
-1
os/syscall/syscall_impl.h
user/include/ucore_syscall.h
+2
-2
user/include/ucore_syscall.h
user/lib/syscall.c
+2
-2
user/lib/syscall.c
with
77 additions
and
20 deletions
+77
-20
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