summaryrefslogtreecommitdiff
path: root/runoff.list
AgeCommit message (Collapse)AuthorFilesLines
2007-08-28final nitsrsc1-10/+3
2007-08-28replace setjmp/longjmp with swtchrsc1-1/+1
2007-08-28nitsrsc1-2/+0
2007-08-28rename 8253pit.c to timer.crsc1-1/+1
2007-08-28runoffrsc1-3/+4
2007-08-27move mp.h to low-levelrsc1-4/+1
2007-08-27no more ioapic.hrsc1-1/+18
2007-08-22tweaksrsc1-1/+1
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-5/+7
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-14formatting; split kbd constants into kbd.hrsc1-0/+1
2007-08-08add bootmain.c to runoff.listrsc1-0/+1
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-0/+1
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)
2006-09-06runoff tweaksrsc1-4/+6
2006-09-06tweakrsc1-1/+3
2006-09-06change sections and order of files in printoutkaashoek1-7/+15
2006-09-05New formatting scripts.rsc1-0/+50
The use/defs extraction in runoff still needs some work for xv6 code style.