Files
xmonad/XMonad
Spencer Janssen 0fecae0abc Remove doubleFork, handle SIGCHLD
This is a rather big change.  Rather than make spawned processes become
children of init, we handle them in xmonad.  As a side effect of this change,
we never need to use waitForProcess in any contrib module -- in fact, doing so
will raise an exception.  The main benefit to handling SIGCHLD is that xmonad
can now be started with 'exec', and will correctly clean up after inherited
child processes.
2009-01-16 20:47:42 +00:00
..
2009-01-16 20:47:42 +00:00
2008-09-27 23:46:39 +00:00
2009-01-16 20:47:42 +00:00
2008-06-01 21:25:15 +00:00
2009-01-10 22:18:52 +00:00