Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2011-09-01 | Use stosl in memset; makes boot time bearable | Austin Clements | 2 | -1/+14 | |
2011-09-01 | Fix layout issues for printed version | Frans Kaashoek | 7 | -57/+55 | |
2011-08-31 | move the kernel to 0x80000000 | Robert Morris | 3 | -3/+4 | |
2011-08-31 | simplify the end of entry.S | Robert Morris | 1 | -9/+8 | |
2011-08-30 | enterpgdir -> entrypgdir | Robert Morris | 3 | -11/+24 | |
2011-08-29 | Revert "Introduce and use sleeplocks instead of BUSY flags" | Frans Kaashoek | 12 | -105/+61 | |
My changes have a race with re-used bufs and the code doesn't seem to get shorter Keep the changes that fixed ip->off race This reverts commit 3a5fa7ed9020eaf8ab843a16d26db7393b2ec072. Conflicts: defs.h file.c file.h | |||||
2011-08-29 | Renumber I_VALID since I_BUSY is gone | Austin Clements | 1 | -1/+1 | |
2011-08-29 | dir-locals.el to set style in Emacs | Austin Clements | 1 | -0/+5 | |
2011-08-29 | Style nits; indentation and tabs | Austin Clements | 5 | -37/+37 | |
2011-08-26 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Frans Kaashoek | 1 | -1/+1 | |
2011-08-26 | Introduce and use sleeplocks instead of BUSY flags | Frans Kaashoek | 12 | -63/+106 | |
Remove I_BUSY, B_BUSY, and intrans defs and usages One spinlock per buf to avoid ugly loop in bget fix race in filewrite (don't update f->off after releasing lock) | |||||
2011-08-26 | segment register -> segment descriptor | Robert Morris | 1 | -1/+1 | |
2011-08-25 | Make cross reference with text work | Frans Kaashoek | 1 | -2/+2 | |
2011-08-24 | Eliminate USERTOP; no use for it. | Frans Kaashoek | 2 | -4/+3 | |
2011-08-22 | A comment | Frans Kaashoek | 1 | -0/+3 | |
2011-08-22 | Remove sys_init syscall | Frans Kaashoek | 5 | -13/+7 | |
Invoke initlog from forkret on first user process | |||||
2011-08-21 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Frans Kaashoek | 2 | -18/+66 | |
2011-08-21 | delete dead code | Frans Kaashoek | 1 | -7/+1 | |