Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -12/+12 | |
2007-12-20 | oops - wrong bit (vic zandy) | rsc | 1 | -1/+1 | |
2007-08-28 | comments; rename irq_ to pic_ | rsc | 1 | -0/+1 | |
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -2/+0 | |
2007-08-27 | Simplify MP hardware code. | rsc | 1 | -50/+47 | |
Mainly delete unused constants and code. Move mp_startthem to main.c as bootothers. | |||||
2006-09-08 | formatting nits | rsc | 1 | -2/+2 | |
2006-09-08 | consistency. | kaashoek | 1 | -34/+36 | |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 1 | -31/+35 | |
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP) | |||||
2006-09-06 | standardize various * conventions | rsc | 1 | -7/+7 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -3/+3 | |
2006-09-03 | nits | kaashoek | 1 | -2/+1 | |
2006-08-13 | fix iget() bug that allocated in-use inode[] entries | rtm | 1 | -2/+0 | |
2006-08-11 | fix deadlock---iput(dp) asap | kaashoek | 1 | -1/+1 | |
working unlink, but doesn't free dir blocks that become empty remove out-of-date comment in ioapic | |||||
2006-08-08 | fix race in holding() check in acquire() | rtm | 1 | -3/+3 | |
give cpu1 a TSS and gdt for when it enters scheduler() and a pseudo proc[] entry for each cpu cpu0 waits for each other cpu to start up read() for files | |||||
2006-08-04 | better interrupt plan---this one appears to work | kaashoek | 1 | -0/+82 | |
ioapic |