summaryrefslogtreecommitdiffstats
path: root/sys/netinet/accf_http.c
Commit message (Expand)AuthorAgeFilesLines
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-33/+20
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-3/+3
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-3/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-25/+6
* Lock down a socket, milestone 1.tanimura2002-05-201-6/+25
* Redo the sigio locking.alfred2002-05-011-8/+0
* Fix some edge cases where bad string handling could occur.alfred2002-05-011-0/+4
* cleanup:alfred2002-05-011-37/+46
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-1/+4
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-3/+9
* Fix incorrect logic wouldn't disconnect incomming connections that had beenalfred2001-01-031-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove headers not needed.alfred2000-10-071-12/+0
* Accept filter maintainancealfred2000-09-061-83/+259
* return of the accept filter part IIalfred2000-06-201-0/+183
OpenPOWER on IntegriCloud