summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_accf.c
Commit message (Expand)AuthorAgeFilesLines
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-14/+14
* o setsockopt(2) cannot remove accept filter. [1]maxim2005-06-111-2/+4
* Move the logic implementing retrieval of the SO_ACCEPTFILTER socket optionrwatson2005-03-121-0/+27
* Part two of post-SMPng cleanup of accept filter registration: perform allrwatson2005-03-121-34/+16
* First step in simplifying accept filter socket option logic in therwatson2005-03-111-17/+24
* Re-style do_setopt_accept_filter() to match uipc_accf.c style, and fixrwatson2005-02-181-8/+6
* Move do_setopt_accept_filter() from uipc_socket.c to uipc_accf.c, whererwatson2005-02-181-0/+120
* Minor style tweaks: line wrap comments and lines more consistently.rwatson2005-02-181-9/+9
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Add a global mutex, accept_filter_mtx, to protect the global list ofrwatson2004-06-011-7/+17
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Revert the last bits of my bogus move of NMBCLUSTERSjesper2001-06-011-0/+1
* Move the definition of NMBCLUSTERS from src/sys/kern/uipc_mbuf.cjesper2001-05-311-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Accept filter maintainancealfred2000-09-061-8/+17
* disallow unload until we do proper refcountingalfred2000-07-201-0/+9
* return of the accept filter part IIalfred2000-06-201-0/+133
OpenPOWER on IntegriCloud