Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -7/+1 | |
2007-08-27 | formatting shuffle | rsc | 1 | -42/+39 | |
2007-08-27 | fileincref -> filedup (consistent with idup) | rsc | 1 | -3/+4 | |
2007-08-24 | Remove struct uinode. | rsc | 1 | -13/+9 | |
Remove type arg to mknod (assume T_DEV). | |||||
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -17/+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 | |||||
2007-08-14 | formatting, cleanup | rsc | 1 | -57/+55 | |
2006-09-08 | stop using fd to name files | rsc | 1 | -42/+42 | |
2006-09-07 | comments | rsc | 1 | -6/+5 | |
2006-09-07 | refactor syscall code | rsc | 1 | -13/+1 | |
2006-09-06 | fd_* => file_* | rsc | 1 | -13/+13 | |
2006-09-06 | fd.* -> file.* | rsc | 1 | -0/+150 | |