- 28 Feb, 2011 1 commit
-
-
Russ Cox authored
-
- 19 Feb, 2011 6 commits
- 11 Jan, 2011 5 commits
-
-
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.
-
- 10 Jan, 2011 1 commit
-
-
Russ Cox authored
-
- 02 Jan, 2011 1 commit
-
-
Russ Cox authored
-
- 29 Sep, 2010 1 commit
-
-
Robert Morris authored
-
- 27 Sep, 2010 2 commits
-
-
Robert Morris authored
fix double iunlockput
-
Robert Morris authored
usertest that passes too many arguments, break exec
-
- 20 Sep, 2010 1 commit
-
-
Robert Morris authored
-
- 19 Sep, 2010 3 commits
-
-
-
Robert Morris authored
-
Robert Morris authored
-
- 15 Sep, 2010 1 commit
-
-
Austin Clements authored
-
- 13 Sep, 2010 1 commit
-
-
Robert Morris authored
delete most comments from bootother.S (since copy of bootasm.S) ksegment() -> seginit() move more stuff from main() to mainc()
-
- 03 Sep, 2010 1 commit
-
-
Austin Clements authored
-
- 02 Sep, 2010 16 commits
-
-
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.
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
Rearrange proc.h and proc.c to get our action-packed spreads back (mostly). They also make sense in this order, so it's not just for page layout.
-
Austin Clements authored
Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on the same page, but this will make them easier to flip between.
-