summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-02Update year in URLAustin Clements1-1/+1
2011-09-02Update index example in TOC footerAustin Clements1-4/+4
2011-09-02Updated runoff spec; everything but ide.c is satisfiedAustin Clements1-11/+19
2011-09-02Fix same wonky pagebreak bug in console.cAustin Clements1-1/+1
2011-09-02Put filewrite in its own columnAustin Clements1-0/+1
2011-09-02Fix weird pagebreak bugAustin Clements1-1/+1
2011-09-02Fit exec on a page. AgainAustin Clements1-5/+2
2011-09-02Shorten sys_unlink a little; create now fits in columnAustin Clements1-13/+10
2011-09-02Add blank page to get our super FS spreads backAustin Clements1-0/+4
2011-09-02Remove comment debug prints from log.c; now fits nicely in a spreadAustin Clements1-9/+0
2011-09-02Define struct log separately from log to avoid confusing column breakerAustin Clements1-2/+3
2011-09-02Comment balanceAustin Clements1-2/+2
2011-09-02Remove unused headers from log.cAustin Clements1-3/+0
2011-09-02Fit fs.h in one columnAustin Clements1-2/+1
2011-09-02Remove data.S from runoff, tooAustin Clements1-1/+0
2011-09-02Remove unused x86.h definitionsAustin Clements1-62/+0
2011-09-02Nuke data.S, since we do have a custom linker script.Austin Clements4-31/+13
2011-09-02Correct terminology in kernel.ldAustin Clements1-1/+1
2011-09-02Oops, dropped a parenAustin Clements1-1/+1
2011-09-02clear_pte_u -> clearpteuAustin Clements3-4/+4
2011-09-02Move copy_pte_u; fits vm.c in one less column and aligns proc.hAustin Clements1-13/+13
2011-09-02Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of ...Austin Clements1-10/+6
2011-09-02StyleAustin Clements1-7/+7
2011-09-02Make mappages fit on the pageAustin Clements1-2/+1
2011-09-02bootother -> entryother in READMEAustin Clements1-1/+1
2011-09-01Skip missing page directories in deallocuvmAustin Clements1-1/+3
2011-09-01Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Robert Morris2-5/+3
2011-09-01inaccessible page under the user stack page, to help exec deal w/ too-large argsRobert Morris4-4/+21
2011-09-01Fix layoutFrans Kaashoek1-1/+0
2011-09-01Have one definition of kernel stack sizeFrans Kaashoek1-4/+3
2011-09-01Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Robert Morris9-57/+67
2011-09-01fix usertests to correctly test what happens when you callRobert Morris4-13/+26
2011-09-01Use stosl in memset; makes boot time bearableAustin Clements2-1/+14
2011-09-01Fix layout issues for printed versionFrans Kaashoek7-57/+55
2011-08-31move the kernel to 0x80000000Robert Morris3-3/+4
2011-08-31simplify the end of entry.SRobert Morris1-9/+8
2011-08-30enterpgdir -> entrypgdirRobert Morris3-11/+24
2011-08-29Revert "Introduce and use sleeplocks instead of BUSY flags"Frans Kaashoek12-105/+61
2011-08-29Renumber I_VALID since I_BUSY is goneAustin Clements1-1/+1
2011-08-29dir-locals.el to set style in EmacsAustin Clements1-0/+5
2011-08-29Style nits; indentation and tabsAustin Clements5-37/+37
2011-08-26Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Frans Kaashoek1-1/+1
2011-08-26Introduce and use sleeplocks instead of BUSY flagsFrans Kaashoek12-63/+106
2011-08-26segment register -> segment descriptorRobert Morris1-1/+1
2011-08-25Make cross reference with text workFrans Kaashoek1-2/+2
2011-08-24Eliminate USERTOP; no use for it.Frans Kaashoek2-4/+3
2011-08-22A commentFrans Kaashoek1-0/+3
2011-08-22Remove sys_init syscallFrans Kaashoek5-13/+7
2011-08-21Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Frans Kaashoek2-18/+66
2011-08-21delete dead codeFrans Kaashoek1-7/+1