Mercurial > hg > dhcpcd
graph
-
Re-factor our state engine, splitting out the massive switch block into smaller functions. Hopefully I've not introduced any bugs as it seems to work fine. draftMon, 21 Jan 2008 15:13:59 +0000, by Roy Marples
-
We should use caddr_t instead of our own types for arp hardware addresses. draftThu, 17 Jan 2008 17:51:00 +0000, by Roy Marples
-
Exit through our abort label to ensure we always clean our memory. draftWed, 16 Jan 2008 17:49:58 +0000, by Roy Marples
-
Don't request a NULL address and supply a serveraddress when we should. draftWed, 16 Jan 2008 17:38:02 +0000, by Roy Marples
-
We now work with C90 compilers, so no need to enforce C99. draftWed, 16 Jan 2008 14:32:35 +0000, by Roy Marples
-
start and last_send should really be time_t also. draftWed, 16 Jan 2008 13:40:42 +0000, by Roy Marples
-
Add -S to optionally request a Microsoft CSR. -SS only request a Microsoft CSR and not a normal. draftTue, 15 Jan 2008 14:34:28 +0000, by Roy Marples
-
Disallow arp claim for IEEE1394 per RFC 2734 thanks to pawka. draftWed, 09 Jan 2008 13:41:16 +0000, by Roy Marples
-
Write the real routing message length, fixing the addition of routes on NetBSD and hopefully OpenBSD. draftWed, 09 Jan 2008 12:34:34 +0000, by Roy Marples
-
Default all int entries in the dhcp header to unsigned. draftWed, 09 Jan 2008 10:12:59 +0000, by Roy Marples
-
common.h now defines a simple define to create the function in common.c. NetBSD needs srandomdev also. draftWed, 09 Jan 2008 10:02:28 +0000, by Roy Marples
-
Add comment about where to find the ChangeLog, and now prefer my bugzilla over the cruddy berlios bug reporting system. draftTue, 08 Jan 2008 10:02:25 +0000, by Roy Marples
-
Add a dist mk stub and tweak the other mk's for style. draftTue, 08 Jan 2008 09:41:22 +0000, by Roy Marples
-
Move to a BSD style Makefile and supply mk stubs that work with gmake and pmake. draftMon, 07 Jan 2008 23:45:48 +0000, by Roy Marples
-
Always exit throught the abort label so we clean up our memory like a good citizen. draftMon, 07 Jan 2008 20:47:58 +0000, by Roy Marples
-
Stop trying to fudge gmake including the .depend draftMon, 07 Jan 2008 20:47:06 +0000, by Roy Marples
-
Stop using static inflexable buffers when cleaning metas and reading files. draftMon, 07 Jan 2008 18:14:51 +0000, by Roy Marples
-
Merge branch 'master' of marples:/var/git/dhcpcd draftWed, 21 Nov 2007 10:31:30 +0000, by Roy Marples
-
Detect Slackware RC. Also rename ORC to OPENRC and BRC to BSDRC. draftThu, 15 Nov 2007 23:58:16 +0000, by Roy Marples
