summaryrefslogtreecommitdiff
path: root/proc.h
AgeCommit message (Expand)Author
2007-08-10Make cp a magic symbol.rsc
2007-08-08save process name for debuggingrsc
2006-09-07more commentsrsc
2006-09-06struct fd -> struct filersc
2006-09-06no /* */ commentsrsc
2006-08-29nitsrtm
2006-08-29clear killed flag in exitrtm
2006-08-29prune unneeded panics and debug outputrtm
2006-08-16proc[0] can sleep(), at least after it gets to main00()rtm
2006-08-15no more proc[] entry per cpu for idle looprtm
2006-08-15commented out code for cwdkaashoek
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-20uint32_t -> uint &crtm
2006-07-17standarize on unix-like lowercase struct namesrsc
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-16Eliminate annoying Pseudodesc structure.rsc
2006-07-16standardize on not using foo_ prefix in struct foorsc
2006-07-16New scheduler.rsc
2006-07-15no more recursive locksrtm
2006-07-12passes both usertestsrtm
2006-07-12i think my cmpxchg use was wrong in acquirertm
2006-07-12no more big kernel lockrtm
2006-07-11pre-empt both user and kernel, in clock interruptrtm
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc
2006-07-05timer interruptskaashoek
2006-07-01swtch saves callee-saved registersrtm
2006-06-27file descriptorsrtm
2006-06-22compile "user programs"rtm
2006-06-15sleep, wakeup, wait, exitrtm
2006-06-15primitive fork and exit system callsrtm
2006-06-12importrtm