History log of /xv6-public/runoff.spec (Results 1 – 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: xv6-rev11, xv6-rev9, xv6-rev8
# 74c77da6 29-Aug-2014 Frans Kaashoek <kaashoek@mit.edu>

Nice layout for a printout of the code


Revision tags: xv6-rev7, osdi12-submit, xv6-rev6
# 03f48901 05-Sep-2011 Austin Clements <amdragon@mit.edu>

Note about the meaning of sheet1 in runoff.spec


# 2a2e6eb1 02-Sep-2011 Austin Clements <amdragon@mit.edu>

Updated runoff spec; everything but ide.c is satisfied


Revision tags: xv6-rev5
# cf4b1ad9 20-Feb-2011 Russ Cox <rsc@swtch.com>

xv6: formatting, cleanup, rev5 (take 2)


Revision tags: xv6-2010, xv6-rev4
# 5bf11c50 02-Sep-2010 Austin Clements <amdragon@mit.edu>

Get rid of the blank page in picirq.c. It misaligs things now.


# d49d3138 02-Sep-2010 Austin Clements <amdragon@mit.edu>

Nits


# f25a3f9a 02-Sep-2010 Austin Clements <amdragon@mit.edu>

Rearrange vm.c so it's in logical order and prints nicely. Shorten a few functions in uninteresting ways to make them fit.


# d8828817 02-Sep-2010 Austin Clements <amdragon@mit.edu>

Rearrange proc.h and proc.c to get our action-packed spreads back (mostly). They also make sense in this order, so it's not just for page layout.


# dd3ecd42 02-Sep-2010 Austin Clements <amdragon@mit.edu>

Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on the same page, but this will make them easier to flip between.


# d2c7f649 02-Sep-2010 Austin Clements <amdragon@mit.edu>

I totally misunderstood the even/odd spec. Add some docs, remove my 'left+' hack, and orthogonalize left/right versus even/odd so you can specify them independently.


# 9d7a63e0 02-Sep-2010 Austin Clements <amdragon@mit.edu>

Specify in runoff.spec which side sheet 1 is on, since it keeps changing


# 87b2099a 31-Aug-2010 Austin Clements <amdragon@mit.edu>

Our proc.c alignment is perfect. Since ksegment/usegment went away, we get a column back, so we get our two action-packed spreads.


# fd462b6a 31-Aug-2010 Austin Clements <amdragon@mit.edu>

Got the meat of spinlocks on one spread


# d87f51c5 26-Aug-2010 Frans Kaashoek <kaashoek@Frans-Kaashoeks-MacBook-Pro.local>

add vm.c


Revision tags: xv6-rev3
# 0aef8914 08-Aug-2009 Russ Cox <rsc@swtch.com>

shuffle and tweak for formatting.
pdf has very good page breaks now.
would be a good copy for fall 2009.


Revision tags: xv6-2008, xv6-2007, xv6-rev1
# 0c931af5 28-Aug-2007 rsc <rsc>

nits


# eae04163 28-Aug-2007 rsc <rsc>

runoff


# eaea18cb 22-Aug-2007 rsc <rsc>

PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf

Various changes made while offline.

+ bwrite sector argument is redundant; use b->sector.
+ reformatting of files for nicer PDF page breaks
+ distinguis

PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf

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

show more ...


# f1f8dd91 14-Aug-2007 rsc <rsc>

formatting