Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-21 | Various cleanup: | rsc | 1 | -5/+19 | |
- 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]. | |||||
2007-08-10 | add test for rm . | rsc | 1 | -3/+0 | |
2007-08-10 | add note | rsc | 1 | -3/+8 | |
2007-08-08 | notes | rsc | 1 | -0/+13 | |
2007-08-08 | fix index bug | rsc | 1 | -3/+0 | |
2007-08-08 | make ls work on directories | rsc | 1 | -3/+0 | |
2007-08-08 | spacing | rsc | 1 | -3/+0 | |
2007-08-08 | more bugs | rsc | 1 | -7/+0 | |
2007-08-08 | fix . .. unlink bug | rsc | 1 | -2/+0 | |
2007-08-08 | done | rsc | 1 | -3/+0 | |
2007-08-08 | fix various bugs | rsc | 1 | -12/+0 | |
2007-08-08 | fix wait bug in init | rsc | 1 | -4/+0 | |
2007-08-08 | add bootmain.c to runoff.list | rsc | 1 | -3/+0 | |
2007-06-29 | forgot to check in long ago | rsc | 1 | -0/+3 | |
2006-10-19 | bug reported by nelson | kaashoek | 1 | -0/+3 | |
2006-10-18 | record tim's bug and patch | kaashoek | 1 | -1/+3 | |
2006-10-13 | a few notes | kaashoek | 1 | -0/+7 | |
2006-09-17 | a few other nits | kaashoek | 1 | -2/+12 | |
2006-09-17 | accumulate bugs | rsc | 1 | -0/+36 | |