summaryrefslogtreecommitdiff
path: root/runoff1
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23a few core -> CPURobert Morris1-108/+0
get rid of PDF generating support
2011-02-19xv6: formatting, cleanup, rev5 (take 2)Russ Cox1-1/+1
2009-07-12remove //DOC in the right placeRuss Cox1-1/+0
2009-07-12strip //DOC comments during printingRuss Cox1-0/+1
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-0/+6
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-10correct line numbersrsc1-1/+4
2006-09-08tweaksrsc1-2/+11
2006-09-08can break after }; toorsc1-1/+1
2006-09-08runoff changesrsc1-0/+90