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-14239-914332
OSKernel2022-Maturin-1281
Commits
33643ed5
Commit
33643ed5
authored
2 years ago
by
Maturin
Browse files
Options
Download
Patches
Plain Diff
add sigaction/kill/tkill, global tid2signals
parent
c0016828
master
HEAD
a036
final1
optional-2
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
kernel/src/signal/bitset.rs
+2
-2
kernel/src/signal/bitset.rs
kernel/src/signal/mod.rs
+33
-1
kernel/src/signal/mod.rs
kernel/src/signal/sig_action.rs
+0
-1
kernel/src/signal/sig_action.rs
kernel/src/signal/tid2signals.rs
+27
-0
kernel/src/signal/tid2signals.rs
kernel/src/syscall/process.rs
+22
-9
kernel/src/syscall/process.rs
kernel/src/task/cpu_local.rs
+8
-0
kernel/src/task/cpu_local.rs
kernel/src/task/task.rs
+6
-3
kernel/src/task/task.rs
with
98 additions
and
16 deletions
+98
-16
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