summaryrefslogtreecommitdiffstats
path: root/contrib/blacklist/lib/bl.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r317802:lidl2017-05-121-2/+2
| | | | | | Merge latest version of blacklist sources from NetBSD (@ 20170503) Sponsored by: The FreeBSD Foundation
* MFC r303518:lidl2016-08-121-9/+12
| | | | | | | | | | | | | libblacklist: Do not use %m for logging, use strerror(errno) The blacklist library can accept a function to use for logging, defaulting to vsyslog(), if no function is specified. Make the blacklist library use strerror(errno) explicitly, instead of %m, so that the passed in function does not need to support the syslog specific placeholder. This matches a change already submitted and accepted upstream. Sponsored by: The FreeBSD Foundation
* Import NetBSD's blacklist source from vendor treelidl2016-06-011-0/+524
This import includes The basic blacklist library and utility programs, to add a system-wide packet filtering notification mechanism to FreeBSD. The rational behind the daemon was given by Christos Zoulas in a presentation at vBSDcon 2015: https://youtu.be/fuuf8G28mjs Reviewed by: rpaulo Approved by: rpaulo Obtained from: NetBSD Relnotes: YES Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5912
OpenPOWER on IntegriCloud