- Aug 26, 2011
-
-
Frans Kaashoek authored
Remove I_BUSY, B_BUSY, and intrans defs and usages One spinlock per buf to avoid ugly loop in bget fix race in filewrite (don't update f->off after releasing lock)
-
- Aug 25, 2011
-
-
Frans Kaashoek authored
-
- Jul 29, 2011
-
-
Frans Kaashoek authored
Very important to give qemu memory through PHYSTOP :(
-
- Feb 19, 2011
-
-
Russ Cox authored
-
- Jan 11, 2011
-
-
Russ Cox authored
Variable declarations at top of function, separate from initialization. Use == 0 instead of ! for checking pointers. Consistent spacing around {, *, casts. Declare 0-parameter functions as (void) not (). Integer valued functions return -1 on failure, 0 on success.
-
- Jul 02, 2010
-
-
Frans Kaashoek authored
-
- Aug 30, 2009
-
-
Russ Cox authored
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
-
- May 30, 2009
- Mar 08, 2009
-
-
rsc authored
-
- Aug 30, 2007
-
-
rtm authored
-
- Aug 28, 2007
- Aug 27, 2007
- Aug 24, 2007
- Aug 14, 2007
- Sep 08, 2006
-
-
rsc authored
-
- Sep 07, 2006
- Sep 06, 2006
- Sep 03, 2006
-
-
kaashoek authored
don't use the same name for two different pieces of code
-
- Aug 30, 2006
-
-
rtm authored
lots of cleanup
-
- Aug 12, 2006
-
-
rtm authored
-
- Aug 10, 2006
-
-
rtm authored
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi()
-
- Aug 09, 2006
- Aug 08, 2006
-
-
rtm authored
give cpu1 a TSS and gdt for when it enters scheduler() and a pseudo proc[] entry for each cpu cpu0 waits for each other cpu to start up read() for files
-
- Aug 06, 2006
-
-
kaashoek authored
-