| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add (c) to Copyright | Roy Marples | 2009-05-01 |
| | | |||
| * | We should handle SIGUSR1 correctly. | Roy Marples | 2009-03-20 |
| | | |||
| * | Fix up some more formatting. | Roy Marples | 2009-02-12 |
| | | |||
| * | Enforce NetBSD KNF style more | Roy Marples | 2009-02-11 |
| | | |||
| * | Clean up compiler warnings from overly pedantic checking. | Roy Marples | 2009-01-29 |
| | | |||
| * | We updated these files this year. | Roy Marples | 2009-01-28 |
| | | |||
| * | We need to handle SIGPIPE so we don't abort. | Roy Marples | 2009-01-20 |
| | | |||
| * | Add an event loop. | Roy Marples | 2008-09-02 |
| | | | | | | | | | Split client.c into smaller files and functions and recode around the event loop. Add multiple interface support using the new event loop. Document changes and outstanding bugs. | ||
| * | Prefer signal to poll so we avoid any possibilty of a timeval -> int/msecs ↵ | Roy Marples | 2008-07-31 |
| | | | | | overflow. We could of course loop msecs / INT_MAX times, but it then gets messy. It also saves around 200 bytes of binary size :) | ||
| * | Normalise tv_usecs. Also, send the fd ready back to the main loop so we ↵ | Roy Marples | 2008-07-24 |
| | | | | | don't have to re-poll each fd. Saves bytes and is more efficient. | ||
| * | Remove the signal array stack as our pipe handling should be secure enough ↵ | Roy Marples | 2008-06-10 |
| | | | | | now. Also, move the normalize close_on_exec and setting non block. | ||
| * | We should test a specific fd instead of index 0 in a structure. | Roy Marples | 2008-06-07 |
| | | |||
| * | Replace the signal clear with a pipe so child can notify parent when to exit. | Roy Marples | 2008-05-27 |
| | | |||
| * | Fix signal loop. | Roy Marples | 2008-05-27 |
| | | |||
| * | Fix compile. | Roy Marples | 2008-05-26 |
| | | |||
| * | Fix a signal race when daemonising. | Roy Marples | 2008-05-26 |
| | | |||
| * | Don't prefix functions with _ | Roy Marples | 2008-05-20 |
| | | |||
| * | Move signal.{c,h} to signals.{c.h} so we can work better in the NetBSD ↵ | Roy Marples | 2008-05-15 |
| | | | | | source tree. | ||
| * | Move signals.c,h to signal.c,h | Roy Marples | 2007-11-08 |
| | | |||
| * | Reword the headers to just say we use the GPLv2. | Roy Marples | 2007-11-07 |
| | | |||
| * | Remove the reference to udhcp. | Roy Marples | 2007-11-07 |
| | | |||
| * | Actually read the signal from the buffer | Roy Marples | 2007-11-07 |
| | | |||
| * | Clear the signal_pipe fd from the fdset when all signals have | Roy Marples | 2007-11-07 |
| | | | | | | been read. | ||
| * | Allow none signal pipe users to grab signals | Roy Marples | 2007-10-11 |
| | | |||
| * | ==-1 is cheaper than <0 | Roy Marples | 2007-07-18 |
| | | |||
| * | Cuddle up to LKML style C | Roy Marples | 2007-04-11 |
| | | |||
| * | Fix indentation | Roy Marples | 2007-04-10 |
| | | |||
| * | Clean ups | Roy Marples | 2007-04-05 |
| | | |||
| * | You can now build dhcpcd without support for writing ntp, nis and info files | Roy Marples | 2007-04-03 |
| | | | | | | | | | which makes the binary a few k smaller. Support OpenNTP as well as NTP. Re-work the state engine a little, so we renew and rebind correctly. Subsequent debug options stop dhcpcd from daemonising. | ||
| * | Respond to SIGCHLD with a wait so we don't leave zombies around. | Roy Marples | 2007-01-27 |
| | | |||
| * | Fix cleanmetas function and fix FreeBSD again | Roy Marples | 2006-12-15 |
| | | |||
| * | Make the consts sane | Roy Marples | 2006-12-14 |
| | | |||
| * | Add loads of debugging CFLAGS so we can remove all compiler warnings | Roy Marples | 2006-12-14 |
| | | |||
| * | Add dhcpcd-3 re-write | Roy Marples | 2006-11-27 |
