summaryrefslogtreecommitdiff
path: root/file.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08shuffle and tweak for formatting.Russ Cox1-0/+32
pdf has very good page breaks now. would be a good copy for fall 2009.
2009-05-31simplifyrsc1-1/+1
2007-08-24Remove struct uinode.rsc1-1/+1
Remove type arg to mknod (assume T_DEV).
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-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-06fd.* -> file.*rsc1-0/+9