summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Fixed broken build on Arch LinuxAyan Shafqat1-0/+2
2015-06-30coding style (per Jeremías Feltan <[email protected]>)Frans Kaashoek2-7/+7
2015-06-27Update memide to reflect recent changes to fs and bufFrans Kaashoek1-2/+3
2015-06-27Pick up where i left off in april:Frans Kaashoek7-45/+47
2015-04-10One ide command for nsector_per_block generates nsector_per_block interrupts,Frans Kaashoek1-1/+1
2015-04-10check blockno passed to idestartFrans Kaashoek3-9/+9
2015-04-03Disentangle block size from the disk's sector size. Set block size to 1024 t...Frans Kaashoek11-86/+91
2015-03-24Fix missing NUL-terminator in grepAustin Clements1-1/+2
2015-02-19fix buf where concurrent fs syscalls race on log entriesCody Cutler1-0/+2
2014-10-03Increase VM memory when running qemu-memfsAustin Clements1-1/+1
2014-10-03Make kernelmemfs depend on kernel.ldAustin Clements1-1/+1
2014-10-03Fix kernelmemfs linkingAustin Clements1-1/+1
2014-09-23ggdb -> gdwarf-2 for gcc4.8Frans Kaashoek1-1/+1
2014-09-12whoops. forgot date.hCody Cutler1-0/+8
2014-09-12cmosgetdate() for system-call homeworkCody Cutler4-3/+72
2014-09-08Oops (thanks David Lawrence)Frans Kaashoek1-1/+1
2014-08-29no need to generate postscript versionFrans Kaashoek1-2/+2
2014-08-29Nice layout for a printout of the codeFrans Kaashoek7-5/+20
2014-08-29Ack all bug reports and patches. Is this all of them?Frans Kaashoek1-2/+4
2014-08-28update for 2014Frans Kaashoek1-6/+3
2014-08-28xxRobert Morris2-2/+2
2014-08-28Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Robert Morris10-163/+215
2014-08-28write log blocks from cache only at end of transactionRobert Morris1-7/+21
2014-08-28nitsRobert Morris1-24/+10
2014-08-28i think this is a working concurrent logging schemeRobert Morris5-95/+113
2014-08-27a start at concurrent FS system callsRobert Morris6-61/+95
2014-08-27commentsRobert Morris2-2/+2
2014-08-04every iput() and namei() must be inside a transactionRobert Morris6-17/+145
2014-08-04use acquire/release to force order for pid=np->pid;np->state=RUNNINGRobert Morris3-11/+19
2014-07-31newer versions of qemu have different binary names (per Joel Nider <joel@nide...Frans Kaashoek1-2/+4
2013-03-04Correct a security bug in copyuvm()Stephen Tu2-2/+4
2012-10-24Prevent extra rebuild of fs.img by keeping intermediate object files.Cam Tenny1-0/+6
2012-09-10Use static assert instead of _LP64 (thanks Eddie!)Frans Kaashoek1-3/+4
2012-09-07Remove -m32 flag from native gcc compilerFrans Kaashoek2-1/+5
2012-08-28make the book happyRobert Morris1-2/+2
2012-08-28nitsRobert Morris2-12/+12
2012-08-28Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Robert Morris9-16/+27
2012-08-28junkRobert Morris3-5/+5
2012-08-24Various fixes and improvements to printpcsAustin Clements1-8/+11
2012-08-23For the convenience of studentsFrans Kaashoek1-0/+11
2012-08-22Use addr2line (or i386-jos-elf-addr2line, if you cross compile)Frans Kaashoek1-48/+0
2012-08-22Runoff still complaints these lines are too long, but it is now ok on printoutFrans Kaashoek1-4/+4
2012-08-22chmod +xFrans Kaashoek1-0/+0
2012-08-22Decode getcallerpcs() (thanks to Peter Froehlich)Frans Kaashoek1-0/+48
2012-08-22Remove left-over from some logging plan making complete syscalls atomicFrans Kaashoek2-4/+1
2012-08-22Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6Frans Kaashoek6-17/+28
2012-08-22Remove unused argument to setupkvm (thanks to Peter Froehlich)Frans Kaashoek4-4/+4
2012-08-22Remove unused argument from lapicinit (thanks to Peter Froehlich)Frans Kaashoek3-4/+4
2012-08-22Fix from Peter FroehlichFrans Kaashoek1-1/+1
2012-02-17Make fetchint and fetchstr use proc instead of taking a struct procAustin Clements3-13/+13