aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet/ip_log.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the FreeBSD check using __FreeBSD__ compiler macro.Cy Schubert2021-02-091-6/+6
* Simplify BSD macro tests.Cy Schubert2021-02-061-1/+1
* Replace the redundant MENTAT macro with SOLARIS.Cy Schubert2021-02-021-2/+2
* ipfilter #ifdef cleanup.Cy Schubert2019-02-031-62/+14
* Remove IFF_DRVRLOCK as it is used in IRIX only (and we all know IRIXCy Schubert2018-12-011-6/+0
* Follow-up to r304953, in which I broke the build: apparently the SOLARISDimitry Andric2016-08-281-5/+5
* Complete r304953.Konstantin Belousov2016-08-281-1/+5
* Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create()Cy Schubert2014-05-241-8/+6
* Address double init of ip_log mutex, fixing a panic after ipfilter isCy Schubert2013-09-211-1/+1
* Update ipfilter 4.1.28 --> 5.1.2.Cy Schubert2013-09-061-208/+455
|\
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forCy Schubert2013-07-191-700/+0
| * Import IPFilter 4.1.28Darren Reed2007-10-181-14/+20
| * Import IPFilter 4.1.23 to vendor branch.Darren Reed2007-06-041-5/+11
| * Import IP Filter 4.1.13Guido van Rooij2006-08-161-2/+24
| * Import IP Filter version 4.1.10Guido van Rooij2005-12-301-12/+4
| * import ipfilter 4.1.8 into the kernel source treeDarren Reed2005-04-251-208/+378
| * Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchDarren Reed2004-06-211-6/+7
| * Import IPFilter 3.4.31 into -currentDarren Reed2003-02-151-3/+26
| * Import version 3.4.27Darren Reed2002-04-271-2/+3
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.Darren Reed2002-04-251-1/+2
| * Import IPFilter 3.4.25 (last version 3.4.20)Darren Reed2002-03-191-36/+40
| * Import version 3.4.20 of IPFiltervendor/ipfilter-sys/3-4-20Darren Reed2001-07-281-47/+20
| * Update IP Filter kernel sourcevendor/ipfilter-sys/v3-4-16Darren Reed2001-02-041-0/+501
* Apply a few changes from ipfilter-current:Darren Reed2007-10-301-5/+6
* Pullup IPFilter 4.1.28 from the vendor branch into HEAD.Darren Reed2007-10-181-14/+20
* Merge IPFilter 4.1.23 back to HEADDarren Reed2007-06-041-5/+10
* Resolve conflictsGuido van Rooij2006-08-161-2/+25
* Resolve conflictsGuido van Rooij2005-12-301-9/+3
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+3
* Merge the changes from 3.4.35 to 4.1.8 into the kernel source treeDarren Reed2005-04-251-215/+380
* Enable fine grained locking within IPFilter, using mtx(9) and sx(9) allowingDarren Reed2004-12-241-1/+1
* Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:Darren Reed2004-06-211-6/+6
* Use parens more reasionably so we match the vendor code. This is partBrooks Davis2003-12-021-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+2
* Commit import changed from vendor branch of ipfilter to -current headDarren Reed2003-02-151-2/+25
* Merge updates from 3.4.26 - 3.4.27.Darren Reed2002-04-271-1/+2
* bring in changes from 3.4.26.Darren Reed2002-04-251-0/+1
* fix conflicts (mostly damn rcs id's) generated by importDarren Reed2002-03-191-35/+39
* Backout inclusion of queue.h since rev 1.38 sys/file.h now has itAlfred Perlstein2002-01-141-3/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+3
* fix conflicts created by importDarren Reed2001-07-281-46/+19
* Move IPFilter into contrib.Jonathan Lemon2001-06-071-0/+507