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
ZongzhenYang
进击のOS
Commits
68da94f6
Commit
68da94f6
authored
2 years ago
by
ZongzhenYang
Browse files
Options
Download
Plain Diff
fix signal
parents
c2e6f37b
d1455973
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
include/config.h
+7
-1
include/config.h
include/fs/pipe.h
+1
-1
include/fs/pipe.h
run-qemu.sh
+1
-1
run-qemu.sh
src/kernel/exec.c
+64
-4
src/kernel/exec.c
src/kernel/initcode.c
+2
-2
src/kernel/initcode.c
src/kernel/pagefault.c
+3
-1
src/kernel/pagefault.c
src/kernel/proc.c
+1
-0
src/kernel/proc.c
src/kernel/signal.c
+17
-6
src/kernel/signal.c
src/mm/alloc.c
+1
-0
src/mm/alloc.c
src/mm/filemap.c
+1
-0
src/mm/filemap.c
src/mm/mmap.c
+2
-0
src/mm/mmap.c
src/platform/qemu/include/qemu.h
+1
-1
src/platform/qemu/include/qemu.h
user/raw/lmbench_testcode.sh
+1
-1
user/raw/lmbench_testcode.sh
with
102 additions
and
18 deletions
+102
-18
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