Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2007-08-10 | nit | rsc | 1 | -2/+2 |
2007-08-10 | correct line numbers | rsc | 1 | -1/+4 |
2007-08-10 | add note | rsc | 2 | -3/+9 |
2007-08-10 | and spinlock | rsc | 1 | -1/+4 |
2007-08-10 | avoid assignments in declarations | rsc | 8 | -36/+44 |
2007-08-10 | replace bogus loops with slightly less bogus loops. | rsc | 1 | -5/+3 |
2007-08-10 | tweak kalloc | rsc | 1 | -7/+7 |
2007-08-10 | cleanup main | rsc | 1 | -12/+18 |
2007-08-10 | various cleanups | rsc | 1 | -55/+42 |
2007-08-10 | Make cp a magic symbol. | rsc | 10 | -41/+32 |
2007-08-10 | move variable declaration up | rsc | 1 | -2/+3 |
2007-08-09 | The final curproc[cpu()] is now cp | rsc | 1 | -4/+3 |
2007-08-09 | Clearer namei | rsc | 1 | -69/+106 |
2007-08-09 | oops | rsc | 1 | -1/+1 |
2007-08-09 | try to use cp only for curproc[cpu()] | rsc | 4 | -36/+37 |
2007-08-09 | spacing | rsc | 1 | -4/+4 |
2007-08-08 | notes | rsc | 1 | -0/+13 |
2007-08-08 | check p->killed for long-lived sleeps | rsc | 3 | -4/+10 |
2007-08-08 | 2007 | rsc | 1 | -3/+3 |
2007-08-08 | help gcc | rsc | 1 | -1/+1 |
2007-08-08 | move ialloc body up, avoiding double check for end of loop | rsc | 1 | -11/+7 |
2007-08-08 | panic like bget | rsc | 1 | -1/+1 |
2007-08-08 | refactor bget to be more like iget - make it clear that sleep loops | rsc | 1 | -27/+28 |
2007-08-08 | unused | rsc | 1 | -1/+0 |
2007-08-08 | cleaner table | rsc | 1 | -1/+1 |
2007-08-08 | cleaner table | rsc | 1 | -9/+9 |
2007-08-08 | convert syscall dispatch to table | rsc | 2 | -64/+31 |
2007-08-08 | missing void | rsc | 3 | -13/+13 |
2007-08-08 | fix error message | rsc | 1 | -1/+1 |
2007-08-08 | standardize on not using unsigned keyword | rsc | 3 | -6/+6 |
2007-08-08 | iincref returns new ref | rsc | 3 | -8/+7 |
2007-08-08 | fix index bug | rsc | 2 | -15/+14 |
2007-08-08 | make ls work on directories | rsc | 2 | -5/+10 |
2007-08-08 | spacing | rsc | 2 | -20/+17 |
2007-08-08 | more bugs | rsc | 2 | -10/+3 |
2007-08-08 | fix . .. unlink bug | rsc | 2 | -2/+6 |
2007-08-08 | done | rsc | 1 | -3/+0 |
2007-08-08 | add DPL_USER constant | rsc | 4 | -6/+8 |
2007-08-08 | set init name | rsc | 1 | -0/+1 |
2007-08-08 | fix various bugs | rsc | 2 | -14/+9 |
2007-08-08 | silence warning | rsc | 1 | -0/+1 |
2007-08-08 | watch for zombies | rsc | 1 | -1/+1 |
2007-08-08 | atoi, for kill | rsc | 2 | -0/+12 |
2007-08-08 | add kill | rsc | 2 | -4/+25 |
2007-08-08 | spacing | rsc | 1 | -2/+2 |