Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-08-28 | add struct stat decl | rsc | 1 | -0/+2 |
2007-08-27 | Replace yield system call with sleep. | rsc | 1 | -0/+1 |
2007-08-24 | Remove struct uinode. | rsc | 1 | -1/+1 |
2007-08-24 | Remove puts in favor of printf. | rsc | 1 | -1/+0 |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -0/+1 |
2007-08-08 | standardize on not using unsigned keyword | rsc | 1 | -2/+2 |
2007-08-08 | atoi, for kill | rsc | 1 | -0/+1 |
2006-09-06 | standardize various * conventions | rsc | 1 | -18/+18 |
2006-09-06 | nits | kaashoek | 1 | -3/+2 |
2006-08-24 | bug in sbrk | kaashoek | 1 | -1/+1 |
2006-08-24 | user-level malloc (untested) | kaashoek | 1 | -0/+3 |
2006-08-23 | i/o redirection in sh | kaashoek | 1 | -0/+3 |
2006-08-20 | removed block system call | kaashoek | 1 | -1/+1 |
2006-08-19 | chdir | kaashoek | 1 | -1/+2 |
2006-08-14 | start on mkdir | kaashoek | 1 | -1/+2 |
2006-08-13 | link() | rtm | 1 | -0/+1 |
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -0/+3 |
2006-08-12 | fstat | kaashoek | 1 | -1/+1 |
2006-08-11 | init creates console, opens 0/1/2, runs sh | rtm | 1 | -2/+3 |
2006-08-10 | printf | kaashoek | 1 | -0/+3 |
2006-08-08 | fix race in holding() check in acquire() | rtm | 1 | -0/+2 |
2006-08-08 | mknod,ialloc,iupdate | kaashoek | 1 | -1/+1 |
2006-07-16 | add %s to cprintf for cons_puts | rsc | 1 | -0/+1 |
2006-07-16 | Add user.h for prototypes. | rsc | 1 | -0/+15 |