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-12100-765609
UCore-SMP
Commits
b0926e0d
Commit
b0926e0d
authored
4 years ago
by
TianhuaTao
Browse files
Options
Download
Patches
Plain Diff
update code
parent
82f269ce
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
nfs/types.h
+1
-1
nfs/types.h
os/driver/virtio_disk.c
+2
-2
os/driver/virtio_disk.c
os/fs/fs.c
+1
-1
os/fs/fs.c
os/lock/lock.c
+0
-142
os/lock/lock.c
os/lock/lock.h
+2
-40
os/lock/lock.h
os/lock/mutex.c
+38
-0
os/lock/mutex.c
os/lock/mutex.h
+17
-0
os/lock/mutex.h
os/lock/spinlock.c
+103
-0
os/lock/spinlock.c
os/lock/spinlock.h
+21
-0
os/lock/spinlock.h
os/proc/proc.c
+24
-13
os/proc/proc.c
os/proc/proc.h
+1
-1
os/proc/proc.h
os/syscall/syscall.c
+1
-8
os/syscall/syscall.c
os/syscall/syscall_impl.c
+1
-2
os/syscall/syscall_impl.c
os/syscall/syscall_impl.h
+11
-10
os/syscall/syscall_impl.h
os/trap/trap.c
+3
-3
os/trap/trap.c
user/src/forktest.c
+0
-29
user/src/forktest.c
user/src/forktest1.c
+3
-1
user/src/forktest1.c
with
229 additions
and
253 deletions
+229
-253
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