summaryrefslogtreecommitdiff
path: root/forktest.c
AgeCommit message (Collapse)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2018-08-31thanks tyfkdaFrans Kaashoek
2016-08-25Remove trailing white space with:Frans Kaashoek
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
2010-07-02Initial version of single-cpu xv6 with page tablesFrans Kaashoek
2007-08-24test that fork fails gracefullyrsc