Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-23 | a few core -> CPU | Robert Morris | 1 | -66/+0 | |
get rid of PDF generating support | |||||
2019-07-08 | Update runoff list for producing xv6.pdf | Frans Kaashoek | 1 | -0/+2 | |
2019-07-01 | Checkpoint some progress compiling xv6.pdf | Frans Kaashoek | 1 | -55/+43 | |
2018-10-03 | don't care about bootloader | Frans Kaashoek | 1 | -4/+0 | |
2018-08-30 | thanks mtasm | Frans Kaashoek | 1 | -0/+3 | |
2017-08-09 | Commit to running on an SMP (perhaps with only 1 core). Remove most code | Frans Kaashoek | 1 | -2/+0 | |
from picirq.c and remove timer.c completely. Update runoff.list. | |||||
2016-09-14 | Add sleeplock.[ch] to listing | Frans Kaashoek | 1 | -0/+2 | |
2011-09-02 | Remove data.S from runoff, too | Austin Clements | 1 | -1/+0 | |
2011-09-01 | Fix layout issues for printed version | Frans Kaashoek | 1 | -10/+6 | |
2011-08-15 | Update list of files to include in printout | Frans Kaashoek | 1 | -3/+7 | |
2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | 1 | -0/+4 | |
2010-09-02 | Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on ↵ | Austin Clements | 1 | -1/+1 | |
the same page, but this will make them easier to flip between. | |||||
2010-08-31 | Swap bootmain.c and bootother.S. This puts the whole boot process on one ↵ | Austin Clements | 1 | -1/+1 | |
spread, though it separates the two asm files. | |||||
2010-08-31 | Rebalance TOC | Austin Clements | 1 | -3/+2 | |
2010-08-30 | oops ended up with 2x vm.c | Robert Morris | 1 | -1/+0 | |
2010-08-26 | Merge commit 'origin/page' into page | Frans Kaashoek | 1 | -0/+1 | |
2010-08-26 | add vm.c | Frans Kaashoek | 1 | -0/+1 | |
2010-08-05 | move jkstack to main.c | Robert Morris | 1 | -0/+1 | |
replace jstack with asm()s | |||||
2009-09-15 | add uart.c | Silas Boyd-Wickizer | 1 | -0/+1 | |
2009-08-30 | assorted fixes: | Russ Cox | 1 | -0/+2 | |
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout | |||||
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -3/+1 | |
pdf has very good page breaks now. would be a good copy for fall 2009. | |||||
2009-05-31 | usys.S: put before init.c, STUB -> SYSCALL | rsc | 1 | -1/+1 | |
2007-08-28 | final nits | rsc | 1 | -10/+3 | |
2007-08-28 | replace setjmp/longjmp with swtch | rsc | 1 | -1/+1 | |
2007-08-28 | nits | rsc | 1 | -2/+0 | |
2007-08-28 | rename 8253pit.c to timer.c | rsc | 1 | -1/+1 | |
2007-08-28 | runoff | rsc | 1 | -3/+4 | |
2007-08-27 | move mp.h to low-level | rsc | 1 | -4/+1 | |
2007-08-27 | no more ioapic.h | rsc | 1 | -1/+18 | |
2007-08-22 | tweaks | rsc | 1 | -1/+1 | |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -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-14 | formatting; split kbd constants into kbd.h | rsc | 1 | -0/+1 | |
2007-08-08 | add bootmain.c to runoff.list | rsc | 1 | -0/+1 | |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 1 | -0/+1 | |
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP) | |||||
2006-09-06 | runoff tweaks | rsc | 1 | -4/+6 | |
2006-09-06 | tweak | rsc | 1 | -1/+3 | |
2006-09-06 | change sections and order of files in printout | kaashoek | 1 | -7/+15 | |
2006-09-05 | New formatting scripts. | rsc | 1 | -0/+50 | |
The use/defs extraction in runoff still needs some work for xv6 code style. |