- Sep 03, 2010
-
-
Austin Clements authored
-
- Aug 31, 2010
-
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
Austin Clements authored
-
- Aug 30, 2010
-
-
Austin Clements authored
Fix for gdbstub argument change in qemu 0.11. Rename qemu-gdb-nox target to qemu-nox-gdb because you frequently want to add the gdb part, but rarely the nox part.
-
- Aug 05, 2010
-
-
Robert Morris authored
(maybe this never worked, but it works now)
-
- Jul 02, 2010
-
-
Frans Kaashoek authored
-
- Nov 23, 2009
-
-
Austin Clements authored
-
Austin Clements authored
locks were moved around.
-
- Oct 05, 2009
-
-
Austin Clements authored
-
- Sep 30, 2009
-
-
Austin Clements authored
-
- Sep 20, 2009
-
-
Austin Clements authored
-
- Sep 15, 2009
-
-
Silas Boyd-Wickizer authored
-
Silas Boyd-Wickizer authored
-
Silas Boyd-Wickizer authored
-
- Sep 02, 2009
-
-
Russ Cox authored
this time do it ourselves instead of piggybacking on TLS. add -fno-pic to Makefile; pic code breaks our fake TLS.
-
- Sep 01, 2009
-
-
Nickolai Zeldovich 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
-
-
rsc authored
Some proc cleanup, moving some of copyproc into allocproc. Also, an experiment: use "thread-local" storage for c and cp instead of the #define macro for curproc[cpu()].
-
- Sep 11, 2008
- Aug 20, 2008
-
-
rsc authored
-
- Sep 19, 2007
-
-
nelhage authored
-
- Sep 17, 2007
-
-
nelhage authored
-
- Aug 30, 2007
- Aug 28, 2007
- Aug 27, 2007
- Aug 24, 2007
-
-
rsc authored
-
- Aug 21, 2007
-
-
rsc authored
-
rsc authored
Various cleanup: - Got rid of dummy proc[0]. Now proc[0] is init. - Added initcode.S to exec /init, so that /init is just a regular binary. - Moved exec out of sysfile to exec.c - Moved code dealing with fs guts (like struct inode) from sysfile.c to fs.c. Code dealing with system call arguments stays in sysfile.c - Refactored directory routines in fs.c; should be simpler. - Changed iget to return *unlocked* inode structure. This solves the lookup-then-use race in namei without introducing deadlocks. It also enabled getting rid of the dummy proc[0].
-