summaryrefslogtreecommitdiff
path: root/sysfile.c
AgeCommit message (Collapse)Author
2007-08-21ARGMAX -> MAXARGSrsc
2007-08-21Various cleanup:rsc
- 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-20checkpoint - simpler namei interfacersc
2007-08-10avoid assignments in declarationsrsc
2007-08-10Make cp a magic symbol.rsc
2007-08-09oopsrsc
2007-08-09try to use cp only for curproc[cpu()]rsc
2007-08-08save process name for debuggingrsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07fix pipe bugrsc
2006-09-07refactor syscall codersc
2006-09-06wrap long linesrsc
2006-09-06fd_* => file_*rsc
2006-09-06fd.* -> file.*rsc
2006-09-06struct fd -> struct filersc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc