summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fil.h
Commit message (Collapse)AuthorAgeFilesLines
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineguido2000-02-101-2/+4
| | | | | | | CVS_FUBAR (which no longer exists) and thus forgot to add $FreeBSD's. Add them. Approved by: jkh (is part of ipfilter upgrade)
* Bring over ipfilter v3_3_8 kernel sources, including merging theguido2000-02-091-6/+5
| | | | | | | | local modifications. Also fix initializing fr_running in KLD case. Rename ipl_inited to fr_runninhg in mlfk_ipl Approved by: jkh
* Apply patches in rev 1.2 and 1.9 that I forgotguido2000-01-141-2/+3
| | | | Pointe out by: bde
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-131-4/+9
|
* Add kernel parts of revived ipfilter (3.3.3.)guido1999-11-231-0/+566
|
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-101-525/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. The hooks are staying although it would be better to port and use the NetBSD pfil interface rather than have custom hooks.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-201-1/+2
|
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
| | | | | | | or unsigned int (this doesn't change the struct layout, size or alignment in any of the files changed in this commit, at least for gcc on i386's. Using bitfields of type u_char may affect size and alignment but not packing)).
* ip_fil.h has 9 separate declarations of iplioctl() in a disgustingbde1998-06-081-3/+5
| | | | | | | | ifdef tangle. The previous commit to ip_fil.h didn't change the one that actually applies to the current FreeBSD kernel, of course. Fixed. Fixed style bugs in previous commit to ip_fil.h.
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Some patchups for when this code is compiled in userland (!).peter1998-03-211-1/+2
|
* Import kernel parts of ipfilter v3.2.3peter1998-03-211-10/+14
|
* Import kernel parts of ipfilter-3.2.1peter1997-11-161-75/+211
|
* Import version 3.2alpha7darrenr1997-05-251-40/+51
|
* Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-031-29/+106
|
* Replacement import of ipfilter 3.1.7 components used in kernel.peter1997-03-021-0/+293
(This is to repair the vendor branching)
OpenPOWER on IntegriCloud