summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2007-08-14Because limit gives the address of the last addressablersc
2007-08-10Make cp a magic symbol.rsc
2007-08-09try to use cp only for curproc[cpu()]rsc
2007-08-08check p->killed for long-lived sleepsrsc
2007-08-08cleaner tablersc
2007-08-08cleaner tablersc
2007-08-08iincref returns new refrsc
2007-08-08add DPL_USER constantrsc
2007-08-08fix various bugsrsc
2007-08-08comment tweaks; more informative process listrsc
2006-09-08move growproc up higherrsc
2006-09-08fix various commentsrsc
2006-09-07check preconditions in schedrsc
2006-09-07debugging printsrsc
2006-09-07more commentsrsc
2006-09-07more defensive programmingrsc
2006-09-06fd_* => file_*rsc
2006-09-06fd.* -> file.*rsc
2006-09-06struct fd -> struct filersc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06clear np->mem after freeingrsc
2006-09-06some pipe support in shkaashoek
2006-08-30complain if no disk 1rtm
2006-08-29nitsrtm
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-24bug in sbrkkaashoek
2006-08-24user-level malloc (untested)kaashoek
2006-08-23i/o redirection in shkaashoek
2006-08-19chdirkaashoek
2006-08-15no more proc[] entry per cpu for idle looprtm
2006-08-15commented out code for cwdkaashoek
2006-08-13link()rtm
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
2006-08-08fix race in holding() check in acquire()rtm
2006-07-29open()rtm
2006-07-27primitive execrtm
2006-07-18prevent longjmp / forkret from writing over tf->edirtm
2006-07-17add ide_lock for sleeprsc
2006-07-17standarize on unix-like lowercase struct namesrsc
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-17goodbye PushRegsrsc
2006-07-17nitpicksrsc
2006-07-16Eliminate annoying Pseudodesc structure.rsc
2006-07-16standardize on not using foo_ prefix in struct foorsc
2006-07-16Rename fd_reference to more suggestive fd_incref.rsc
2006-07-16Attempt to clean up newproc somewhat.rsc