summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-10even more explicit that entry.S is linked into kernel, unlike bootasm.S.Robert Morris2-1/+5
2016-08-10tiny clarifications to some gdt code.Robert Morris3-5/+5
2016-08-08shell nitsRobert Morris2-4/+8
2015-11-15nitsFrans Kaashoek1-8/+6
2015-11-15Remove console input.lockNathaniel Wesley Filardo1-10/+13
2015-11-15Add sanity check panic for CRTC interactionsNathaniel Wesley Filardo1-0/+3
2015-11-15Merge pull request #3 from beordle/masterkaashoek1-1/+1
2015-11-15Merge pull request #5 from kehao95/masterkaashoek1-1/+1
2015-11-14Update URL for 2014kehao951-1/+1
2015-09-18Fix commentsJindong Zhang1-1/+1
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