summaryrefslogtreecommitdiffstats
path: root/signals.h
Commit message (Expand)AuthorAge
* Move signal handling into dhcpcd.cRoy Marples2013-06-07
* White space policeRoy Marples2013-04-04
* Rework our signal setup and event loop around ppoll(2).Roy Marples2013-02-18
* Restore our signal pipe so that we process signals in our event loopRoy Marples2013-02-18
* Replace poll(2) with pselect(2) and vfork(2)+execve(2) withRoy Marples2012-11-10
* Add (c) to CopyrightRoy Marples2009-05-01
* Add an event loop.Roy Marples2008-09-02
* Prefer signal to poll so we avoid any possibilty of a timeval -> int/msecs ov...Roy Marples2008-07-31
* Normalise tv_usecs. Also, send the fd ready back to the main loop so we don't...Roy Marples2008-07-24
* We should test a specific fd instead of index 0 in a structure.Roy Marples2008-06-07
* Replace the signal clear with a pipe so child can notify parent when to exit.Roy Marples2008-05-27
* Fix a signal race when daemonising.Roy Marples2008-05-26
* Move signal.{c,h} to signals.{c.h} so we can work better in the NetBSD source...Roy Marples2008-05-15
* Move signals.c,h to signal.c,hRoy Marples2007-11-08
* Reword the headers to just say we use the GPLv2.Roy Marples2007-11-07
* Remove the reference to udhcp.Roy Marples2007-11-07
* Clear the signal_pipe fd from the fdset when all signals haveRoy Marples2007-11-07
* Make the consts saneRoy Marples2006-12-14
* Add dhcpcd-3 re-writeRoy Marples2006-11-27