summaryrefslogtreecommitdiff
path: root/syscall.h
AgeCommit message (Expand)Author
2006-09-07refactor syscall codersc
2006-09-06struct fd -> struct filersc
2006-09-06renumber system callsrsc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc
2006-08-23i/o redirection in shkaashoek
2006-08-20removed block system callkaashoek
2006-08-19chdirkaashoek
2006-08-14start on mkdirkaashoek
2006-08-13link()rtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-12fstatkaashoek
2006-08-10printfkaashoek
2006-08-08mknod,ialloc,iupdatekaashoek
2006-07-29open()rtm
2006-07-27primitive execrtm
2006-07-16add cons_puts for atomic (readable) outputrsc
2006-07-15no more recursive locksrtm
2006-07-11pre-empt both user and kernel, in clock interruptrtm
2006-07-06disable all interrupts when acquiring lockkaashoek
2006-07-01swtch saves callee-saved registersrtm
2006-06-27file descriptorsrtm
2006-06-26system call argumentsrtm
2006-06-15sleep, wakeup, wait, exitrtm
2006-06-15primitive fork and exit system callsrtm