- 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.
-
- Sep 02, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
- Aug 31, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
- Sep 30, 2009
-
-
Austin Clements authored
-
- Sep 20, 2009
-
-
Austin Clements 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
-
- Aug 08, 2009
-
-
Russ Cox authored
pdf has very good page breaks now. would be a good copy for fall 2009.
-
- May 30, 2009
- Mar 08, 2009
-
-
rsc authored
-
- Oct 12, 2008
-
-
kolya authored
-
- Aug 21, 2008
- Sep 27, 2007
- Aug 30, 2007
- Aug 28, 2007
-
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
Change dev read/write functions to take inode* instead of minor number. Unlock console inode during console_read and console_write. Otherwise background processes cannot write to console while the shell is reading it waiting for input.
-
- Aug 27, 2007
- Aug 24, 2007
-
-
rsc authored
-
- Aug 14, 2007
- Aug 10, 2007
-
-
rsc authored
-
- Aug 08, 2007
- Sep 07, 2006
- Sep 06, 2006
-
-
kaashoek authored
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP)
-