Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-09 | Commit to running on an SMP (perhaps with only 1 core). Remove most code | Frans Kaashoek | 1 | -69/+1 | |
from picirq.c and remove timer.c completely. Update runoff.list. | |||||
2016-09-02 | Make runoff happy | Frans Kaashoek | 1 | -0/+3 | |
2010-09-02 | Get rid of the blank page in picirq.c. It misaligs things now. | Austin Clements | 1 | -29/+0 | |
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -0/+29 | |
pdf has very good page breaks now. would be a good copy for fall 2009. | |||||
2009-07-11 | trap cleanup | Russ Cox | 1 | -2/+2 | |
IRQ_OFFSET -> T_IRQ0 (a trap number not an IRQ number) T_SYSCALL 0x30 -> 0x40 (move out of IRQ range) | |||||
2009-03-08 | be consistent: no underscores in function names | rsc | 1 | -5/+5 | |
2007-08-28 | comments; rename irq_ to pic_ | rsc | 1 | -11/+12 | |
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -1/+0 | |
2006-09-07 | fix ide, pit interfaces | rsc | 1 | -2/+8 | |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 1 | -2/+2 | |
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP) | |||||
2006-09-06 | wrap long lines | rsc | 1 | -2/+2 | |
2006-09-06 | no /* */ comments | rsc | 1 | -5/+5 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -1/+1 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -9/+9 | |
2006-09-04 | a few nits | kaashoek | 1 | -2/+0 | |
2006-09-03 | remove duplication | kaashoek | 1 | -0/+1 | |
don't use the same name for two different pieces of code | |||||
2006-08-13 | wdir now uses readi/writei | rtm | 1 | -1/+0 | |
2006-08-13 | fix iget() bug that allocated in-use inode[] entries | rtm | 1 | -7/+0 | |
2006-08-04 | nit | kaashoek | 1 | -18/+18 | |
2006-08-04 | better interrupt plan---this one appears to work | kaashoek | 1 | -1/+0 | |
ioapic | |||||
2006-07-20 | uint32_t -> uint &c | rtm | 1 | -2/+2 | |
2006-07-16 | Undo change from this morning that wasn't intended to get in. | rsc | 1 | -1/+1 | |
2006-07-15 | move everything having to do with proc_table_lock into proc.c | rsc | 1 | -1/+1 | |
2006-07-05 | timer interrupts | kaashoek | 1 | -63/+68 | |
disk interrupts (assuming bochs has a bug) | |||||
2006-06-22 | checkpoint. booting second processor. stack is messed up, but thanks to cliff | kaashoek | 1 | -9/+0 | |
and plan 9 code, at least boots and gets into C code. | |||||
2006-06-16 | checkpoint | rtm | 1 | -0/+92 | |