summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dispatch.c
AgeCommit message (Expand)Author
2025-04-12dhclient: Keep two clocksColin Percival
2024-08-09dhclient: Use clock_gettime() instead of time()Isaac Cilia Attard
2024-08-09dhclient: Timeouts for entering state_selectingIsaac Cilia Attard
2024-08-09dhclient: Switch timeouts from time_t to timespecIsaac Cilia Attard
2024-07-04dhclient: correct struct ifreq allocationBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-03-06dhclient: do not add 0.0.0.0 interface alias.Alexander V. Chernikov
2020-06-04dhclient: Fix a logic bug remove_protocol().Mark Johnston
2018-07-11Make dhclient(8) verify if new MTU (option 26) differs from current one and s...Eugene Grosbein
2018-06-24dhclient: build with WARNS=6Eitan Adler
2018-02-21dhclient: raise WARNS to 4Alan Somers
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-12Use syslog service in dhclient(8).Mariusz Zaborski
2017-01-04Remove dead code in dhclient(8)Alan Somers
2016-11-22Allocate a struct ifreq rather than using a (wrong) computed size forBrooks Davis
2016-09-02dhclient: add support for interface-mtu (26)Conrad Meyer
2009-07-21Fix the logic to count the number of "live interfaces". With this changeSam Leffler
2007-12-05Teach dhclient(8) about net80211 link (association) status.Jung-uk Kim
2005-08-23Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis
2005-06-07Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis