History log of /netbsd-src/sys/netinet/accf_data.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 8bc54e5b 07-Jul-2016 msaitoh <msaitoh@NetBSD.org>

KNF. Remove extra spaces. No functional change.


# e7ae23fd 20-Aug-2015 christos <christos@NetBSD.org>

include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.


# fd671f64 02-Sep-2009 tls <tls@NetBSD.org>

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.


# 56e065b9 20-Nov-2008 ad <ad@NetBSD.org>

Oops, make these build.


# 226bc85b 20-Nov-2008 ad <ad@NetBSD.org>

Rename the accept filter modules to make module name match filter name.


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 978e1181 14-Oct-2008 ad <ad@NetBSD.org>

Use designated initializers for struct accept_filter.


# 717f903a 04-Aug-2008 tls <tls@NetBSD.org>

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). M

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@.

show more ...