Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-09-23 | Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times. | Frans Kaashoek | 1 | -0/+1 |
2010-07-28 | kill TLB shoot down code | Frans Kaashoek | 1 | -1/+0 |
2010-07-23 | Checkpoint page-table version for SMP | Frans Kaashoek | 1 | -1/+2 |
2009-07-11 | s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number. | Russ Cox | 1 | -2/+3 |
2009-05-31 | Add serial port input/output. | rsc | 1 | -0/+1 |
2007-08-08 | typo | rsc | 1 | -1/+1 |
2006-09-07 | more comments | rsc | 1 | -1/+3 |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 1 | -1/+1 |
2006-09-06 | wrap long lines | rsc | 1 | -23/+23 |
2006-09-06 | no /* */ comments | rsc | 1 | -3/+3 |
2006-09-06 | standardize various * conventions | rsc | 1 | -1/+1 |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -24/+24 |
2006-09-03 | remove duplication | kaashoek | 1 | -0/+2 |
2006-06-28 | timer interrupts | kaashoek | 1 | -0/+6 |
2006-06-15 | primitive fork and exit system calls | rtm | 1 | -0/+26 |