Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2006-09-08 | tweak | rsc | 1 | -0/+1 |
2006-09-08 | shorten | rsc | 1 | -13/+9 |
2006-09-08 | unnecessary struct jmpbuf | rsc | 1 | -1/+0 |
2006-09-08 | make lines shorter | rsc | 1 | -2/+2 |
2006-09-08 | nit | rsc | 1 | -1/+1 |
2006-09-08 | formatting nits | rsc | 4 | -13/+17 |
2006-09-08 | only need a page | rsc | 1 | -1/+1 |
2006-09-08 | consistency. | kaashoek | 2 | -42/+45 |
2006-09-08 | use bootstrap processor as specified by MP table. typically 0, but not | kaashoek | 2 | -6/+9 |
2006-09-08 | update line numbers | rsc | 1 | -6/+6 |
2006-09-08 | xv6 style | rsc | 1 | -23/+22 |
2006-09-08 | dist rules | rsc | 1 | -2/+32 |
2006-09-08 | tweaks | rsc | 2 | -3/+12 |
2006-09-08 | fix file names | rsc | 1 | -3/+3 |
2006-09-08 | wording nit | rsc | 1 | -1/+1 |
2006-09-08 | some comment changes | kaashoek | 7 | -16/+15 |
2006-09-08 | move ide_intr lower | rsc | 1 | -9/+9 |
2006-09-08 | tweak fs.h spacing; add comment | rsc | 1 | -0/+2 |
2006-09-08 | make trap fit on one page | rsc | 1 | -12/+6 |
2006-09-08 | move growproc up higher | rsc | 1 | -20/+21 |
2006-09-08 | ++ | rsc | 1 | -1/+1 |
2006-09-08 | make setjmp fit on one page | rsc | 1 | -8/+6 |
2006-09-08 | can break after }; too | rsc | 1 | -1/+1 |
2006-09-08 | fix various comments | rsc | 3 | -9/+3 |
2006-09-08 | runoff changes | rsc | 5 | -91/+160 |
2006-09-08 | quiet | rsc | 1 | -2/+2 |
2006-09-08 | stop using fd to name files | rsc | 2 | -60/+60 |
2006-09-07 | minor makefile fixes for printing | kaashoek | 2 | -5/+3 |
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 |