summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.10.2dhcpcd-6.10.2Roy Marples2016-04-08
* Fix compile warnings.Roy Marples2016-04-08
* Don't dick with IPv4LL route reactions on BSD.Roy Marples2016-04-08
* If a normal default route is added, delete our IPv4LL default route.Roy Marples2016-04-08
* Fix changing routes on FreeBSD.Roy Marples2016-04-08
* Log RA's only when it's a new router unless debugging is enabled. Roy Marples2016-04-08
* Fix BSD for making routes.Roy Marples2016-04-08
* Constify handlertRoy Marples2016-04-08
* Fix a bogus static analyzer bug.Roy Marples2016-04-07
* Fix compile on BSD.Roy Marples2016-04-07
* Linux netlink nlmsg_pid is not process id - only the first socket openedRoy Marples2016-04-07
* Don't do ipv6 routes if ipv6 is disabled.Roy Marples2016-04-06
* Fix function nameRoy Marples2016-04-06
* Descope dest and gateway when copying routes. Set RTA_IFP and RTA_IFA when ch...Roy Marples2016-04-06
* Bring FORCERENEW message in line with others (drop the DHCP_).Roy Marples2016-04-05
* Fix spelling of RECONFIGURE6, fixes [c6f1927f1a].Roy Marples2016-04-05
* Fix pidfile_lock compat on Linux.Roy Marples2016-04-01
* Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutilRoy Marples2016-04-01
* Describe how hardware based arping profiles work.Roy Marples2016-03-30
* White space police.Roy Marples2016-03-28
* Document --with-pollRoy Marples2016-03-23
* Fix compile on Linux.Roy Marples2016-03-23
* Make eloop a tad easier to use.Roy Marples2016-03-17
* Fix dprintf, thanks to OBATA Akio.Roy Marples2016-03-16
* It's possible to receive routing events for non existant interfaces, so abort...Roy Marples2016-03-13
* Support buggy FreeBSD rc system out of the box.Roy Marples2016-03-12
* Fix configure when >1 ld-elf.so.NRoy Marples2016-03-11
* Fix configure againRoy Marples2016-03-11
* Initialise struct to pass configure on FreeBSD.Roy Marples2016-03-11
* Fix configure testsRoy Marples2016-03-11
* Use -Wall -Werror when running configure tests.Roy Marples2016-03-11
* Fix compile on older platforms which lack O_CLOEXEC.Roy Marples2016-03-11
* Support RTF_CONNECTED, soon to be committed to NetBSD.Roy Marples2016-03-11
* Correct help about for localstatedir and PREFIX.Roy Marples2016-03-03
* If we fail to open kqueue/epoll, abort the loop.Roy Marples2016-02-27
* Now we have a fd lookup table, we can elimiate the need to storeRoy Marples2016-02-26
* Use a fd lookup table rather than checking each event in turn until we findRoy Marples2016-02-26
* Roll our own reallocarray(3) function because that and the reallocarr(3) func...Roy Marples2016-02-26
* This comment no longer applies with kqueue(2) and epoll(7).Roy Marples2016-02-26
* Describe eloop better.Roy Marples2016-02-26
* Add POLLOUT to the pselect wrapper.Roy Marples2016-02-26
* Enforce pltime < vltime for prefixes as well.Roy Marples2016-02-20
* Exlcude stale or delegated prefixes from timers.Roy Marples2016-02-20
* Enforce correctness of vltime, pltime, T1 and T2. Roy Marples2016-02-19
* Set fp to NULL after fclose() to avoid a potential secondary fclose() if the Roy Marples2016-02-16
* We need to log expiry time for the lease as each address has it's own notion.Roy Marples2016-02-16
* Remove ipv6ra_accept_nopublic and just accept it.Roy Marples2016-02-15
* Export STATIC6 to libdhcpcd.Roy Marples2016-02-15
* Check we have arg before accessing it's parsed iaid. Fixes [005c389f71].Roy Marples2016-02-15
* Ensure that env is freed in arraytostr() fails. Fixes [8d24cd2f25].Roy Marples2016-02-15