summaryrefslogtreecommitdiff
path: root/syscall.c
AgeCommit message (Expand)Author
2006-08-09devswkaashoek
2006-08-08fix race in holding() check in acquire()rtm
2006-08-08mknod,ialloc,iupdatekaashoek
2006-08-07bwritekaashoek
2006-08-04better interrupt plan---this one appears to workkaashoek
2006-07-29open()rtm
2006-07-28exec argumentsrtm
2006-07-27primitive execrtm
2006-07-21nameirtm
2006-07-21breadrtm
2006-07-20uint32_t -> uint &crtm
2006-07-18prevent longjmp / forkret from writing over tf->edirtm
2006-07-17add ide_lock for sleeprsc
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-17goodbye PushRegsrsc
2006-07-16standardize on not using foo_ prefix in struct foorsc
2006-07-16add cons_puts for atomic (readable) outputrsc
2006-07-16Attempt to clean up newproc somewhat.rsc
2006-07-16New scheduler.rsc
2006-07-15move everything having to do with proc_table_lock into proc.crsc
2006-07-15Add void for ANSI Crsc
2006-07-15Change fetchint, fetcharg, and putint to return -1 on error, 0 on success.rsc
2006-07-15no more recursive locksrtm
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-10queue with disk requestskaashoek
2006-07-10read the disk using interruptskaashoek
2006-07-06disable all interrupts when acquiring lockkaashoek
2006-07-01swtch saves callee-saved registersrtm
2006-06-27file descriptorsrtm
2006-06-26system call return valuesrtm
2006-06-26system call argumentsrtm
2006-06-22compile "user programs"rtm
2006-06-15sleep, wakeup, wait, exitrtm
2006-06-15primitive fork and exit system callsrtm