Age | Commit message (Expand) | Author | Files | Lines |
2016-08-25 | Remove trailing white space with: | Frans Kaashoek | 1 | -1/+1 |
2011-01-11 | make new code like old code | Russ Cox | 1 | -1/+1 |
2009-03-08 | xv6: use stosb for memset | rsc | 1 | -5/+2 |
2007-08-24 | Remove puts in favor of printf. | rsc | 1 | -6/+0 |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -0/+12 |
2007-08-10 | avoid assignments in declarations | rsc | 1 | -6/+7 |
2007-08-08 | standardize on not using unsigned keyword | rsc | 1 | -3/+3 |
2007-08-08 | atoi, for kill | rsc | 1 | -0/+11 |
2007-08-08 | change gets to return \n, to distinguish 0-byte read from empty line | rsc | 1 | -1/+1 |
2006-09-06 | break single-line if statements | rsc | 1 | -1/+2 |
2006-09-06 | standardize various * conventions | rsc | 1 | -8/+8 |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -16/+16 |
2006-08-23 | i/o redirection in sh | kaashoek | 1 | -0/+17 |
2006-08-14 | set size for directories correctly in wdir and mkfs | kaashoek | 1 | -2/+2 |
2006-08-14 | start on mkdir | kaashoek | 1 | -0/+16 |
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -0/+11 |
2006-08-11 | init creates console, opens 0/1/2, runs sh | rtm | 1 | -11/+28 |
2006-07-16 | add %s to cprintf for cons_puts | rsc | 1 | -0/+10 |
2006-07-16 | Add user.h for prototypes. | rsc | 1 | -0/+8 |
2006-07-11 | Changes to allow use of native x86 ELF compilers, which on my | rsc | 1 | -56/+0 |
2006-07-06 | disable all interrupts when acquiring lock | kaashoek | 1 | -0/+8 |
2006-07-01 | swtch saves callee-saved registers | rtm | 1 | -0/+14 |
2006-06-27 | file descriptors | rtm | 1 | -0/+44 |