CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2017/12/23 13:04:23
Modified files: usr.bin/cdio : mmc.c rip.c usr.bin/ftp : util.c Log message: Use the monotonic clock for logging progress in cdio(1) and ftp(1). Keeps the progress log from blipping or stalling if, e.g., the system time is changed in the midst of a rip or a transfer. ok tb@ jca@