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
/
trap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-02
APIC IDs may not be consecutive and start from zero, so we cannot really use it
Frans Kaashoek
1
-4
/
+4
2016-08-25
Remove trailing white space with:
Frans Kaashoek
1
-4
/
+4
2011-07-29
Map kernel high
Frans Kaashoek
1
-0
/
+1
2011-02-19
xv6: formatting, cleanup, rev5 (take 2)
Russ Cox
1
-0
/
+3
2010-09-01
Tab police
Austin Clements
1
-1
/
+1
2010-08-31
Fix too-long lines
Austin Clements
1
-1
/
+2
2010-08-11
uptime() sys call for benchmarking
Robert Morris
1
-1
/
+1
2010-07-28
kill TLB shoot down code
Frans Kaashoek
1
-4
/
+0
2010-07-23
Checkpoint page-table version for SMP
Frans Kaashoek
1
-0
/
+4
2010-07-02
Initial version of single-cpu xv6 with page tables
Frans Kaashoek
1
-4
/
+5
2009-09-03
formatting tweaks
Russ Cox
1
-1
/
+2
2009-08-30
assorted fixes:
Russ Cox
1
-12
/
+12
2009-08-08
shuffle and tweak for formatting.
Russ Cox
1
-0
/
+1
2009-07-11
s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number.
Russ Cox
1
-7
/
+7
2009-05-31
Add serial port input/output.
rsc
1
-0
/
+5
2009-03-08
be consistent: no underscores in function names
rsc
1
-6
/
+6
2008-10-15
check cp->killed before returning to user from a timer interrupt
kolya
1
-0
/
+4
2007-09-27
interrupts during system calls
rsc
1
-1
/
+1
2007-09-27
Final word on the locking fiasco?
rsc
1
-5
/
+0
2007-09-27
rename splhi/spllo to pushcli/popcli
rsc
1
-2
/
+2
2007-09-27
now spllo is okay
rsc
1
-8
/
+2
2007-09-27
kernel SMP interruptibility fixes.
rsc
1
-3
/
+9
2007-09-26
various comment and print tweaks
rsc
1
-6
/
+7
2007-09-25
oops, interrupts on in syscall traps doesn't work after all
rtm
1
-1
/
+1
2007-09-25
tell SETGATE to leave interrupts on for T_SYSCALL
rtm
1
-2
/
+2
2007-08-28
delete proc_ on proc_exit, proc_wait, proc_kill
rsc
1
-3
/
+3
2007-08-28
more consistent spacing
rsc
1
-1
/
+1
2007-08-28
nits
rsc
1
-4
/
+0
2007-08-28
do not call proc_exit until lock dropped
rsc
1
-20
/
+18
2007-08-27
delete unnecessary #include lines
rsc
1
-2
/
+1
2007-08-27
Replace yield system call with sleep.
rsc
1
-16
/
+26
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
1
-4
/
+4
2007-08-14
formatting
rsc
1
-3
/
+3
2007-08-10
add note
rsc
1
-0
/
+1
2007-08-10
avoid assignments in declarations
rsc
1
-6
/
+5
2007-08-10
Make cp a magic symbol.
rsc
1
-1
/
+0
2007-08-08
add DPL_USER constant
rsc
1
-2
/
+2
2007-08-08
save process name for debugging
rsc
1
-3
/
+3
2006-09-08
tweak
rsc
1
-0
/
+1
2006-09-08
make trap fit on one page
rsc
1
-12
/
+6
2006-09-07
no recursive interrupts
rsc
1
-31
/
+34
2006-09-07
more comments
rsc
1
-5
/
+9
2006-09-06
wrap long lines
rsc
1
-2
/
+2
2006-09-06
no /* */ comments
rsc
1
-1
/
+1
2006-09-06
standardize various * conventions
rsc
1
-2
/
+2
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
1
-1
/
+1
2006-09-04
a few nits
kaashoek
1
-1
/
+1
2006-09-03
nits
kaashoek
1
-5
/
+9
2006-08-29
i broke sbrk, fix it
rtm
1
-1
/
+0
2006-08-29
clean up stale error checks and panics
rtm
1
-45
/
+0
[next]