Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-31 | sync with c; .text is implied | rsc | 1 | -2/+0 | |
2008-09-24 | trap 9 does not push ec: fix from Greg Price <price@mit.edu> | kolya | 1 | -1/+1 | |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -0/+21 | |
Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument | |||||
2006-09-06 | no /* */ comments | rsc | 1 | -3/+3 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -4/+4 | |
2006-08-30 | complain if no disk 1 | rtm | 1 | -2/+2 | |
lots of cleanup | |||||
2006-07-16 | add minimal comments to generator vector table | rsc | 1 | -3/+6 | |
2006-06-13 | fix some trap bugs | rtm | 1 | -1/+1 | |
2006-06-13 | more or less take traps/interrupts | rtm | 1 | -0/+25 | |