Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |