summaryrefslogtreecommitdiff
path: root/proc.h
AgeCommit message (Expand)AuthorFilesLines
2007-08-28replace setjmp/longjmp with swtchrsc1-8/+8
2007-08-24Remove struct uinode.rsc1-1/+1
2007-08-24nitsrsc1-1/+1
2007-08-24add missing iput() at end of _namei()rtm1-8/+4
2007-08-23Use parent pointer instead of ppid.rsc1-1/+1
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-3/+1
2007-08-10Make cp a magic symbol.rsc1-0/+10
2007-08-08save process name for debuggingrsc1-0/+1
2006-09-07more commentsrsc1-36/+40
2006-09-06struct fd -> struct filersc1-1/+1
2006-09-06no /* */ commentsrsc1-13/+8
2006-08-29nitsrtm1-4/+3
2006-08-29clear killed flag in exitrtm1-5/+0
2006-08-29prune unneeded panics and debug outputrtm1-4/+0
2006-08-16proc[0] can sleep(), at least after it gets to main00()rtm1-2/+1
2006-08-15no more proc[] entry per cpu for idle looprtm1-2/+2
2006-08-15commented out code for cwdkaashoek1-0/+1
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-2/+2
2006-08-08fix race in holding() check in acquire()rtm1-3/+4
2006-07-29open()rtm1-0/+2
2006-07-20uint32_t -> uint &crtm1-1/+1
2006-07-17standarize on unix-like lowercase struct namesrsc1-3/+3
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-3/+3
2006-07-16Eliminate annoying Pseudodesc structure.rsc1-1/+0
2006-07-16standardize on not using foo_ prefix in struct foorsc1-9/+9
2006-07-16New scheduler.rsc1-3/+2
2006-07-15no more recursive locksrtm1-0/+1
2006-07-12passes both usertestsrtm1-0/+1
2006-07-12i think my cmpxchg use was wrong in acquirertm1-0/+1
2006-07-12no more big kernel lockrtm1-1/+4
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-0/+1
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-1/+23
2006-07-05timer interruptskaashoek1-1/+0
2006-07-01swtch saves callee-saved registersrtm1-0/+11
2006-06-27file descriptorsrtm1-0/+1
2006-06-22compile "user programs"rtm1-2/+2
2006-06-15sleep, wakeup, wait, exitrtm1-1/+4
2006-06-15primitive fork and exit system callsrtm1-0/+1
2006-06-12importrtm1-0/+34