Mercurial > hg > dhcpcd
graph
-
As we don't use the udp socket, set the recieve buffer to 1. draftFri, 22 Feb 2008 14:53:02 +0000, by Roy Marples
-
Always open UDP port for DHCP client t avoid more ICMP nastyness. draftFri, 22 Feb 2008 10:11:21 +0000, by Roy Marples
-
ifreqs could have more than structs larger than sockaddr, so use the union size. draftFri, 22 Feb 2008 09:29:40 +0000, by Roy Marples
-
Be more RFC conformant regarding sending server id. draftThu, 21 Feb 2008 17:59:15 +0000, by Roy Marples
-
Add a listening port for linux for when we have configured an address and need to renew. Otherwise linux likes to generate an ICMP destination unreachable port unreachable message, which is probably a linux bug as we have obviously read the packet correctly through our packet filter. draftThu, 21 Feb 2008 16:45:01 +0000, by Roy Marples
-
Use tailq from queue.h instead of rolling our down linked lists. draftWed, 20 Feb 2008 17:04:56 +0000, by Roy Marples
-
Add a comment about older linux headers and -std=c99. draftWed, 20 Feb 2008 12:15:13 +0000, by Roy Marples
-
Test each CC flag we want to set so we will work on other compilers such as pcc when it matures a little. draftWed, 20 Feb 2008 10:12:40 +0000, by Roy Marples
-
Remove hardcoded defines for linux and add a nasty hackaround for glibc. draftTue, 19 Feb 2008 18:30:16 +0000, by Roy Marples
-
Linux-2.6.23 finally supports -std=c99 for asm/types.h, included by headers we include. draftTue, 19 Feb 2008 17:35:31 +0000, by Roy Marples
-
Add comments about interupts and stop polling for events we ignore. draftTue, 19 Feb 2008 09:57:27 +0000, by Roy Marples
-
When polling and interupted, continue as the signal will then be in our pipe. draftMon, 11 Feb 2008 21:43:34 +0000, by Roy Marples
-
Fix compile warning for new netlink callback header. draftMon, 11 Feb 2008 21:42:53 +0000, by Roy Marples
-
We should only have one bit of code to mark sockets close_on_exec. draftSat, 09 Feb 2008 21:58:05 +0000, by Roy Marples
-
Rename getline to get_line so we don't conflict with crappy GNU headers that wrongly expose getline when _GNU_SOURCE isn't set. Bug #17. draftWed, 06 Feb 2008 10:18:03 +0000, by Roy Marples
-
Allow hardware type to be specified in the ClientID. This is needed, as the ethernet length matches other lengths. draftTue, 05 Feb 2008 21:38:00 +0000, by Roy Marples
-
We should block and reset our signals when daemonising also. draftSun, 03 Feb 2008 22:35:48 +0000, by Roy Marples
-
Revert posix_spawn as it seems only glibc supports it for us right now. Hope that libc is tolerant to changing signals inside a vfork if we put them back afterwards in the parent. draftSat, 02 Feb 2008 21:56:12 +0000, by Roy Marples
-
Block signals to avoid potential signal racing on BSD using fork. draftSat, 02 Feb 2008 19:17:08 +0000, by Roy Marples
-
Of course, BSD systems don't have posix_spawn yet :/ draftSat, 02 Feb 2008 18:08:49 +0000, by Roy Marples
-
Use posix_spawn instead of vfork to avoid signal races. draftSat, 02 Feb 2008 17:28:22 +0000, by Roy Marples
-
Move clientid generation to client.c and put it on the interface object inplace of duid. Always save the ClientID as a hex string. This reduces our binary size. draftThu, 31 Jan 2008 11:19:17 +0000, by Roy Marples
-
BPF documentation says use +, so lets do that. draftWed, 30 Jan 2008 09:42:20 +0000, by Roy Marples
-
Re add the code to re-send message now - last time sent >= TIMOUT_MINI just incase. draftTue, 29 Jan 2008 11:12:59 +0000, by Roy Marples
-
Use sizeof with the variable, not the declaration more. draftMon, 28 Jan 2008 17:47:54 +0000, by Roy Marples
-
Use sizeof with the variable, not the declaration. draftMon, 28 Jan 2008 16:32:04 +0000, by Roy Marples
-
Introduce xzalloc, which zeros memory as well as allocates it. This makes us smaller. draftMon, 28 Jan 2008 15:32:04 +0000, by Roy Marples
-
We shouldn't need to re-send this message now as our timeout and signal interupt code is a lot more robust plus we now use LPF. We can always add it back if we need to. draftMon, 28 Jan 2008 14:17:46 +0000, by Roy Marples
