- 2011年 1月 03日 1 次提交
-
-
由 Russ Cox 提交于
-
- 2010年 9月 30日 1 次提交
-
-
由 Robert Morris 提交于
-
- 2010年 9月 28日 2 次提交
-
-
由 Robert Morris 提交于
fix double iunlockput
-
由 Robert Morris 提交于
usertest that passes too many arguments, break exec
-
- 2010年 9月 20日 3 次提交
-
-
由 Robert Morris 提交于
-
由 Robert Morris 提交于
-
- 2010年 9月 19日 1 次提交
-
-
由 Robert Morris 提交于
-
- 2010年 9月 16日 1 次提交
-
-
由 Austin Clements 提交于
-
- 2010年 9月 14日 1 次提交
-
-
由 Robert Morris 提交于
delete most comments from bootother.S (since copy of bootasm.S) ksegment() -> seginit() move more stuff from main() to mainc()
-
- 2010年 9月 04日 1 次提交
-
-
由 Austin Clements 提交于
-
- 2010年 9月 03日 14 次提交
-
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
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 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
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 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
- 2010年 9月 02日 9 次提交
-
-
由 Austin Clements 提交于
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 提交于
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.
-
由 Austin Clements 提交于
I totally misunderstood the even/odd spec. Add some docs, remove my 'left+' hack, and orthogonalize left/right versus even/odd so you can specify them independently.
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
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.
-
由 Austin Clements 提交于
Remove the stack guard page. Processes are now contiguous from 0 to proc->sz, which means our syscall argument validation is correct. Add a pointer validation test and remove the stack test, which tested for the guard page.
-
- 2010年 9月 01日 6 次提交
-
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-
-
由 Austin Clements 提交于
-
由 Austin Clements 提交于
-