- 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
- 14 Aug, 2006 1 commit
-
-
kaashoek authored
mkdir ls shows stat info for each dir entry
-
- 13 Aug, 2006 3 commits
- 12 Aug, 2006 2 commits
- 11 Aug, 2006 1 commit
-
-
kaashoek authored
primitive ls
-