christos
e7ae23fd9e
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
pooka
4f6fb3bf35
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
...
the sysctl link sets are processed, and remove redundancy.
Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate
lines of code.
2014-02-25 18:30:08 +00:00
tls
fd671f648a
Add a direction argument to socket upcalls, so they can tell why they've
...
been called when, for example, they're waiting for space to write. From
Ritesh Agrawal at Coyote Point.
2009-09-02 14:56:57 +00:00
joerg
ba1c83c8cc
Fix indentation.
2008-11-21 16:08:57 +00:00
ad
56e065b970
Oops, make these build.
2008-11-20 10:22:11 +00:00
ad
226bc85b61
Rename the accept filter modules to make module name match filter name.
2008-11-20 09:58:45 +00:00
ad
0efea177e3
Remove LKMs and switch to the module framework, pass 1.
...
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
ad
978e1181ad
Use designated initializers for struct accept_filter.
2008-10-14 13:05:44 +00:00
tls
717f903a98
Add accept filters, ported from FreeBSD by Coyote Point Systems. Add inetd
...
support for specifying an accept filter for a service (mostly as a usage
example, but it can be handy for other things). Manual pages to follow
in a day or so.
OK core@.
2008-08-04 03:55:47 +00:00