summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-05Setting indent-tabs-mode nil everywhere is dangerousAustin Clements1-3/+2
2011-09-05Sync up clean and gitignore betterAustin Clements2-2/+4
2011-09-05Update gitignoreAustin Clements1-2/+1
2011-09-04Fix stale comments in entryother.SAustin Clements1-2/+2
2011-09-04Make the ELF entry point a physical addressAustin Clements2-7/+8
2011-09-04kernel depends on kernel.ldAustin Clements1-2/+2
2011-09-04Add QEMUEXTRA environment to add extra QEMU arguments, like in JOSAustin Clements1-1/+1
2011-09-03I can't do math; fix bug introduced in 5a9761Austin Clements1-1/+1
2011-09-02A few missed xv6.pdf dependenciesAustin Clements1-1/+1
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