summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-02Shorten sys_unlink a little; create now fits in columnAustin Clements
2011-09-02Add blank page to get our super FS spreads backAustin Clements
2011-09-02Remove comment debug prints from log.c; now fits nicely in a spreadAustin Clements
2011-09-02Define struct log separately from log to avoid confusing column breakerAustin Clements
2011-09-02Comment balanceAustin Clements
2011-09-02Remove unused headers from log.cAustin Clements
2011-09-02Fit fs.h in one columnAustin Clements
2011-09-02Remove data.S from runoff, tooAustin Clements
2011-09-02Remove unused x86.h definitionsAustin Clements
2011-09-02Nuke data.S, since we do have a custom linker script.Austin Clements
2011-09-02Correct terminology in kernel.ldAustin Clements
2011-09-02Oops, dropped a parenAustin Clements
2011-09-02clear_pte_u -> clearpteuAustin Clements
2011-09-02Move copy_pte_u; fits vm.c in one less column and aligns proc.hAustin Clements
2011-09-02Cleanup comments and fit setupkvm on same page as kmap, which aligns lots of ...Austin Clements
2011-09-02StyleAustin Clements
2011-09-02Make mappages fit on the pageAustin Clements
2011-09-02bootother -> entryother in READMEAustin Clements
2011-09-01Skip missing page directories in deallocuvmAustin Clements
2011-09-01Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Robert Morris
2011-09-01inaccessible page under the user stack page, to help exec deal w/ too-large argsRobert Morris
2011-09-01Fix layoutFrans Kaashoek
2011-09-01Have one definition of kernel stack sizeFrans Kaashoek
2011-09-01Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Robert Morris
2011-09-01fix usertests to correctly test what happens when you callRobert Morris
2011-09-01Use stosl in memset; makes boot time bearableAustin Clements
2011-09-01Fix layout issues for printed versionFrans Kaashoek
2011-08-31move the kernel to 0x80000000Robert Morris
2011-08-31simplify the end of entry.SRobert Morris
2011-08-30enterpgdir -> entrypgdirRobert Morris
2011-08-29Revert "Introduce and use sleeplocks instead of BUSY flags"Frans Kaashoek
2011-08-29Renumber I_VALID since I_BUSY is goneAustin Clements
2011-08-29dir-locals.el to set style in EmacsAustin Clements
2011-08-29Style nits; indentation and tabsAustin Clements
2011-08-26Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Frans Kaashoek
2011-08-26Introduce and use sleeplocks instead of BUSY flagsFrans Kaashoek
2011-08-26segment register -> segment descriptorRobert Morris
2011-08-25Make cross reference with text workFrans Kaashoek
2011-08-24Eliminate USERTOP; no use for it.Frans Kaashoek
2011-08-22A commentFrans Kaashoek
2011-08-22Remove sys_init syscallFrans Kaashoek
2011-08-21Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Frans Kaashoek
2011-08-21delete dead codeFrans Kaashoek
2011-08-19make dirlookup and dirlink more similarRobert Morris
2011-08-17bootloader reads into a physical address (not a virtual address)Frans Kaashoek
2011-08-17Make elf proghdr fields match what objdump printsFrans Kaashoek
2011-08-16Switch back to #define for PHYSTOP. Using the E820 to retrieve the memory ma...Frans Kaashoek
2011-08-16Clean up memlayout.hFrans Kaashoek
2011-08-15Update make cleanFrans Kaashoek
2011-08-15Update list of files to include in printoutFrans Kaashoek