summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2009-09-30Be consistent with JOS make targetsAustin Clements
2009-09-20xv6 runs the console on the serial port, not the parallel portAustin Clements
2009-09-15add .gdbinit.tmpl to distSilas Boyd-Wickizer
2009-09-15rev3Silas Boyd-Wickizer
2009-09-15qemu-gdb target and scriptSilas Boyd-Wickizer
2009-09-02another attempt at cpu-local variables.Russ Cox
2009-09-02fix bootblock build with gcc 4.4Nickolai Zeldovich
2009-08-30assorted fixes:Russ Cox
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc
2008-09-11restore std toolprefixrtm
2008-09-11omit *.d from tar filertm
2008-08-20now rev2rsc
2007-09-19This should fix building on FreeBSDnelhage
2007-09-18Fix compilation on 64-bit machines (thanks to andersk for patch)nelhage
2007-08-30do not toss .psrsc
2007-08-30tweakrsc
2007-08-28match READMErsc
2007-08-28oopsrsc
2007-08-28replace setjmp/longjmp with swtchrsc
2007-08-28rename 8253pit -> timerrsc
2007-08-28add grep; add lost echorsc
2007-08-28clean up Makefile; add wcrsc
2007-08-28Move keyboard code into kbd.c; add backspace handling.rsc
2007-08-27Rename main0 to main.rsc
2007-08-24test that fork fails gracefullyrsc
2007-08-22add lnrsc
2007-08-21Various cleanup:rsc
2007-08-08add killrsc
2007-08-08oopsrsc
2007-08-08add zombie programrsc
2007-08-08add rule to generate init.symrsc
2006-09-17Have kernel build rule create kernel.sym, which can bersc
2006-09-08dist rulesrsc
2006-09-07minor makefile fixes for printingkaashoek
2006-09-07new targets bochs and qemursc
2006-09-07remove fstestkaashoek
2006-09-07fix buildrsc
2006-09-07one regression test programkaashoek
2006-09-07avoid system binary clashesrsc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-06runoff tweaksrsc
2006-09-06clean up after mkfsrsc
2006-09-06fd.* -> file.*rsc
2006-09-06rm rmrsc
2006-09-06nitskaashoek
2006-09-05New formatting scripts.rsc
2006-09-03index for printoutkaashoek
2006-08-29prune unneeded panics and debug outputrtm
2006-08-29better printoutkaashoek