Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-25 | Remove trailing white space with: | Frans Kaashoek | 1 | -1/+1 | |
for f in *.{h,c}; do sed -i .sed 's/[[:blank:]]*$//' $f; done (Thanks to Nicolás Wolovick) | |||||
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -2/+0 | |
2007-08-27 | Replace yield system call with sleep. | rsc | 1 | -3/+3 | |
2007-08-24 | Add yield system call, for zombie test program (bad idea?). | rsc | 1 | -1/+5 | |
2007-08-08 | spacing | rsc | 1 | -2/+2 | |
2007-08-08 | add zombie program | rsc | 1 | -0/+12 | |