aboutsummaryrefslogtreecommitdiff
path: root/sys/net/pfil.c
Commit message (Expand)AuthorAgeFilesLines
* Change pfil starvation prevention from fail-open to fail-close.Max Laier2004-10-081-2/+10
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-6/+6
* Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:Max Laier2004-09-221-2/+2
* o update PFIL_HOOKS support to current API used by netbsdSam Leffler2003-09-231-76/+280
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Remove __P.Alfred Perlstein2002-03-191-11/+7
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-3/+3
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Add pfil(9) subroutines and manpage from NetBSD.Darren Reed2000-05-101-0/+176