summaryrefslogtreecommitdiffstats
path: root/common.c
Commit message (Expand)AuthorAge
...
* Use sysconf to detect if we have a working monotonic clock.Roy Marples2007-10-22
* Write the pidfile before we fork so we can easily be stopped by other processes.Roy Marples2007-10-20
* Many thanks to Michael Durrant for testing the below changes.Roy Marples2007-09-04
* Suck it hard and use gettimeofday for Linux. Lets just hope that the clock wo...Roy Marples2007-08-21
* Rework the arp code again so that we don't link to librt on Linux.Roy Marples2007-08-20
* Ensure ARP checking times out when there is a flood.Roy Marples2007-08-09
* Remove getifaddrs code and instead just use ioctls.Roy Marples2007-07-25
* We now do ARP checking by default as recommended by RFC 2131.Roy Marples2007-07-18
* config.h now has the compile time options, instead of being dotted around.Roy Marples2007-05-10
* Send a FQDN hostname if it contains dots, strip the domain from a looked up h...Roy Marples2007-04-26
* Cuddle up to LKML style CRoy Marples2007-04-11
* Fix indentationRoy Marples2007-04-10
* Use libc strlcpy for uclibc and dietlibcRoy Marples2007-04-05
* Use strlcpy if available, if not define our own.Roy Marples2007-04-05
* Add safe_strncpy function to ensure everything is NULL terminatedRoy Marples2007-04-05
* For infinite timeout, we now resent the last request at TIMEOUT_MINIRoy Marples2007-01-16
* dhcpcd is reported to work on Darwin :)Roy Marples2006-12-15
* Add loads of debugging CFLAGS so we can remove all compiler warningsRoy Marples2006-12-14
* Clean some style and stop using %m (use %s + strerror (errno) instead)Roy Marples2006-12-04
* Add dhcpcd-3 re-writeRoy Marples2006-11-27