Age | Commit message (Expand) | Author | Files | Lines |
2016-08-19 | x | Frans Kaashoek | 1 | -6/+6 |
2016-08-18 | Coding style (thanks to phf). | Frans Kaashoek | 1 | -5/+5 |
2016-08-18 | Fixed QEMU command line avoids raw image warning. | Peter H. Froehlich | 1 | -1/+1 |
2016-08-18 | It will be for 2016 | Frans Kaashoek | 1 | -2/+2 |
2016-08-18 | Update based on a scan of my 6828 folder | Frans Kaashoek | 1 | -3/+6 |
2016-08-18 | Removed useless variable. | Peter H. Froehlich | 1 | -4/+0 |
2016-08-18 | Again, QEMU command line to avoid image warning. | Peter H. Froehlich | 1 | -1/+1 |
2016-08-18 | Remove unused variable, nits. | Peter H. Froehlich | 1 | -6/+5 |
2016-08-18 | Removed useless function and prototypes. | Peter H. Froehlich | 2 | -11/+1 |
2016-08-18 | Thanks to Warren Toomey for RDMUL and WRMUL. | Frans Kaashoek | 1 | -1/+1 |
2016-08-18 | Small change to support RWMUL and WRMUL. Now xv6 truly works with a block size | Frans Kaashoek | 1 | -3/+7 |
2016-08-13 | hold ptable.lock for the entire process creation | Robert Morris | 2 | -9/+15 |
2016-08-12 | separate atomic test-and-set from memory barrier. | Robert Morris | 1 | -12/+14 |
2016-08-11 | nothing much | Robert Morris | 3 | -2/+3 |
2016-08-11 | main comments | Robert Morris | 1 | -7/+6 |
2016-08-10 | nits | Robert Morris | 2 | -2/+2 |
2016-08-10 | more comments in entryother.S | Robert Morris | 2 | -15/+22 |
2016-08-10 | even more explicit that entry.S is linked into kernel, unlike bootasm.S. | Robert Morris | 2 | -1/+5 |
2016-08-10 | tiny clarifications to some gdt code. | Robert Morris | 3 | -5/+5 |
2016-08-08 | shell nits | Robert Morris | 2 | -4/+8 |
2015-11-15 | nits | Frans Kaashoek | 1 | -8/+6 |
2015-11-15 | Remove console input.lock | Nathaniel Wesley Filardo | 1 | -10/+13 |
2015-11-15 | Add sanity check panic for CRTC interactions | Nathaniel Wesley Filardo | 1 | -0/+3 |
2015-11-15 | Merge pull request #3 from beordle/master | kaashoek | 1 | -1/+1 |
2015-11-15 | Merge pull request #5 from kehao95/master | kaashoek | 1 | -1/+1 |
2015-11-14 | Update URL for 2014 | kehao95 | 1 | -1/+1 |
2015-09-18 | Fix comments | Jindong Zhang | 1 | -1/+1 |
2015-08-12 | Fixed broken build on Arch Linux | Ayan Shafqat | 1 | -0/+2 |
2015-06-30 | coding style (per JeremÃas Feltan <jeremias.feltan@gmail.com>) | Frans Kaashoek | 2 | -7/+7 |
2015-06-27 | Update memide to reflect recent changes to fs and buf | Frans Kaashoek | 1 | -2/+3 |
2015-06-27 | Pick up where i left off in april: | Frans Kaashoek | 7 | -45/+47 |
2015-04-10 | One ide command for nsector_per_block generates nsector_per_block interrupts, | Frans Kaashoek | 1 | -1/+1 |
2015-04-10 | check blockno passed to idestart | Frans Kaashoek | 3 | -9/+9 |
2015-04-03 | Disentangle block size from the disk's sector size. Set block size to 1024 t... | Frans Kaashoek | 11 | -86/+91 |
2015-03-24 | Fix missing NUL-terminator in grep | Austin Clements | 1 | -1/+2 |
2015-02-19 | fix buf where concurrent fs syscalls race on log entries | Cody Cutler | 1 | -0/+2 |
2014-10-03 | Increase VM memory when running qemu-memfs | Austin Clements | 1 | -1/+1 |
2014-10-03 | Make kernelmemfs depend on kernel.ld | Austin Clements | 1 | -1/+1 |
2014-10-03 | Fix kernelmemfs linking | Austin Clements | 1 | -1/+1 |
2014-09-23 | ggdb -> gdwarf-2 for gcc4.8 | Frans Kaashoek | 1 | -1/+1 |
2014-09-12 | whoops. forgot date.h | Cody Cutler | 1 | -0/+8 |
2014-09-12 | cmosgetdate() for system-call homework | Cody Cutler | 4 | -3/+72 |
2014-09-08 | Oops (thanks David Lawrence) | Frans Kaashoek | 1 | -1/+1 |
2014-08-29 | no need to generate postscript version | Frans Kaashoek | 1 | -2/+2 |
2014-08-29 | Nice layout for a printout of the code | Frans Kaashoek | 7 | -5/+20 |
2014-08-29 | Ack all bug reports and patches. Is this all of them? | Frans Kaashoek | 1 | -2/+4 |
2014-08-28 | update for 2014 | Frans Kaashoek | 1 | -6/+3 |
2014-08-28 | xx | Robert Morris | 2 | -2/+2 |
2014-08-28 | Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6 | Robert Morris | 10 | -163/+215 |
2014-08-28 | write log blocks from cache only at end of transaction | Robert Morris | 1 | -7/+21 |