aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/accf_http.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-5/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-33/+20
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-3/+3
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Remove so*_locked(), which were backed out by mistake.Seigo Tanimura2002-06-181-3/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-25/+6
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-6/+25
* Redo the sigio locking.Alfred Perlstein2002-05-011-8/+0
* Fix some edge cases where bad string handling could occur.Alfred Perlstein2002-05-011-0/+4
* cleanup:Alfred Perlstein2002-05-011-37/+46
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-1/+4
* Add a global sx sigio_lock to protect the pointer to the sigio objectSeigo Tanimura2002-04-271-3/+9
* Fix incorrect logic wouldn't disconnect incomming connections that had beenAlfred Perlstein2001-01-031-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Remove headers not needed.Alfred Perlstein2000-10-071-12/+0
* Accept filter maintainanceAlfred Perlstein2000-09-061-83/+259
* return of the accept filter part IIAlfred Perlstein2000-06-201-0/+183