Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-07 | Fetch nice font from font branch, if possible | Austin Clements | 1 | -3/+9 | |
2011-09-07 | Move xv6 release tars/pdfs in to 6.828 repo | Austin Clements | 7 | -0/+0 | |
2011-09-07 | Remove web directory; all cruft or moved to 6.828 repo | Austin Clements | 40 | -8437/+0 | |
2011-09-07 | Make web page refer to git releases | Austin Clements | 1 | -6/+13 | |
2011-09-07 | Remove old book chapters | Austin Clements | 10 | -0/+0 | |
2011-09-05 | Re-alphabetize OBJS | Austin Clements | 1 | -1/+1 | |
2011-09-05 | Note about the meaning of sheet1 in runoff.spec | Austin Clements | 1 | -0/+1 | |
2011-09-05 | sources -> sources and text | Frans Kaashoek | 1 | -1/+1 | |
2011-09-05 | Shorten history of xv6 | Frans Kaashoek | 1 | -115/+20 | |
Cut section about commentary Add (failing) link to xv6 source section pointing to the text. Delete the incorrect/incomplete list of universities using jos/xv6 | |||||
2011-09-05 | Setting indent-tabs-mode nil everywhere is dangerous | Austin Clements | 1 | -3/+2 | |
2011-09-05 | Sync up clean and gitignore better | Austin Clements | 2 | -2/+4 | |
2011-09-05 | Update gitignore | Austin Clements | 1 | -2/+1 | |
2011-09-04 | Fix stale comments in entryother.S | Austin Clements | 1 | -2/+2 | |
2011-09-04 | Make the ELF entry point a physical address | Austin Clements | 2 | -7/+8 | |
This way, the bootloader doesn't have to translate the entry point. This also makes xv6 multiboot-compliant and follows the convention used by Linux. | |||||
2011-09-04 | kernel depends on kernel.ld | Austin Clements | 1 | -2/+2 | |
2011-09-04 | Add QEMUEXTRA environment to add extra QEMU arguments, like in JOS | Austin Clements | 1 | -1/+1 | |
2011-09-03 | I can't do math; fix bug introduced in 5a9761 | Austin Clements | 1 | -1/+1 | |
2011-09-02 | A few missed xv6.pdf dependencies | Austin Clements | 1 | -1/+1 | |
2011-09-02 | Update year in URL | Austin Clements | 1 | -1/+1 | |
2011-09-02 | Update index example in TOC footer | Austin Clements | 1 | -4/+4 | |
2011-09-02 | Updated runoff spec; everything but ide.c is satisfied | Austin Clements | 1 | -11/+19 | |
2011-09-02 | Fix same wonky pagebreak bug in console.c | Austin Clements | 1 | -1/+1 | |
2011-09-02 | Put filewrite in its own column | Austin Clements | 1 | -0/+1 | |
2011-09-02 | Fix weird pagebreak bug | Austin Clements | 1 | -1/+1 | |
2011-09-02 | Fit exec on a page. Again | Austin Clements | 1 | -5/+2 | |
2011-09-02 | Shorten sys_unlink a little; create now fits in column | Austin Clements | 1 | -13/+10 | |
2011-09-02 | Add blank page to get our super FS spreads back | Austin Clements | 1 | -0/+4 | |
2011-09-02 | Remove comment debug prints from log.c; now fits nicely in a spread | Austin Clements | 1 | -9/+0 | |
2011-09-02 | Define struct log separately from log to avoid confusing column breaker | Austin Clements | 1 | -2/+3 | |
2011-09-02 | Comment balance | Austin Clements | 1 | -2/+2 | |
2011-09-02 | Remove unused headers from log.c | Austin Clements | 1 | -3/+0 | |
2011-09-02 | Fit fs.h in one column | Austin Clements | 1 | -2/+1 | |
2011-09-02 | Remove data.S from runoff, too | Austin Clements | 1 | -1/+0 | |
2011-09-02 | Remove unused x86.h definitions | Austin Clements | 1 | -62/+0 | |
2011-09-02 | Nuke data.S, since we do have a custom linker script. | Austin Clements | 4 | -31/+13 | |
2011-09-02 | Correct terminology in kernel.ld | Austin Clements | 1 | -1/+1 | |
2011-09-02 | Oops, dropped a paren | Austin Clements | 1 | -1/+1 | |
2011-09-02 | clear_pte_u -> clearpteu | Austin Clements | 3 | -4/+4 | |
2011-09-02 | Move copy_pte_u; fits vm.c in one less column and aligns proc.h | Austin Clements | 1 | -13/+13 | |
2011-09-02 | Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of ↵ | Austin Clements | 1 | -10/+6 | |
other things | |||||
2011-09-02 | Style | Austin Clements | 1 | -7/+7 | |
2011-09-02 | Make mappages fit on the page | Austin Clements | 1 | -2/+1 | |
2011-09-02 | bootother -> entryother in README | Austin Clements | 1 | -1/+1 | |
2011-09-01 | Skip missing page directories in deallocuvm | Austin Clements | 1 | -1/+3 | |
Previously, deallocuvm scanned from 0 to KERNBASE in one page increments, which had a noticable effect on boot time. Now it skips over missing page directories. | |||||
2011-09-01 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris | 2 | -5/+3 | |
2011-09-01 | inaccessible page under the user stack page, to help exec deal w/ too-large args | Robert Morris | 4 | -4/+21 | |
2011-09-01 | Fix layout | Frans Kaashoek | 1 | -1/+0 | |
2011-09-01 | Have one definition of kernel stack size | Frans Kaashoek | 1 | -4/+3 | |
2011-09-01 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris | 9 | -57/+67 | |
Conflicts: vm.c | |||||
2011-09-01 | fix usertests to correctly test what happens when you call | Robert Morris | 4 | -13/+26 | |
exec() with arguments that don't fit on a single page. |