summaryrefslogtreecommitdiff
path: root/sysproc.c
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-06-04more sbrk fixesRobert Morris
2019-06-04fix a problem with end. make uartputc() wait until h/w is ready.Robert Morris
2019-06-03console input and sbrkRobert Morris
2019-05-31fork/wait/exit workRobert Morris
2017-01-31Start of an experiment to remove the use of gs for cpu local variables.Frans Kaashoek
2016-08-25Remove trailing white space with:Frans Kaashoek
2014-09-12cmosgetdate() for system-call homeworkCody Cutler
2011-08-15Avoid "boot" in xv6Frans Kaashoek
2011-07-29Map kernel highFrans Kaashoek
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