summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Release dhcpcd-6.9.0dhcpcd-6.9.0Roy Marples2015-05-16
* Ensure we have a state when prefering another address.Roy Marples2015-05-16
* Add an assert to fix an impossible clang analyzer conditionRoy Marples2015-05-16
* Fix a control socketm error.Roy Marples2015-05-16
* Fix some casts.Roy Marples2015-05-16
* Improve IN_IFF_TENTATIVE with ip sharing.Roy Marples2015-05-16
* Make this easier to read.Roy Marples2015-05-16
* Don't send DHCP messages when we don't have a carrier.Roy Marples2015-05-15
* Check a DHCP state exists when deleting an address from an interface.Roy Marples2015-05-15
* Fix compile on FreeBSDRoy Marples2015-05-15
* OpenBSD fixes.Roy Marples2015-05-15
* Fix building without INET or INET6.Roy Marples2015-05-15
* Fix another analyzer error.Roy Marples2015-05-15
* Fix an analyzer error.Roy Marples2015-05-15
* For now, ignore ND DNS lifetimes unless they are absent or zero, inRoy Marples2015-05-15
* For each ND, output the time of acquisition and the current time in seconds.Roy Marples2015-05-15
* Add new variable of type bitflags:flagsRoy Marples2015-05-15
* Fix compile on NetBSD.Roy Marples2015-05-14
* gcc cleanupsRoy Marples2015-05-14
* Handle ND options in the same way we handle DHCP and DHCPv6 options.Roy Marples2015-05-14
* Fix compile on Linux.Roy Marples2015-05-14
* Fix waiting on non interface ip, [2095791c47].Roy Marples2015-05-14
* Allow waitip to work per interface.Roy Marples2015-05-14
* Improve eloop api so we don't force a delete write parameter whenRoy Marples2015-05-14
* hmmmm, seems this isn't needed anymore ...Roy Marples2015-05-13
* Ensure adding an event does not have an fd of -1Roy Marples2015-05-13
* Disable asserts for non debug builds.Roy Marples2015-05-13
* Ensure oldset is empty before sigprocmask call ... unsure why this is needed.Roy Marples2015-05-13
* Ensure kqueue/epoll fd is open on init.Roy Marples2015-05-13
* Sprinkle some assertsRoy Marples2015-05-13
* setting signals should require an explicit len rather than NULL termination.Roy Marples2015-05-12
* Fix compile on BSDRoy Marples2015-05-12
* Use ppoll as pollts if available.Roy Marples2015-05-12
* Remove compat for polling, dhcpcd now requires pselect as a minimum fallback.Roy Marples2015-05-12
* Add a pollts wrapper in eloop.c directly so it really should be stand aloneRoy Marples2015-05-12
* Improve eloop loading sys/queue.hRoy Marples2015-05-12
* Make eloop entirely independant from dhcpcd.Roy Marples2015-05-12
* eloop_ctx -> eloopRoy Marples2015-05-12
* Move signal handling into eloop with just the callback in dhcpcd.Roy Marples2015-05-12
* Replace get_monotonic usage with the standard clock_gettime.Roy Marples2015-05-12
* Fix priorRoy Marples2015-05-09
* Remove dhcpcd specifics from eloop to make more portable.Roy Marples2015-05-09
* Note we cannot set static DHCPv6 values.Roy Marples2015-05-09
* Check if we have an IPv6 context before expiring RA's.Roy Marples2015-05-09
* Fix IPv6 prefix underflow when confirming deprecated but valid leases.Roy Marples2015-05-06
* Release dhcpcd-6.8.2dhcpcd-6.8.2Roy Marples2015-05-02
* Fix compile on FreeBSD.Roy Marples2015-05-02
* KNFRoy Marples2015-05-01
* Fix compile on non NetBSD-8Roy Marples2015-05-01
* Fix some compiler warnings.Roy Marples2015-05-01