NetBSD/sys/dist/pf/net
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
if_pflog.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_pflog.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pf.c XXX: GCC uninitialized 2006-05-14 03:40:02 +00:00
pf_if.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pf_ioctl.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pf_norm.c caddr_t -> u_char *, to match the variable type 2006-05-11 01:08:19 +00:00
pf_osfp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pf_table.c Initialize h4 and h6 to NULL. 2006-05-23 22:24:32 +00:00
pfvar.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00