Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
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 |
2011-08-19 | make dirlookup and dirlink more similar | Robert Morris | 2 | -18/+66 |
2011-08-17 | bootloader reads into a physical address (not a virtual address) | Frans Kaashoek | 1 | -7/+7 |
2011-08-17 | Make elf proghdr fields match what objdump prints | Frans Kaashoek | 3 | -7/+7 |
2011-08-16 | Switch back to #define for PHYSTOP. Using the E820 to retrieve the memory ma... | Frans Kaashoek | 3 | -14/+8 |
2011-08-16 | Clean up memlayout.h | Frans Kaashoek | 6 | -28/+42 |
2011-08-15 | Update make clean | Frans Kaashoek | 1 | -1/+1 |
2011-08-15 | Update list of files to include in printout | Frans Kaashoek | 1 | -3/+7 |
2011-08-15 | Make Austin happier | Frans Kaashoek | 2 | -13/+13 |
2011-08-15 | Avoid "boot" in xv6 | Frans Kaashoek | 11 | -51/+43 |
2011-08-15 | Use 4Mbyte pages during boot | Frans Kaashoek | 4 | -1035/+15 |
2011-08-15 | Only commit log to disk if something was written in to it. | Austin Clements | 1 | -5/+7 |
2011-08-15 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris | 4 | -22/+22 |
2011-08-15 | avoid deadlock by calling begin_trans() before locking any inodes | Robert Morris | 5 | -15/+66 |
2011-08-15 | Separate more clearly bootloader from xv6 by renaming multiboot.S to entry.S ... | Frans Kaashoek | 4 | -22/+22 |
2011-08-12 | Oops | Frans Kaashoek | 1 | -2/+2 |
2011-08-12 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris | 1 | -1/+7 |
2011-08-12 | log write() data | Robert Morris | 7 | -44/+144 |
2011-08-12 | Some comments | Frans Kaashoek | 1 | -1/+7 |
2011-08-11 | Make AP processors boot using bootpgdir | Frans Kaashoek | 5 | -65/+42 |
2011-08-09 | One more low address | Frans Kaashoek | 1 | -1/+3 |
2011-08-09 | Tiny bit of cleanup | Frans Kaashoek | 1 | -7/+7 |
2011-08-09 | Shorten boot assembly | Frans Kaashoek | 1 | -15/+0 |
2011-08-09 | x | Frans Kaashoek | 1 | -4/+4 |
2011-08-09 | Remove jmpkstack | Frans Kaashoek | 1 | -27/+2 |
2011-08-09 | Use static page table for boot, mapping first 4Mbyte; no more segment trick | Frans Kaashoek | 9 | -103/+1101 |
2011-08-09 | Use kernel virtual addresses for BIOS memory, etc. | Frans Kaashoek | 1 | -8/+8 |
2011-08-09 | Allow gas to use / as divide (instead of comment) | Frans Kaashoek | 1 | -1/+1 |
2011-08-08 | One definition of several macros and constants | Frans Kaashoek | 7 | -33/+25 |
2011-08-08 | Speedup sbrk tst a bit (forking 100Mbyte processes is slow) | Frans Kaashoek | 1 | -4/+10 |
2011-08-07 | Adjust sbrk test for large user address spaces | Frans Kaashoek | 2 | -21/+10 |
2011-08-07 | oops | Frans Kaashoek | 2 | -0/+85 |
2011-07-31 | Don't map IO space in the user part of the address space | Frans Kaashoek | 2 | -10/+11 |
2011-07-29 | Map kernel high | Frans Kaashoek | 20 | -70/+207 |