summaryrefslogtreecommitdiff
path: root/zombie.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-25Remove trailing white space with:Frans Kaashoek1-1/+1
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick)
2007-08-27delete unnecessary #include linesrsc1-2/+0
2007-08-27Replace yield system call with sleep.rsc1-3/+3
2007-08-24Add yield system call, for zombie test program (bad idea?).rsc1-1/+5
2007-08-08spacingrsc1-2/+2
2007-08-08add zombie programrsc1-0/+12