summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_accf.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2010-08-21Update the rest of the kernel to conform to the module subsystem's newpgoyette
2010-03-13call accept_filter_init int setopt so that don't use an uninitialized lockchristos
2009-09-17Can't use CTLFLAG_PERMANENT here without providing a rollback log,pooka
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2008-11-20Autoload accept filter modules.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-10-15Correction to previous.ad
2008-10-14Accept filters:ad
2008-10-11Address problems with accept filters noted by ad in his source-changestls
2008-09-27RCS Id polizeipooka
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-08-04Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetdtls