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-26010-2376550
OSKernel2024-chaos
Commits
fe5179eb
Commit
fe5179eb
authored
10 months ago
by
陈宽宽
Browse files
Options
Download
Patches
Plain Diff
fix: fix pipe read jump, same as wait4
parent
55271674
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
os/src/fs/pipe.rs
+6
-2
os/src/fs/pipe.rs
os/src/fs/stdio.rs
+1
-0
os/src/fs/stdio.rs
os/src/syscall/ppoll.rs
+9
-0
os/src/syscall/ppoll.rs
os/src/syscall/process.rs
+1
-0
os/src/syscall/process.rs
os/src/syscall/sync.rs
+1
-0
os/src/syscall/sync.rs
os/src/trap/mod.rs
+2
-0
os/src/trap/mod.rs
user/src/bin/initproc.rs
+2
-2
user/src/bin/initproc.rs
with
22 additions
and
4 deletions
+22
-4
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