Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -0/+32 | |
pdf has very good page breaks now. would be a good copy for fall 2009. | |||||
2009-05-31 | simplify | rsc | 1 | -1/+1 | |
2007-08-24 | Remove struct uinode. | rsc | 1 | -1/+1 | |
Remove type arg to mknod (assume T_DEV). | |||||
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -2/+2 | |
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 | fd.* -> file.* | rsc | 1 | -0/+9 | |