Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-02-06 | another rev2 -> rev3 | Russ Cox | 1 | -1/+1 |
2010-02-06 | point at rev3 | Russ Cox | 1 | -2/+2 |
2009-12-01 | 8ae0 instead of 8e00, thanks yandong | Frans Kaashoek | 4 | -2/+4 |
2009-11-23 | Add stressfs and gdbutil to dist | Austin Clements | 1 | -4/+5 |
2009-11-23 | GDB utilities | Austin Clements | 1 | -0/+291 |
2009-11-23 | Add the test we used in lecture to creash the IDE system when the | Austin Clements | 2 | -0/+39 |
2009-10-24 | Merge branch 'master' of git+ssh://am.lcs/home/am0/6.828/xv6 | Austin Clements | 1 | -1/+3 |
2009-10-24 | Comment typo | Austin Clements | 1 | -1/+1 |
2009-10-07 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Frans Kaashoek | 4 | -9/+28 |
2009-10-07 | fine-tune comment | Frans Kaashoek | 1 | -2/+2 |
2009-10-07 | fine tune comment | Frans Kaashoek | 1 | -1/+3 |
2009-10-07 | Remove memcpy prototypes at Russ' request to prevent code from calling | Austin Clements | 3 | -2/+1 |
2009-10-07 | Provide memcpy for compatibility with older versions of gcc | Austin Clements | 3 | -0/+8 |
2009-10-05 | Record debug info for assmebly code | Austin Clements | 1 | -1/+1 |
2009-09-30 | Handle backspace on serial input and output better. Better solutions are wel... | Austin Clements | 1 | -1/+7 |
2009-09-30 | Be consistent with JOS make targets | Austin Clements | 1 | -1/+5 |
2009-09-20 | Hack to make newlines on the serial port work | Austin Clements | 1 | -0/+3 |
2009-09-20 | Use the symbol file | Austin Clements | 1 | -4/+3 |
2009-09-20 | xv6 runs the console on the serial port, not the parallel port | Austin Clements | 1 | -2/+2 |
2009-09-20 | nit in comment | Frans Kaashoek | 1 | -1/+1 |
2009-09-15 | add .gdbinit.tmpl to dist | Silas Boyd-Wickizer | 2 | -3/+2 |
2009-09-15 | add uart.c | Silas Boyd-Wickizer | 1 | -0/+1 |
2009-09-15 | rev3 | Silas Boyd-Wickizer | 2 | -1/+1 |
2009-09-15 | ignore .gitignore | Silas Boyd-Wickizer | 1 | -0/+1 |
2009-09-15 | qemu-gdb target and script | Silas Boyd-Wickizer | 2 | -2/+41 |
2009-09-03 | new pdf | Russ Cox | 2 | -1115/+1116 |
2009-09-03 | formatting tweaks | Russ Cox | 2 | -2/+4 |
2009-09-02 | can set just %gs now. | Russ Cox | 2 | -4/+2 |
2009-09-02 | another attempt at cpu-local variables. | Russ Cox | 4 | -18/+16 |
2009-09-02 | lapic: disable microdelay because it makes Bochs slow | Russ Cox | 1 | -4/+0 |
2009-09-02 | fix TLS again; | Russ Cox | 2 | -3/+7 |
2009-09-02 | Fix TLS for PIC systems | Russ Cox | 2 | -0/+2 |
2009-09-02 | fix bootblock build with gcc 4.4 | Nickolai Zeldovich | 2 | -1/+15 |
2009-08-30 | assorted fixes: | Russ Cox | 23 | -2324/+2382 |
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 24 | -6513/+6710 |
2009-07-13 | exec tweaks | Russ Cox | 1 | -6/+11 |
2009-07-12 | remove //DOC in the right place | Russ Cox | 2 | -1/+1 |
2009-07-12 | strip //DOC comments during printing | Russ Cox | 1 | -0/+1 |
2009-07-12 | merge | Russ Cox | 0 | -0/+0 |
2009-07-12 | more doc tweaks | Russ Cox | 4 | -54/+52 |
2009-07-12 | undo | Silas Boyd-Wickizer | 1 | -1/+0 |
2009-07-12 | test commit email | Silas Boyd-Wickizer | 1 | -0/+1 |
2009-07-11 | initproc, usegment, swtch tweaks | Russ Cox | 4 | -60/+46 |
2009-07-11 | spinlock: rename parameter lock -> lk | Russ Cox | 1 | -15/+15 |
2009-07-11 | mmu.h: unused SEG_NULL | Russ Cox | 1 | -3/+0 |
2009-07-11 | rearrangements and cleanup for text | Russ Cox | 4 | -107/+102 |
2009-07-11 | trap cleanup | Russ Cox | 3 | -7/+7 |
2009-07-11 | bootasm cleanup | Russ Cox | 2 | -12/+12 |
2009-07-11 | s/IRQ_OFFSET/T_IRQ0/: it's a trap number, not an irq number. | Russ Cox | 2 | -9/+10 |
2009-05-31 | compile fixes | rsc | 1 | -7/+5 |