- 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)
-
- 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.
-
- Aug 31, 2010
-
-
Robert Morris authored
do not keep sorted contiguous free list
-
- Aug 30, 2009
-
-
Russ Cox authored
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout
-
- Aug 08, 2009
-
-
Russ Cox authored
pdf has very good page breaks now. would be a good copy for fall 2009.
-
- Jul 12, 2009
-
-
Russ Cox authored
-
- May 30, 2009
-
-
rsc authored
-
- Oct 15, 2008
-
-
kolya authored
-
- Aug 21, 2008
-
-
kolya authored
-
- Aug 28, 2007
- Aug 27, 2007
- Aug 14, 2007
- Aug 10, 2007
- Aug 09, 2007
-
-
rsc authored
-
- Aug 08, 2007
-
-
rsc authored
-
- Sep 08, 2006
-
-
rsc authored
-
- Sep 06, 2006
- Aug 10, 2006
-
-
rtm authored
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi()
-
- Jul 18, 2006
-
-
rtm authored
-
- Jul 15, 2006
-
-
rtm authored
wakeup1() assumes you hold proc_table_lock sleep(chan, lock) provides atomic sleep-and-release to wait for condition ugly code in swtch/scheduler to implement new sleep fix lots of bugs in pipes, wait, and exit fix bugs if timer interrupt goes off in schedule() console locks per line, not per byte
-
- Jul 11, 2006
-
-
rtm authored
succeeds at usertests.c pipe test
-
- Jul 01, 2006
-
-
rtm authored
swtch idles on per-CPU stack, not on calling process's stack fix pipe bugs usertest.c tests pipes, fork, exit, close
-
- Jun 27, 2006
-
-
rtm authored
pipes
-