84fce4b6 | 13-Jul-2024 |
Isaac Cilia Attard <icattard@FreeBSD.org> |
dhclient: Update dhclient man page for n flag
Document new n flag for disabling ARP resolution within dhclient.
Sponsored by: Google LLC (GSoC 2024) Signed-off-by: Isaac Cilia Attard <icattard@Free
dhclient: Update dhclient man page for n flag
Document new n flag for disabling ARP resolution within dhclient.
Sponsored by: Google LLC (GSoC 2024) Signed-off-by: Isaac Cilia Attard <icattard@FreeBSD.org> MFC after: 10 days Reviwed by: cperciva, brooks, Tom Hukins, Alexander Ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1368
show more ...
|
b51569ad | 08-Jul-2024 |
Isaac Cilia Attard <icattard@FreeBSD.org> |
dhclient: Make arp_timeout configurable
Make arp_timeout available to dhclient.c, set the default timeout to 250 ms, and provide a new command-line argument, 'n' for setting the timeout to 0.
Spons
dhclient: Make arp_timeout configurable
Make arp_timeout available to dhclient.c, set the default timeout to 250 ms, and provide a new command-line argument, 'n' for setting the timeout to 0.
Sponsored by: Google LLC (GSoC 2024) Signed-off-by: Isaac Cilia Attard <icattard@FreeBSD.org> MFC after: 10 days Reviwed by: cperciva, brooks, Tom Hukins, Alexander Ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1368
show more ...
|
f0a38976 | 08-Jul-2024 |
Isaac Cilia Attard <icattard@FreeBSD.org> |
dhclient: Use clock_gettime() instead of time()
Change the use of time() to clock_gettime() to have millisecond-accurate rather than second-accurate timeouts.
Sponsored by: Google LLC (GSoC 2024) S
dhclient: Use clock_gettime() instead of time()
Change the use of time() to clock_gettime() to have millisecond-accurate rather than second-accurate timeouts.
Sponsored by: Google LLC (GSoC 2024) Signed-off-by: Isaac Cilia Attard <icattard@FreeBSD.org> MFC after: 10 days Reviwed by: cperciva, brooks, Tom Hukins, Alexander Ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1368
show more ...
|
76e0ffd9 | 08-Jul-2024 |
Isaac Cilia Attard <icattard@FreeBSD.org> |
dhclient: Timeouts for entering state_selecting
Use the new add_timeout_timespec() API to handle timeouts for state_selecting within dhclient.c. No functional change intended.
Sponsored by: Google
dhclient: Timeouts for entering state_selecting
Use the new add_timeout_timespec() API to handle timeouts for state_selecting within dhclient.c. No functional change intended.
Sponsored by: Google LLC (GSoC 2024) Signed-off-by: Isaac Cilia Attard <icattard@FreeBSD.org> MFC after: 10 days Reviwed by: cperciva, brooks, Tom Hukins, Alexander Ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1368
show more ...
|
eb8d2e12 | 10-Jul-2023 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
dhclient: fix build on i386
Only i386 still uses a 32-bit time_t. I knew this, and I still failed to compile-test on i386. My bad.
Reported by: cy Fixes: c210cac00f258 ("dhclient: fix time parsi
dhclient: fix build on i386
Only i386 still uses a 32-bit time_t. I knew this, and I still failed to compile-test on i386. My bad.
Reported by: cy Fixes: c210cac00f258 ("dhclient: fix time parsing for leases...") Sponsored by: Dell EMC Isilon
show more ...
|