summaryrefslogtreecommitdiff
path: root/stressfs.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-11make new code like old codeRuss Cox1-7/+6
Variable declarations at top of function, separate from initialization. Use == 0 instead of ! for checking pointers. Consistent spacing around {, *, casts. Declare 0-parameter functions as (void) not (). Integer valued functions return -1 on failure, 0 on success.
2010-09-01Space policeAustin Clements1-3/+3
2009-11-23Add the test we used in lecture to creash the IDE system when theAustin Clements1-0/+38
locks were moved around.