]> Devi Nivas Git - cs3210-lab1.git/shortlog
cs3210-lab1.git
2006-07-16 rscwas empty; gone
2006-07-16 rscfix main return type
2006-07-16 rscadd %s to cprintf for cons_puts
2006-07-16 rscKeep interrupts disabled during startup.
2006-07-16 rscstandardize on not using foo_ prefix in struct foo
2006-07-16 rscrename swtch.S to setjmp.S
2006-07-16 rscstandardize on #include "foo" not <foo>
2006-07-16 rscadd minimal comments to generator vector table
2006-07-16 rscremove acquire1 and release1
2006-07-16 rscadd cons_puts for atomic (readable) output
2006-07-16 rscAdd user.h for prototypes.
2006-07-16 rsctidy up
2006-07-16 rscDon't kill process when inside kernel.
2006-07-16 rscmore name cleanup
2006-07-16 rscremove non-idiomatic increment/decrement
2006-07-16 rscRename fd_reference to more suggestive fd_incref.
2006-07-16 rscAttempt to clean up newproc somewhat.
2006-07-16 rscNew scheduler.
2006-07-16 rscUndo change from this morning that wasn't intended...
2006-07-15 rscmove everything having to do with proc_table_lock into...
2006-07-15 rscsilence load_icode signedness warning
2006-07-15 rscAdd void for ANSI C
2006-07-15 rscChange fetchint, fetcharg, and putint to return -1...
2006-07-15 rtmno more recursive locks
2006-07-12 kaashoekand the file
2006-07-12 kaashoekextract lapic code from mp.c
2006-07-12 rtmpasses both usertests
2006-07-12 rtmi think my cmpxchg use was wrong in acquire
2006-07-12 rtmcvs add spinlock.h
2006-07-12 rtmno more big kernel lock
2006-07-11 rtmgive each cpu its own clock, so that preemption works...
2006-07-11 rtmpre-empt both user and kernel, in clock interrupt
2006-07-11 rscChanges to allow use of native x86 ELF compilers, which...
2006-07-10 kaashoekqueue with disk requests
2006-07-10 kaashoekoops
2006-07-10 kaashoekread the disk using interrupts
2006-07-06 kaashoekdisable all interrupts when acquiring lock
2006-07-05 kaashoektimer interrupts
2006-07-01 rtmswtch saves callee-saved registers
2006-06-28 kaashoekdisable interrupts when holding kernel lock
2006-06-28 kaashoektimer interrupts
2006-06-27 rtmfile descriptors
2006-06-26 rtmsystem call return values
2006-06-26 kaashoekstick mpstack in cpu structure
2006-06-26 rtmsystem call arguments
2006-06-24 rtmboot more than two CPUs, each on own initial stack
2006-06-22 rtmbug in trapret
2006-06-22 rtmcompile "user programs"
2006-06-22 rtmsend console output to parallel port
2006-06-22 kaashoekoops
2006-06-22 kaashoekcheckpoint. booting second processor. stack is messed...
2006-06-21 kaashoekstart on MP; detect MP configuration
2006-06-16 rtmcheckpoint
2006-06-15 rtmsleep, wakeup, wait, exit
2006-06-15 rtmprimitive fork and exit system calls
2006-06-13 rtmfix some trap bugs
2006-06-13 rtmfoo
2006-06-13 rtmmore or less take traps/interrupts
2006-06-12 rtmxx
2006-06-12 rtmimport