summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-29open()rtm1-2/+4
2006-07-27primitive execrtm1-0/+3
2006-07-18prevent longjmp / forkret from writing over tf->edirtm1-1/+1
2006-07-17add ide_lock for sleeprsc1-0/+12
2006-07-17standarize on unix-like lowercase struct namesrsc1-3/+3
2006-07-17add uint and standardize on typedefs instead of unsignedrsc1-6/+6
2006-07-17goodbye PushRegsrsc1-1/+1
2006-07-17nitpicksrsc1-1/+1
2006-07-16Eliminate annoying Pseudodesc structure.rsc1-4/+3
2006-07-16standardize on not using foo_ prefix in struct foorsc1-11/+11
2006-07-16Rename fd_reference to more suggestive fd_incref.rsc1-1/+1
2006-07-16Attempt to clean up newproc somewhat.rsc1-51/+67
2006-07-16New scheduler.rsc1-153/+168
2006-07-15move everything having to do with proc_table_lock into proc.crsc1-0/+50
2006-07-15no more recursive locksrtm1-23/+52
2006-07-12passes both usertestsrtm1-8/+10
2006-07-12i think my cmpxchg use was wrong in acquirertm1-2/+23
2006-07-12cvs add spinlock.hrtm1-1/+2
2006-07-12no more big kernel lockrtm1-21/+46
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-0/+42
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-39/+44
2006-07-01swtch saves callee-saved registersrtm1-17/+27
2006-06-27file descriptorsrtm1-0/+9
2006-06-26system call return valuesrtm1-0/+1
2006-06-26system call argumentsrtm1-2/+1
2006-06-24boot more than two CPUs, each on own initial stackrtm1-0/+4
2006-06-22compile "user programs"rtm1-19/+27
2006-06-15sleep, wakeup, wait, exitrtm1-1/+27
2006-06-15primitive fork and exit system callsrtm1-15/+20
2006-06-13more or less take traps/interruptsrtm1-4/+11
2006-06-12importrtm1-0/+112