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:07:55 +0000 (11:07 -0500)
commitac9621026b54c3b5e9bae3d7153736c65ab03652
tree14842b28dbb07f8d1ea693e6d15beee9ec573d45
parentf662be2b6bac1f62c457b663598bfde135f48f50
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