- Jul 27, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
Passes usertests and stressfs Seems to recover correctly in a number of simple cases
-
- Jun 24, 2011
-
-
Austin Clements authored
At some point between gcc 4.4 and 4.6, omitting the frame pointer became default if any -O is specified. getcallerpcs relies on the frame pointer, so bring it back.
-
Nickolai Zeldovich authored
[ cherry-picked de6075ff0978108daea1d658425bcb37663a98a0 ] Conflicts: fs.c
-
- Apr 28, 2011
-
-
Frans Kaashoek authored
-
- Feb 28, 2011
- Feb 19, 2011
- Jan 11, 2011
-
-
Russ Cox authored
-
Russ Cox authored
-
Russ Cox authored
-
Russ Cox authored
-
Russ Cox authored
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.
-
- Jan 10, 2011
-
-
Russ Cox authored
-
- Jan 02, 2011
-
-
Russ Cox authored
-
- Sep 29, 2010
-
-
Robert Morris authored
-
- Sep 27, 2010
-
-
Robert Morris authored
fix double iunlockput
-
Robert Morris authored
usertest that passes too many arguments, break exec
-
- Sep 20, 2010
-
-
Robert Morris authored
-
- Sep 19, 2010
-
-
-
Robert Morris authored
-
Robert Morris authored
-
- Sep 15, 2010
-
-
Austin Clements authored
-
- Sep 13, 2010
-
-
Robert Morris authored
delete most comments from bootother.S (since copy of bootasm.S) ksegment() -> seginit() move more stuff from main() to mainc()
-
- Sep 03, 2010
-
-
Austin Clements authored
-
- Sep 02, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
Simplify allocuvm/deallocuvm to operate in a contiguous memory model. This makes their interface match up better with proc->sz and also simplifies the callers (it even gets the main body of exec on one page).
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
Rearrange vm.c so it's in logical order and prints nicely. Shorten a few functions in uninteresting ways to make them fit.
-