index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common.c
Commit message (
Expand
)
Author
Age
...
*
Use sysconf to detect if we have a working monotonic clock.
Roy Marples
2007-10-22
*
Write the pidfile before we fork so we can easily be stopped by other processes.
Roy Marples
2007-10-20
*
Many thanks to Michael Durrant for testing the below changes.
Roy Marples
2007-09-04
*
Suck it hard and use gettimeofday for Linux. Lets just hope that the clock wo...
Roy Marples
2007-08-21
*
Rework the arp code again so that we don't link to librt on Linux.
Roy Marples
2007-08-20
*
Ensure ARP checking times out when there is a flood.
Roy Marples
2007-08-09
*
Remove getifaddrs code and instead just use ioctls.
Roy Marples
2007-07-25
*
We now do ARP checking by default as recommended by RFC 2131.
Roy Marples
2007-07-18
*
config.h now has the compile time options, instead of being dotted around.
Roy Marples
2007-05-10
*
Send a FQDN hostname if it contains dots, strip the domain from a looked up h...
Roy Marples
2007-04-26
*
Cuddle up to LKML style C
Roy Marples
2007-04-11
*
Fix indentation
Roy Marples
2007-04-10
*
Use libc strlcpy for uclibc and dietlibc
Roy Marples
2007-04-05
*
Use strlcpy if available, if not define our own.
Roy Marples
2007-04-05
*
Add safe_strncpy function to ensure everything is NULL terminated
Roy Marples
2007-04-05
*
For infinite timeout, we now resent the last request at TIMEOUT_MINI
Roy Marples
2007-01-16
*
dhcpcd is reported to work on Darwin :)
Roy Marples
2006-12-15
*
Add loads of debugging CFLAGS so we can remove all compiler warnings
Roy Marples
2006-12-14
*
Clean some style and stop using %m (use %s + strerror (errno) instead)
Roy Marples
2006-12-04
*
Add dhcpcd-3 re-write
Roy Marples
2006-11-27
[prev]