| Commit message (Expand) | Author | Age |
| * | Release dhcpcd-3.2.3dhcpcd-3.2.3 | Roy Marples | 2008-02-25 |
| * | NIS could just be a domain without addresses. | Roy Marples | 2008-02-24 |
| * | Fix hostname lookup, #31 | Roy Marples | 2008-02-23 |
| * | Clean up some valgrind errors. | Roy Marples | 2008-02-23 |
| * | As we don't use the udp socket, set the recieve buffer to 1. | Roy Marples | 2008-02-22 |
| * | Fix building on GNU/kFreeBSD, Debian #467005 | Roy Marples | 2008-02-22 |
| * | PCC compiler fixes. | Roy Marples | 2008-02-22 |
| * | Always open UDP port for DHCP client t avoid more ICMP nastyness. | Roy Marples | 2008-02-22 |
| * | ifreqs could have more than structs larger than sockaddr, so use the union size. | Roy Marples | 2008-02-22 |
| * | Style. | Roy Marples | 2008-02-21 |
| * | Fix rebinding. | Roy Marples | 2008-02-21 |
| * | Be more RFC conformant regarding sending server id. | Roy Marples | 2008-02-21 |
| * | Add a listening port for linux for when we have configured an address and nee... | Roy Marples | 2008-02-21 |
| * | When renewing, talk to the server ip address. | Roy Marples | 2008-02-21 |
| * | Fix mode of pidfile so any user can read it. | Roy Marples | 2008-02-21 |
| * | Fix compile on NOMMU systems. | Roy Marples | 2008-02-21 |
| * | Bail out of sys/queue.h lacks STAILQ | Roy Marples | 2008-02-20 |
| * | Support the PCC compiler. | Roy Marples | 2008-02-20 |
| * | Quickly fix a valgrind error. | Roy Marples | 2008-02-20 |
| * | Release dhcpcd-3.2.2 | Roy Marples | 2008-02-20 |
| * | Use tailq from queue.h instead of rolling our down linked lists. | Roy Marples | 2008-02-20 |
| * | Add a comment about older linux headers and -std=c99. | Roy Marples | 2008-02-20 |
| * | Don't include -pipe by default. | Roy Marples | 2008-02-20 |
| * | Test each CC flag we want to set so we will work on other compilers such as p... | Roy Marples | 2008-02-20 |
| * | Typo. | Roy Marples | 2008-02-19 |
| * | Remove hardcoded defines for linux and add a nasty hackaround for glibc. | Roy Marples | 2008-02-19 |
| * | Fix compile. | Roy Marples | 2008-02-19 |
| * | Linux-2.6.23 finally supports -std=c99 for asm/types.h, included by headers w... | Roy Marples | 2008-02-19 |
| * | Add comments about interupts and stop polling for events we ignore. | Roy Marples | 2008-02-19 |
| * | When polling and interupted, continue as the signal will then be in our pipe. | Roy Marples | 2008-02-11 |
| * | Fix compile warning for new netlink callback header. | Roy Marples | 2008-02-11 |
| * | Fix poll timeout. | Roy Marples | 2008-02-10 |
| * | Fix compile on NetBSD. | Roy Marples | 2008-02-10 |
| * | Just warn when running as non root. | Roy Marples | 2008-02-10 |
| * | Replace select with poll and nanosleep. | Roy Marples | 2008-02-10 |
| * | We should only have one bit of code to mark sockets close_on_exec. | Roy Marples | 2008-02-09 |
| * | Rename getline to get_line so we don't conflict with crappy GNU headers that ... | Roy Marples | 2008-02-06 |
| * | Allow hardware type to be specified in the ClientID. This is needed, as the e... | Roy Marples | 2008-02-05 |
| * | We should block and reset our signals when daemonising also. | Roy Marples | 2008-02-03 |
| * | Revert posix_spawn as it seems only glibc supports it for us right now. Hope ... | Roy Marples | 2008-02-02 |
| * | Block signals to avoid potential signal racing on BSD using fork. | Roy Marples | 2008-02-02 |
| * | Of course, BSD systems don't have posix_spawn yet :/ | Roy Marples | 2008-02-02 |
| * | Use posix_spawn instead of vfork to avoid signal races. | Roy Marples | 2008-02-02 |
| * | Fix adding routes on BSD. | Roy Marples | 2008-01-31 |
| * | Move clientid generation to client.c and put it on the interface object inpla... | Roy Marples | 2008-01-31 |
| * | Specify install modes for all our files. | Roy Marples | 2008-01-30 |
| * | BPF documentation says use +, so lets do that. | Roy Marples | 2008-01-30 |
| * | Release dhcpcd-3.2.1 | Roy Marples | 2008-01-29 |
| * | Update comment style. | Roy Marples | 2008-01-29 |
| * | Re add the code to re-send message now - last time sent >= TIMOUT_MINI just i... | Roy Marples | 2008-01-29 |