summaryrefslogtreecommitdiff
path: root/traps.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-31fork/wait/exit workRobert Morris1-36/+0
2018-10-10No T_SYSCALLFrans Kaashoek1-3/+0
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek1-0/+1
2010-07-28kill TLB shoot down codeFrans Kaashoek1-1/+0
2010-07-23Checkpoint page-table version for SMPFrans Kaashoek1-1/+2
2009-07-11s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number.Russ Cox1-2/+3
2009-05-31Add serial port input/output.rsc1-0/+1
2007-08-08typorsc1-1/+1
2006-09-07more commentsrsc1-1/+3
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-1/+1
2006-09-06wrap long linesrsc1-23/+23
2006-09-06no /* */ commentsrsc1-3/+3
2006-09-06standardize various * conventionsrsc1-1/+1
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-24/+24
2006-09-03remove duplicationkaashoek1-0/+2
2006-06-28timer interruptskaashoek1-0/+6
2006-06-15primitive fork and exit system callsrtm1-0/+26