index
:
xv6-labs-2022/.git
util
origin/HEAD
origin/cow
origin/pgtbl
origin/riscv
origin/syscall
origin/traps
origin/util
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
proc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-09
sscratch cleanup
Robert Morris
1
-1
/
+0
2021-08-31
comment
Pavan Maddamsetti
1
-1
/
+1
2020-11-05
don't over-lock in exit()
Robert Morris
1
-1
/
+3
2020-11-05
Frans' proc_lock.
Robert Morris
1
-1
/
+1
2020-08-10
modify each page in usertests countfree()
Robert Morris
1
-1
/
+1
2020-08-10
cpu->scheduler -> cpu->context to reduce confusion
Robert Morris
1
-1
/
+1
2020-08-10
rename p->tf to p->trapframe, for consistency with p->context
Robert Morris
1
-1
/
+1
2019-10-03
updated alarmtest
Robert Morris
1
-1
/
+1
2019-09-10
Support exit status for exit/wait
Frans Kaashoek
1
-0
/
+1
2019-07-26
trampin -> uservec
Robert Morris
1
-2
/
+2
2019-07-24
no more PAGEBREAK
Robert Morris
1
-2
/
+0
2019-07-23
simplify kernel mapping calls
Robert Morris
1
-1
/
+1
2019-07-22
-MD and TRAPFRAME
Robert Morris
1
-6
/
+0
2019-07-10
document which proc fields are protected by p->lock
Robert Morris
1
-5
/
+9
2019-07-10
tweak some comments.
Robert Morris
1
-14
/
+18
2019-07-08
holding p->lock all the way through state=RUNNABLE means we don't need EMBRYO
Robert Morris
1
-1
/
+1
2019-07-02
Checkpoint switching to per-process locks, in attempt clarify xv6's
Frans Kaashoek
1
-0
/
+1
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
1
-0
/
+104