aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_accf.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Listening sockets improvements.Gleb Smirnoff2017-06-081-41/+55
* Rename accept filter getopt/setopt functions, so that they are prefixedGleb Smirnoff2017-06-021-2/+2
* Style: unwrap lines that doesn't have a good reason to be wrapped.Gleb Smirnoff2017-06-021-10/+5
* Use correct size type in do_setopt_accept_filterEd Maste2016-10-121-1/+1
* The accept filter code is not specific to the FreeBSD IPv4 network stack,Marcel Moolenaar2014-07-261-3/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-14/+14
* o setsockopt(2) cannot remove accept filter. [1]Maxim Konovalov2005-06-111-2/+4
* Move the logic implementing retrieval of the SO_ACCEPTFILTER socket optionRobert Watson2005-03-121-0/+27
* Part two of post-SMPng cleanup of accept filter registration: perform allRobert Watson2005-03-121-34/+16
* First step in simplifying accept filter socket option logic in theRobert Watson2005-03-111-17/+24
* Re-style do_setopt_accept_filter() to match uipc_accf.c style, and fixRobert Watson2005-02-181-8/+6
* Move do_setopt_accept_filter() from uipc_socket.c to uipc_accf.c, whereRobert Watson2005-02-181-0/+120
* Minor style tweaks: line wrap comments and lines more consistently.Robert Watson2005-02-181-9/+9
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Add a global mutex, accept_filter_mtx, to protect the global list ofRobert Watson2004-06-011-7/+17
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Revert the last bits of my bogus move of NMBCLUSTERSJesper Skriver2001-06-011-0/+1
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cJesper Skriver2001-05-311-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Accept filter maintainanceAlfred Perlstein2000-09-061-8/+17
* disallow unload until we do proper refcountingAlfred Perlstein2000-07-201-0/+9
* return of the accept filter part IIAlfred Perlstein2000-06-201-0/+133