- 01 Sep, 2010 1 commit
-
-
Austin Clements authored
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.
-
- 11 Aug, 2010 1 commit
-
-
Robert Morris authored
increase PHYSTOP
-
- 02 Jul, 2010 2 commits
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
- 30 Aug, 2009 1 commit
-
-
Russ Cox authored
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
-
- 28 Aug, 2007 2 commits
- 27 Aug, 2007 4 commits
- 24 Aug, 2007 3 commits
- 21 Aug, 2007 1 commit
-
-
rsc authored
Various cleanup: - Got rid of dummy proc[0]. Now proc[0] is init. - Added initcode.S to exec /init, so that /init is just a regular binary. - Moved exec out of sysfile to exec.c - Moved code dealing with fs guts (like struct inode) from sysfile.c to fs.c. Code dealing with system call arguments stays in sysfile.c - Refactored directory routines in fs.c; should be simpler. - Changed iget to return *unlocked* inode structure. This solves the lookup-then-use race in namei without introducing deadlocks. It also enabled getting rid of the dummy proc[0].
-
- 14 Aug, 2007 1 commit
-
-
rsc authored
-
- 10 Aug, 2007 1 commit
-
-
rsc authored
-
- 09 Aug, 2007 1 commit
-
-
rsc authored
-
- 08 Aug, 2007 1 commit
-
-
rsc authored
-
- 07 Sep, 2006 2 commits
- 06 Sep, 2006 6 commits
- 30 Aug, 2006 1 commit
-
-
rtm authored
lots of cleanup
-
- 29 Aug, 2006 4 commits
- 26 Aug, 2006 2 commits
- 24 Aug, 2006 1 commit
-
-
rtm authored
fix race in mknod / creat use last component in dirent in mknod, not path
-
- 23 Aug, 2006 1 commit
-
-
kaashoek authored
nit in sbrk indirect block fix dup to share fd struct
-
- 22 Aug, 2006 1 commit
-
-
kaashoek authored
better parsing of sh commands (copied from jos sh) cat: read from 1 if no args sbrk system call, but untested getpid system call moved locks in keyboard intr, but why do we get intr w. null characters from keyboard?
-
- 19 Aug, 2006 3 commits