Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -103/+211 |
2007-08-21 | ARGMAX -> MAXARGS | rsc | 1 | -3/+3 |
2007-08-21 | Various cleanup: | rsc | 1 | -187/+32 |
2007-08-20 | checkpoint - simpler namei interface | rsc | 1 | -31/+36 |
2007-08-10 | avoid assignments in declarations | rsc | 1 | -1/+1 |
2007-08-10 | Make cp a magic symbol. | rsc | 1 | -6/+1 |
2007-08-09 | oops | rsc | 1 | -1/+1 |
2007-08-09 | try to use cp only for curproc[cpu()] | rsc | 1 | -11/+12 |
2007-08-08 | save process name for debugging | rsc | 1 | -2/+8 |
2006-09-07 | fix ide, pit interfaces | rsc | 1 | -1/+1 |
2006-09-07 | fix pipe bug | rsc | 1 | -0/+2 |
2006-09-07 | refactor syscall code | rsc | 1 | -186/+142 |
2006-09-06 | wrap long lines | rsc | 1 | -2/+6 |
2006-09-06 | fd_* => file_* | rsc | 1 | -13/+13 |
2006-09-06 | fd.* -> file.* | rsc | 1 | -1/+1 |
2006-09-06 | struct fd -> struct file | rsc | 1 | -19/+19 |
2006-09-06 | split syscall.c into sysfile.c and sysproc.c | rsc | 1 | -0/+477 |