aboutsummaryrefslogtreecommitdiff
path: root/sys/net/pfil.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: pfil.c, 1.13:Max Laier2005-06-111-1/+3
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* MFC r1.11: fail closed when lock acquisition would block.Brian Feldman2004-10-111-2/+10
* MFC pfil API change:Max Laier2004-10-031-6/+6
* MFC from pfil.c, rev. 1.9:Max Laier2004-09-301-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