summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-01Remove the stack guard page. Processes are now contiguous from 0 to proc->sz...Austin Clements1-1/+0
2010-09-01Tab policeAustin Clements1-5/+5
2010-08-06fix corner cases in exec of ELFRobert Morris1-2/+5
2010-07-23a few nitsFrans Kaashoek1-1/+1
2010-07-23Checkpoint page-table version for SMPFrans Kaashoek1-5/+1
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek1-50/+40
2009-08-30assorted fixes:Russ Cox1-7/+7
2009-08-08shuffle and tweak for formatting.Russ Cox1-2/+4
2009-07-13exec tweaksRuss Cox1-6/+11
2009-05-31exec sanity checkrsc1-1/+1
2009-05-31Some proc cleanup, moving some of copyproc into allocproc.rsc1-1/+1
2007-08-30oops - broke arg countingrsc1-1/+1
2007-08-28oopsrsc1-1/+1
2007-08-27delete unnecessary #include linesrsc1-1/+0
2007-08-27Edit exec.rsc1-77/+59
2007-08-24Remove struct uinode.rsc1-5/+5
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-12/+10
2007-08-21Various cleanup:rsc1-0/+136