Module Name: src Committed By: roy Date: Fri Jun 5 14:09:21 UTC 2015
Modified Files: src/usr.sbin/rtadvd: config.c dump.c rrenum.c rtadvd.c rtadvd.h timer.c timer.h Log Message: Use clock_gettime(2) instead of gettimeofday(2) so we can use a monotonic clock rather than the wall clock. Use timespec rather than timeval structs to make this transition easier. Kill custom timeval comparison functions in favor of timespeccmp(3). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/rtadvd/config.c cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/rtadvd/dump.c \ src/usr.sbin/rtadvd/timer.c cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/rtadvd/rrenum.c cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/rtadvd/rtadvd.c cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/rtadvd/rtadvd.h cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/rtadvd/timer.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.