Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -49/+0 | |
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) | |||||
2011-09-27 | Update stressfs to trigger race now the logging code serializes writes | Frans Kaashoek | 1 | -5/+17 | |
2011-01-11 | make new code like old code | Russ Cox | 1 | -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-01 | Space police | Austin Clements | 1 | -3/+3 | |
2009-11-23 | Add the test we used in lecture to creash the IDE system when the | Austin Clements | 1 | -0/+38 | |
locks were moved around. |