CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2012/10/30 06:09:05
Modified files: share/man/man4 : pflow.4 sys/net : if_pflow.c if_pfsync.c pf.c pf_ioctl.c pf_norm.c pfvar.h Log message: Use time_uptime for expiration values as time_second can be skewed at runtime while time_uptime is monotonic. Prevent underflows in pfsync(4) and pflow(4) by using signed variables. pfsync(4) problem pointed out by camield. Diff originally by dlg, frag and pflow bits by me. feedback dlg man page tweak jmc Various versions of the pflow bits tested by Hrvoje Popovski (hrvoje AT srce DOT hr), thanks! ok benno, henning, dlg