Mercurial > hg > dhcpcd
graph
-
Test to see if the pid in the pidfile is actually running before claiming draftTue, 20 Feb 2007 22:57:10 +0000, by Roy Marples
-
Add DHCP over FireWire 1394 (RFC 2855) and InfiniBand (RFC 4390) support. draftMon, 12 Feb 2007 16:12:50 +0000, by Roy Marples
-
Don't try to send messages when we infinite leasetime and the interface draftThu, 08 Feb 2007 09:40:22 +0000, by Roy Marples
-
Bother bother reading the existing ntp.conf file once we have matched all our servers draftSun, 28 Jan 2007 16:54:27 +0000, by Roy Marples
-
Only write a new ntp.conf if any of our servers are not present in it. draftSat, 27 Jan 2007 13:59:38 +0000, by Roy Marples
-
Respond to SIGCHLD with a wait so we don't leave zombies around. draftSat, 27 Jan 2007 13:31:39 +0000, by Roy Marples
-
For infinite timeout, we now resent the last request at +TIMEOUT_MINI draftThu, 18 Jan 2007 14:02:40 +0000, by Roy Marples
-
For infinite timeout, we now resent the last request at TIMEOUT_MINI draftTue, 16 Jan 2007 17:54:07 +0000, by Roy Marples
-
Add static routes before any default routes as a router may require a host draftThu, 28 Dec 2006 18:44:16 +0000, by Roy Marples
-
Change back to gnu99 to support generic Linux headers until they work with c99 like they should. draftThu, 21 Dec 2006 18:23:15 +0000, by Roy Marples
-
Add NetBSD and OpenBSD support - untested though draftTue, 19 Dec 2006 10:06:21 +0000, by Roy Marples
-
Define _BSD_SOURCE and change to c99 - more warnings cleaned up. draftFri, 15 Dec 2006 11:23:32 +0000, by Roy Marples
-
Add loads of debugging CFLAGS so we can remove all compiler warnings draftThu, 14 Dec 2006 23:17:27 +0000, by Roy Marples
-
Don't set the broadcast flag anymore as all BPF and Linux sockets should be draftMon, 11 Dec 2006 13:16:28 +0000, by Roy Marples
-
Fix NIS, #define RESOLVCONF and send the parameter list with DISCOVER messages draftTue, 05 Dec 2006 09:38:10 +0000, by Roy Marples
-
Send hostname/fqdn in DISCOVER and INFORM messages too. draftMon, 04 Dec 2006 21:13:04 +0000, by Roy Marples
-
Don't do if (foo) when foo is a char array and not a pointer draftMon, 04 Dec 2006 16:09:18 +0000, by Roy Marples
-
Fix writing to /etc/resolv.conf when resolvconf not present and add more debug statements draftMon, 04 Dec 2006 14:08:44 +0000, by Roy Marples
-
Clean some style and stop using %m (use %s + strerror (errno) instead) draftMon, 04 Dec 2006 12:56:30 +0000, by Roy Marples
-
Only include linux/if_addr.h for 2.6.19 kernels and better draftMon, 04 Dec 2006 12:40:14 +0000, by Roy Marples
-
Include linux/if_addr.h so we compile on 2.6.19 kernels, thanks to AlexExtreme. draftMon, 04 Dec 2006 09:56:40 +0000, by Roy Marples
-
Linux systems without glibc-2.3 don't have getifaddrs, so we define our own. draftSun, 03 Dec 2006 10:28:57 +0000, by Roy Marples
-
Changed the default timeout to 20 seconds, allowing hme Sparc drivers to work. draftFri, 01 Dec 2006 20:08:33 +0000, by Roy Marples
-
Set the rfds correctly so we can get a reply after re-sending a request. draftFri, 01 Dec 2006 12:50:53 +0000, by Roy Marples
-
xmalloc dhcp objects so we can swap pointer around easily. draftThu, 30 Nov 2006 15:58:45 +0000, by Roy Marples
