summaryrefslogtreecommitdiff
path: root/syscall.c
AgeCommit message (Expand)Author
2007-08-28spaces around else for rtmrsc
2007-08-28more consistent spacingrsc
2007-08-27make code match commentrsc
2007-08-27make code match commentrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27Replace yield system call with sleep.rsc
2007-08-24nitsrsc
2007-08-24Add yield system call, for zombie test program (bad idea?).rsc
2007-08-24simplify ide queuingrtm
2007-08-21Various cleanup:rsc
2007-08-14formattingrsc
2007-08-10Make cp a magic symbol.rsc
2007-08-09try to use cp only for curproc[cpu()]rsc
2007-08-08convert syscall dispatch to tablersc
2006-09-07refactor syscall codersc
2006-09-07comment fixesrsc
2006-09-06for vs whilersc
2006-09-06fd.* -> file.*rsc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc
2006-09-06writeable => writablersc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-08-30complain if no disk 1rtm
2006-08-29clear killed flag in exitrtm
2006-08-29prune unneeded panics and debug outputrtm
2006-08-29i broke sbrk, fix itrtm
2006-08-29clean up stale error checks and panicsrtm
2006-08-26consistently ignore more than 14 chars in path componentrtm
2006-08-26mkdir check error from mknodrtm
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm
2006-08-24user-level malloc (untested)kaashoek
2006-08-23i/o redirection in shkaashoek
2006-08-20compiling, but untested dupkaashoek
2006-08-20removed block system callkaashoek
2006-08-19chdirkaashoek
2006-08-14set size for directories correctly in wdir and mkfskaashoek
2006-08-14start on mkdirkaashoek
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-13namei returns locked parent dir inode for create / unlinkrtm
2006-08-13link()rtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-12fstatkaashoek
2006-08-12unlink,mknod,create with multi-component pathnames should work nowkaashoek
2006-08-11fix deadlock---iput(dp) asapkaashoek
2006-08-11init creates console, opens 0/1/2, runs shrtm
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm
2006-08-10printfkaashoek
2006-08-09iread for T_DEVkaashoek
2006-08-09fix test program: don't close before writingkaashoek
2006-08-09devswkaashoek