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-14157-894146
os-606
Commits
66cf2833
Commit
66cf2833
authored
3 years ago
by
observer
Browse files
Options
Download
Patches
Plain Diff
增加sigaction系统调用
parent
14e1b079
master
submit
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
.gitignore
+4
-0
.gitignore
.gitingore
+0
-2
.gitingore
kernel/src/main.rs
+10
-9
kernel/src/main.rs
kernel/src/syscall/mod.rs
+6
-0
kernel/src/syscall/mod.rs
kernel/src/syscall/process.rs
+50
-10
kernel/src/syscall/process.rs
kernel/src/task/mod.rs
+4
-4
kernel/src/task/mod.rs
kernel/src/task/process.rs
+30
-26
kernel/src/task/process.rs
kernel/src/task/signal.rs
+66
-7
kernel/src/task/signal.rs
kernel/src/trap/mod.rs
+11
-7
kernel/src/trap/mod.rs
with
181 additions
and
65 deletions
+181
-65
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