Age | Commit message (Expand) | Author | Files | Lines |
2011-04-28 | Russ's fix for panic remap | Frans Kaashoek | 2 | -1/+2 |
2011-02-28 | rebuild xv6-rev5.tar.gz | Russ Cox | 1 | -0/+0 |
2011-02-28 | fixes from Peter Froehlich | Russ Cox | 3 | -8/+8 |
2011-02-19 | web: rev5 | Russ Cox | 1 | -3/+3 |
2011-02-19 | updated book pdfs | Russ Cox | 10 | -0/+0 |
2011-02-19 | xv6: formatting, cleanup, rev5 (take 2) | Russ Cox | 17 | -197/+193 |
2011-02-19 | xv6: formatting, cleanup, rev5 | Russ Cox | 3 | -0/+7 |
2011-02-19 | xv6: refresh from 2010 page | Russ Cox | 14 | -683/+166 |
2011-02-19 | xv6: link to xv6-rev4 | Russ Cox | 2 | -7/+6 |
2011-01-11 | missing file memide.c | Russ Cox | 1 | -0/+58 |
2011-01-11 | more trivial cleanup | Russ Cox | 3 | -16/+13 |
2011-01-11 | multiboot support and memory-only (no disk) kernel | Russ Cox | 2 | -2/+97 |
2011-01-11 | mp: do not panic on surprising hw | Russ Cox | 1 | -3/+12 |
2011-01-11 | make new code like old code | Russ Cox | 21 | -199/+227 |
2011-01-10 | mkfs: avoid clash with system struct stat | Russ Cox | 1 | -0/+2 |
2011-01-02 | mkfs: avoid out of bounds access to sb in wsect | Russ Cox | 1 | -1/+3 |
2010-09-29 | even more fabulous exec | Robert Morris | 1 | -19/+8 |
2010-09-27 | check exec() arg length | Robert Morris | 1 | -3/+8 |
2010-09-27 | copyout() copies data to a va in a pagetable, for exec() &c | Robert Morris | 6 | -45/+95 |
2010-09-20 | map kernel instructions r/o | Robert Morris | 2 | -2/+35 |
2010-09-19 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris | 1 | -2/+2 |
2010-09-19 | my comment is wrong, exec handles BSS fine | Robert Morris | 2 | -3/+16 |
2010-09-19 | exec questions | Robert Morris | 2 | -3/+9 |
2010-09-15 | Simplify boot loader by removing some JOS'isms | Austin Clements | 1 | -2/+2 |
2010-09-13 | change some comments, maybe more informative | Robert Morris | 8 | -66/+70 |
2010-09-03 | Rev 4 | Austin Clements | 2 | -1/+1 |
2010-09-02 | Update example in TOC footer | Austin Clements | 1 | -5/+4 |
2010-09-02 | Consistent style in defs.h | Austin Clements | 1 | -1/+1 |
2010-09-02 | Get consoleintr back on one page | Austin Clements | 1 | -5/+2 |
2010-09-02 | Get cgaputc and consputc back on the same page | Austin Clements | 1 | -6/+2 |
2010-09-02 | Get rid of the blank page in picirq.c. It misaligs things now. | Austin Clements | 2 | -29/+2 |
2010-09-02 | Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m... | Austin Clements | 4 | -51/+44 |
2010-09-02 | Nits | Austin Clements | 1 | -1/+3 |
2010-09-02 | Comment inituvm and loaduvm | Austin Clements | 1 | -0/+4 |
2010-09-02 | Fix comment capitalization | Austin Clements | 1 | -14/+14 |
2010-09-02 | Rearrange vm.c so it's in logical order and prints nicely. Shorten a few fun... | Austin Clements | 2 | -137/+137 |
2010-09-02 | Simplify inituvm and userinit by assuming initcode fits on a page | Austin Clements | 3 | -19/+10 |
2010-09-02 | Simplify freevm using deallocuvm | Austin Clements | 1 | -19/+6 |
2010-09-02 | Oops. Broke the build when I rearranged proc.c | Austin Clements | 2 | -0/+3 |
2010-09-02 | Remove unused nop_pause function. | Austin Clements | 2 | -6/+2 |
2010-09-02 | Rearrange proc.h and proc.c to get our action-packed spreads back (mostly). ... | Austin Clements | 3 | -120/+126 |
2010-09-02 | Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on th... | Austin Clements | 2 | -2/+2 |
2010-09-02 | I totally misunderstood the even/odd spec. Add some docs, remove my 'left+' ... | Austin Clements | 2 | -8/+16 |
2010-09-02 | Specify in runoff.spec which side sheet 1 is on, since it keeps changing | Austin Clements | 2 | -9/+12 |
2010-09-02 | Pack five columns into cross-ref. This saves us an entire page and fixes the... | Austin Clements | 1 | -1/+1 |
2010-09-02 | Oops, missed a comment about the stack guard | Austin Clements | 1 | -1/+0 |
2010-09-02 | Add Nickolai and myself and scrunch two lines out of the text elsewhere | Austin Clements | 1 | -5/+5 |
2010-09-01 | Slight simplification of copyuvm. We could simplify other things now that pr... | Austin Clements | 1 | -8/+8 |
2010-09-01 | Remove the stack guard page. Processes are now contiguous from 0 to proc->sz... | Austin Clements | 3 | -24/+42 |
2010-09-01 | Make it easy to change the number of CPUs | Austin Clements | 1 | -1/+4 |