summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2010-09-02Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This m...Austin Clements
2010-09-01Remove the stack guard page. Processes are now contiguous from 0 to proc->sz...Austin Clements
2010-09-01Tab policeAustin Clements
2010-08-06fix corner cases in exec of ELFRobert Morris
2010-07-23a few nitsFrans Kaashoek
2010-07-23Checkpoint page-table version for SMPFrans Kaashoek
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek
2009-08-30assorted fixes:Russ Cox
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-07-13exec tweaksRuss Cox
2009-05-31exec sanity checkrsc
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc
2007-08-30oops - broke arg countingrsc
2007-08-28oopsrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27Edit exec.rsc
2007-08-24Remove struct uinode.rsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-21Various cleanup:rsc