Home | History | Annotate | Download | only in netinet
History log of /src/sys/netinet/accf_http.c
RevisionDateAuthorComments
 1.10  16-Mar-2020  pgoyette Use the module subsystem's ability to process SYSCTL_SETUP() entries to
automate installation of sysctl nodes.

Note that there are still a number of device and pseudo-device modules
that create entries tied to individual device units, rather than to the
module itself. These are not changed.
 1.9  20-Aug-2015  christos branches: 1.9.18;
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
 1.8  25-Feb-2014  pooka branches: 1.8.6;
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.
 1.7  02-Sep-2009  tls branches: 1.7.12; 1.7.22; 1.7.26;
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.
 1.6  21-Nov-2008  joerg branches: 1.6.6;
Fix indentation.
 1.5  20-Nov-2008  ad Oops, make these build.
 1.4  20-Nov-2008  ad Rename the accept filter modules to make module name match filter name.
 1.3  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.2  14-Oct-2008  ad branches: 1.2.2; 1.2.4;
Use designated initializers for struct accept_filter.
 1.1  04-Aug-2008  tls branches: 1.1.2; 1.1.4;
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@.
 1.1.4.3  17-Jan-2009  mjf Sync with HEAD.
 1.1.4.2  28-Sep-2008  mjf Sync with HEAD.
 1.1.4.1  04-Aug-2008  mjf file accf_http.c was added on branch mjf-devfs2 on 2008-09-28 10:40:57 +0000
 1.1.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.1.2.1  04-Aug-2008  wrstuden file accf_http.c was added on branch wrstuden-revivesa on 2008-09-18 04:37:00 +0000
 1.2.4.1  19-Jan-2009  skrll Sync with HEAD.
 1.2.2.3  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.2.2.2  19-Oct-2008  haad Sync with HEAD.
 1.2.2.1  14-Oct-2008  haad file accf_http.c was added on branch haad-dm on 2008-10-19 22:17:46 +0000
 1.6.6.3  16-Sep-2009  yamt sync with head
 1.6.6.2  04-May-2009  yamt sync with head.
 1.6.6.1  21-Nov-2008  yamt file accf_http.c was added on branch yamt-nfs-mp on 2009-05-04 08:14:17 +0000
 1.7.26.1  18-May-2014  rmind sync with head
 1.7.22.2  03-Dec-2017  jdolecek update from HEAD
 1.7.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.12.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.6.1  22-Sep-2015  skrll Sync with HEAD
 1.9.18.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed