summaryrefslogtreecommitdiff
path: root/sysproc.c
AgeCommit message (Expand)Author
2010-08-11uptime() sys call for benchmarkingRobert Morris
2009-08-30assorted fixes:Russ Cox
2009-05-31move fork into proc.crsc
2009-05-31missed this file in last checkinrsc
2007-11-28fork minibugrsc
2007-09-27kernel SMP interruptibility fixes.rsc
2007-08-28delete proc_ on proc_exit, proc_wait, proc_killrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27Replace yield system call with sleep.rsc
2007-08-24Add yield system call, for zombie test program (bad idea?).rsc
2007-08-10Make cp a magic symbol.rsc
2006-09-07refactor syscall codersc
2006-09-06fd.* -> file.*rsc
2006-09-06split syscall.c into sysfile.c and sysproc.crsc