index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
release lab net
Sanjit Bhat
1
-1
/
+10
2022-08-23
Merge branch 'riscv-killed' into riscv
Frans Kaashoek
1
-3
/
+3
2022-08-22
slightly better comments
Robert Morris
1
-3
/
+3
2022-08-11
Use p->lock to read p->killed
Frans Kaashoek
1
-1
/
+1
2022-08-11
Use atomic store_n and load_n
Frans Kaashoek
1
-1
/
+1
2022-08-11
Clean up using killed()
Frans Kaashoek
1
-2
/
+2
2022-08-10
Read and write p->killed using atomics
Frans Kaashoek
1
-3
/
+3
2022-08-09
adopt github PR98 (No need to store TRAPFRAME in sscratch register)
Robert Morris
1
-5
/
+6
2020-08-10
interrupt-driven uart output, hopefully a nice example for teaching.
Robert Morris
1
-2
/
+6
2020-08-10
rename p->tf to p->trapframe, for consistency with p->context
Robert Morris
1
-7
/
+7
2019-10-27
nits
Robert Morris
1
-2
/
+5
2019-09-17
all of PTE_FLAGS
Robert Morris
1
-2
/
+2
2019-09-10
Support exit status for exit/wait
Frans Kaashoek
1
-2
/
+2
2019-07-27
console/uart tweaks
Robert Morris
1
-1
/
+3
2019-07-26
???
Robert Morris
1
-1
/
+1
2019-07-26
machinevec -> timervec
Robert Morris
1
-5
/
+5
2019-07-26
uservec before userret in trampoline, to match book and kernelvec
Robert Morris
1
-2
/
+3
2019-07-26
trampin -> uservec
Robert Morris
1
-2
/
+2
2019-07-24
display assembly instructions, to help with first.tex exercise
Robert Morris
1
-1
/
+1
2019-07-23
simplify kernel mapping calls
Robert Morris
1
-1
/
+1
2019-07-23
one more TRAMPOLINE
Frans Kaashoek
1
-1
/
+1
2019-07-11
cosmetic changes
Robert Morris
1
-6
/
+14
2019-07-10
have kill() lock before looking at p->pid
Robert Morris
1
-0
/
+3
2019-07-10
tweak some comments.
Robert Morris
1
-1
/
+1
2019-07-02
Merge branch 'riscv' into riscv-proc
Frans Kaashoek
1
-7
/
+20
2019-07-02
Checkpoint switching to per-process locks, in attempt clarify xv6's
Frans Kaashoek
1
-1
/
+1
2019-07-02
don't enable interrupts until done with sstatus, scause, &c
Robert Morris
1
-4
/
+6
2019-07-01
timer interrupt in the kernel -> yield
Robert Morris
1
-3
/
+14
2019-06-13
clean up virtio code
Robert Morris
1
-1
/
+1
2019-06-13
virtio disk driver
Robert Morris
1
-0
/
+2
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
1
-0
/
+184