- Jan 11, 2011
-
-
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.
-
- Sep 27, 2010
-
-
Robert Morris authored
usertest that passes too many arguments, break exec
-
- Sep 20, 2010
-
-
Robert Morris 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 02, 2010
-
-
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
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
-
- Sep 01, 2010
-
-
Austin Clements authored
Slight simplification of copyuvm. We could simplify other things now that processes are contiguous, but we'd have to think harder about the error paths.
-
- Aug 31, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Robert Morris authored
kinit() knows about end and PHYSTOP map all of kernel read/write (rather than r/o instructions) thanks, austin
-
Robert Morris authored
do not keep sorted contiguous free list
-
- Aug 30, 2010
-
-
Robert Morris authored
-
Robert Morris authored
-
Robert Morris authored
-
- Aug 11, 2010
-
-
Robert Morris authored
increase PHYSTOP
-
- Aug 10, 2010
-
-
Robert Morris authored
-
- Aug 06, 2010
-
-
Robert Morris authored
put an invalid page below the stack have fork() handle invalid pages
-
- Aug 05, 2010
-
-
Robert Morris authored
find out the hard way why user and kernel must have separate segment descriptors
-
Robert Morris authored
fix corner cases with alignment when mapping kernel ELF file
-
Robert Morris authored
replace jstack with asm()s
-
Robert Morris authored
(maybe this never worked, but it works now)
-
- Jul 28, 2010
-
-
Frans Kaashoek authored
-
- Jul 26, 2010
-
-
Frans Kaashoek authored
-
- Jul 25, 2010
-
-
Frans Kaashoek authored
-
- Jul 23, 2010
-
-
Frans Kaashoek authored
-