freebsd-dev/sys/contrib
Gleb Smirnoff 2f2086d57e - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Instead
of scheduling next run pfsync_bulk_update(), pfsync_bulk_fail()
  was scheduled.
  This lead to instant 100% state leak after first bulk update
  request.
- After above fix, it appeared that pfsync_bulk_update() lacks
  locking. To fix this, sc_bulk_tmo callout was converted to an
  mtx one. Eventually, all pf/pfsync callouts should be converted
  to mtx version, since it isn't possible to stop or drain a
  non-mtx callout without risk of race.
- Add comment that callout_stop() in pfsync_clone_destroy() lacks
  locking. Since pfsync0 can't be destroyed (yet), let it be here.
2011-10-23 15:08:18 +00:00
..
altq/altq Update packet filter (pf) code to OpenBSD 4.5. 2011-06-28 11:57:25 +00:00
dev Merge ACPICA 20110527. 2011-05-31 19:45:58 +00:00
ia64/libuwx
ipfilter/netinet Pass a format string to make_dev(). 2010-10-13 14:57:13 +00:00
libfdt Provide kernel level headers for the libfdt code. 2010-06-02 17:24:41 +00:00
ngatm Properly tell the compiler that we want to ignore the return value of 2010-10-13 17:09:53 +00:00
octeon-sdk o) Clean up FPA pools on module unload. 2011-03-16 08:51:36 +00:00
pf - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Instead 2011-10-23 15:08:18 +00:00
rdma Remove the explicit definition of inet_aton() as it was introduced as a 2009-11-12 14:22:12 +00:00
x86emu Integrate OpenBSD rev 1.5 of x86emu.c. 2010-03-09 22:42:24 +00:00