Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added support for timing out Cond_Wait's
authorJack Lange <jarusl@cs.northwestern.edu>
Mon, 29 Sep 2008 16:07:55 +0000 (11:07 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Mon, 29 Sep 2008 16:10:12 +0000 (11:10 -0500)
commit9b71972f414ad18f88ca429d75b44e9b5a5041db
tree42ef19d73205683b5d903e74265e734c66e7a899
parent734dfbecdb21f61f344ca092b99a957b58e49e52
added support for timing out Cond_Wait's
also added support for waking up specific threads by pid
palacios/include/geekos/kthread.h
palacios/include/geekos/synch.h
palacios/src/geekos/kthread.c
palacios/src/geekos/synch.c