- 2011年 7月 28日 1 次提交
-
-
由 Frans Kaashoek 提交于
Passes usertests and stressfs Seems to recover correctly in a number of simple cases
-
- 2011年 6月 25日 1 次提交
-
-
由 Austin Clements 提交于
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.
-
- 2011年 6月 24日 1 次提交
-
-
由 Nickolai Zeldovich 提交于
[ cherry-picked de6075ff ] Conflicts: fs.c
-
- 2011年 4月 28日 1 次提交
-
-
由 Frans Kaashoek 提交于
-
- 2011年 2月 28日 2 次提交
- 2011年 2月 20日 4 次提交
- 2011年 2月 19日 2 次提交
- 2011年 1月 12日 5 次提交
-
-
由 Russ Cox 提交于
-
由 Russ Cox 提交于
-
由 Russ Cox 提交于
-
由 Russ Cox 提交于
-
由 Russ Cox 提交于
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.
-
- 2011年 1月 10日 1 次提交
-
-
由 Russ Cox 提交于
-
- 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日 11 次提交
-
-
由 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 提交于
-