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
PierreCashon
rustcomp
Commits
715303d1
Unverified
Commit
715303d1
authored
3 months ago
by
P1erreCashon
Committed by
GitHub
3 months ago
Browse files
Options
Download
Plain Diff
Merge pull request #10 from P1erreCashon/dev-add_getdents
add getdents,sleep,getppid fix syscall for testcase
parents
2bef7f98
9e890db0
main
fix-fix_libc-bench_regex_test
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
ext4/src/dentry.rs
+33
-2
ext4/src/dentry.rs
os/src/fs/inode.rs
+1
-1
os/src/fs/inode.rs
os/src/main.rs
+1
-0
os/src/main.rs
os/src/syscall/fs.rs
+140
-0
os/src/syscall/fs.rs
os/src/syscall/mod.rs
+26
-11
os/src/syscall/mod.rs
os/src/syscall/process.rs
+151
-87
os/src/syscall/process.rs
os/src/task/mod.rs
+1
-1
os/src/task/mod.rs
os/src/task/task.rs
+10
-0
os/src/task/task.rs
user/src/syscall.rs
+1
-1
user/src/syscall.rs
vfs-defs/src/dentry.rs
+1
-1
vfs-defs/src/dentry.rs
with
365 additions
and
104 deletions
+365
-104
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