History log of /xv6-public/vectors.pl (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: xv6-rev11, xv6-rev9, xv6-rev8, xv6-rev7, osdi12-submit, xv6-rev6, xv6-rev5, xv6-2010, xv6-rev4, xv6-rev3
# e97519a6 31-May-2009 rsc <rsc>

sync with c; .text is implied


# 0159c8bb 24-Sep-2008 kolya <kolya>

trap 9 does not push ec: fix from Greg Price <price@mit.edu>


Revision tags: xv6-2008, xv6-2007, xv6-rev1
# 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 ...


Revision tags: symlinks, xv6-2006, xv6-rev0
# f5527388 06-Sep-2006 rsc <rsc>

no /* */ comments


# a650c606 06-Sep-2006 rsc <rsc>

spacing fixes: no tabs, 2-space indents (for rtm)


# 2aa4c3bc 30-Aug-2006 rtm <rtm>

complain if no disk 1
lots of cleanup


# 4763a042 16-Jul-2006 rsc <rsc>

add minimal comments to generator vector table


# cb83c716 13-Jun-2006 rtm <rtm>

fix some trap bugs


# 0a70d042 13-Jun-2006 rtm <rtm>

more or less take traps/interrupts