Searched hist:228815 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/netpfil/pf/
H A Dif_pfsync.cdiff 228815 Thu Dec 22 19:19:58 MST 2011 glebius Merge from OpenBSD:
revision 1.120
date: 2009/04/04 13:09:29; author: dlg; state: Exp; lines: +5 -5
use time_uptime instead of time_second internally. time_uptime isnt
affected by adjusting the clock.

revision 1.175
date: 2011/11/25 12:52:10; author: dlg; state: Exp; lines: +3 -3
use time_uptime to set state creation values as time_second can be
skewed at runtime by things like date(1) and ntpd. time_uptime is
monotonic and therefore more useful to compare against.

Completed in 161 milliseconds