Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-09-07 | a bit more structure | kaashoek | 1 | -3/+8 |
2006-09-07 | explain how to use | rsc | 1 | -2/+21 |
2006-09-07 | new targets bochs and qemu | rsc | 1 | -21/+31 |
2006-09-07 | fix tests | rsc | 1 | -3/+9 |
2006-09-07 | add copyright notice | kaashoek | 1 | -0/+3 |
2006-09-07 | debugging help | rsc | 1 | -0/+1 |
2006-09-07 | missing def | rsc | 1 | -0/+1 |
2006-09-07 | fix disk bug | rsc | 1 | -0/+3 |
2006-09-07 | better comment | rsc | 1 | -1/+1 |
2006-09-07 | check preconditions in sched | rsc | 1 | -0/+5 |
2006-09-07 | comment memory barriers | rsc | 1 | -1/+8 |
2006-09-07 | no recursive interrupts | rsc | 1 | -31/+34 |
2006-09-07 | debugging rearrangements | rsc | 1 | -10/+12 |
2006-09-07 | debugging prints | rsc | 3 | -13/+40 |
2006-09-07 | allow long names again | rsc | 1 | -8/+7 |
2006-09-07 | remove bogus test | rsc | 1 | -6/+0 |
2006-09-07 | comments | rsc | 1 | -5/+6 |
2006-09-07 | fix ide, pit interfaces | rsc | 7 | -56/+53 |
2006-09-07 | check super-long lookups | rsc | 1 | -1/+7 |
2006-09-07 | clean namei search loop | rsc | 1 | -22/+23 |
2006-09-07 | fix build bug | rsc | 1 | -1/+1 |
2006-09-07 | fix pipe bug | rsc | 1 | -0/+2 |
2006-09-07 | comments | rsc | 4 | -16/+109 |
2006-09-07 | remove fstest | kaashoek | 1 | -2/+2 |
2006-09-07 | refactor syscall code | rsc | 6 | -243/+193 |
2006-09-07 | more comments | rsc | 13 | -81/+151 |
2006-09-07 | fix build | rsc | 2 | -8/+8 |
2006-09-07 | one regression test program | kaashoek | 5 | -941/+894 |
2006-09-07 | remove _ prefixes | rsc | 5 | -25/+23 |
2006-09-07 | comment fixes | rsc | 2 | -2/+3 |
2006-09-07 | avoid system binary clashes | rsc | 2 | -25/+31 |
2006-09-07 | better page breaks | rsc | 1 | -8/+89 |
2006-09-07 | more simplifying | kaashoek | 1 | -15/+12 |
2006-09-07 | get precedence of <, >, and | right | kaashoek | 2 | -60/+52 |
2006-09-07 | more defensive programming | rsc | 1 | -1/+4 |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 12 | -48/+128 |
2006-09-07 | nit in console interrupts | kaashoek | 2 | -3/+3 |
2006-09-06 | fd.c -> file.c | rsc | 1 | -1/+1 |
2006-09-06 | runoff fixes | rsc | 1 | -41/+50 |
2006-09-06 | runoff tweaks | rsc | 4 | -9/+11 |
2006-09-06 | goodbye lgrind | rsc | 2 | -1079/+0 |
2006-09-06 | clean up after mkfs | rsc | 1 | -0/+2 |
2006-09-06 | wrap long lines | rsc | 18 | -154/+181 |
2006-09-06 | for vs while | rsc | 5 | -5/+5 |
2006-09-06 | weird spacing | rsc | 2 | -5/+5 |
2006-09-06 | fd_* => file_* | rsc | 6 | -41/+41 |
2006-09-06 | fd.* -> file.* | rsc | 8 | -8/+8 |
2006-09-06 | struct fd -> struct file | rsc | 9 | -55/+52 |
2006-09-06 | what is NULL? | rsc | 1 | -1/+1 |
2006-09-06 | renumber system calls | rsc | 1 | -12/+12 |