Age | Commit message (Expand) | Author | Files | Lines |
2007-08-24 | Reorder spinlock.c: acquire and release first | rsc | 1 | -25/+26 |
2007-08-24 | Add yield system call, for zombie test program (bad idea?). | rsc | 5 | -1/+16 |
2007-08-24 | Remove puts in favor of printf. | rsc | 7 | -97/+82 |
2007-08-24 | comment nits | rtm | 3 | -8/+3 |
2007-08-24 | nits | rsc | 2 | -2/+2 |
2007-08-24 | finish comments | rsc | 1 | -1/+2 |
2007-08-24 | tweak | rsc | 1 | -7/+3 |
2007-08-24 | simplify ide queuing | rtm | 8 | -89/+79 |
2007-08-24 | bring bootasm and bootother more in sync | rsc | 2 | -58/+48 |
2007-08-24 | Rework comments a bit. | rsc | 1 | -29/+25 |
2007-08-24 | add missing iput() at end of _namei() | rtm | 7 | -17/+110 |
2007-08-24 | oops, O_CREATE doesn't truncate, so holes can't exist, thus no bug | rtm | 1 | -71/+0 |
2007-08-24 | test concurrent open/unlink of same file (ok) | rtm | 1 | -3/+89 |
2007-08-24 | comment what +m means; omit needless __ | rsc | 1 | -25/+27 |
2007-08-24 | omit needless ampersands | rsc | 1 | -2/+2 |
2007-08-23 | align, sort | rsc | 1 | -124/+121 |
2007-08-23 | Use parent pointer instead of ppid. | rsc | 2 | -10/+8 |
2007-08-23 | avoid hardcoding init as pid 1 proc[0] | rsc | 1 | -7/+13 |
2007-08-22 | my mistake found by robert | rsc | 1 | -1/+1 |
2007-08-22 | NREQUEST = NBUF | rsc | 1 | -1/+1 |
2007-08-22 | better comment | rsc | 1 | -7/+3 |
2007-08-22 | tweaks | rsc | 3 | -23/+23 |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 25 | -665/+633 |
2007-08-22 | cleanup | rsc | 1 | -14/+12 |
2007-08-22 | add ln | rsc | 2 | -1/+20 |
2007-08-22 | check unlink of non-empty directory | rsc | 1 | -5/+27 |
2007-08-21 | ARGMAX -> MAXARGS | rsc | 1 | -3/+3 |
2007-08-21 | remove namelen parameter | rsc | 2 | -71/+82 |
2007-08-21 | remove dead code | rsc | 1 | -16/+0 |
2007-08-21 | Various cleanup: | rsc | 12 | -414/+455 |
2007-08-20 | bug in usertests! | rsc | 1 | -2/+2 |
2007-08-20 | checkpoint - simpler namei interface | rsc | 4 | -121/+135 |
2007-08-20 | no more w | rsc | 1 | -6/+6 |
2007-08-20 | shuffle fs.c in bottom-up order | rsc | 5 | -320/+316 |
2007-08-14 | cleanup loop | rsc | 1 | -12/+10 |
2007-08-14 | formatting, cleanup | rsc | 1 | -57/+55 |
2007-08-14 | formatting | rsc | 1 | -0/+2 |
2007-08-14 | nit | rsc | 1 | -1/+0 |
2007-08-14 | fixes | rsc | 1 | -7/+7 |
2007-08-14 | formatting; split kbd constants into kbd.h | rsc | 3 | -184/+177 |
2007-08-14 | i cannot prove that release before wakeup is wrong, but i cannot convince mys... | rsc | 1 | -8/+2 |
2007-08-14 | formatting, simplify | rsc | 1 | -24/+17 |
2007-08-14 | formatting, sleep bug fix | rsc | 1 | -1/+7 |
2007-08-14 | formatting | rsc | 6 | -4/+63 |
2007-08-14 | ide_write unused => gone | rsc | 1 | -27/+0 |
2007-08-14 | Gcc expects to be able to pick up the return | rsc | 1 | -4/+11 |
2007-08-14 | Because limit gives the address of the last addressable | rsc | 1 | -4/+4 |
2007-08-14 | ditto | rsc | 1 | -1/+1 |
2007-08-14 | Cannot use "g" as an arg constraint because | rsc | 1 | -1/+1 |
2007-08-10 | add test for rm . | rsc | 2 | -3/+41 |