CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/03/28 10:23:05
Modified files: sbin/dhclient : dhclient.c dhcpd.h Log message: Convert remaining timers (lease renew, rebind, expiry) to timespec values. Translate from the epoch values in leases to timespec values in one place. Final step to allow CLOCK_REALTIME -> CLOCK_MONOTONIC time accounting for the active lease.