summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fil.h
Commit message (Collapse)AuthorAgeFilesLines
* 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