| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Use WARNS?= instead of WARNS=.
|
| |
|
|
|
|
| |
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
|
|
|
|
|
| |
kmem accessors, allowing them to be used with crash dumps as well as live
systems, now.
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
|
|
|
|
|
|
|
|
|
| |
where the headers should live, as the code references both "ip_fil.h" and
"netinet/ip_fil.h" (among others). As a consequence, put both
sys/contrib/ipfilter and sys/contrib/ipfilter/netinet to the include path
so either variant works.
PR: 29384
Pointed out by: Thomas.Quinot@Cuivre.FR.EU.ORG
|
|
|
|
| |
Submitted by: bde
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This is needed to pick up the right headers. Wrong headers from
src/contrib/ipfilter are used otherwise.
The right fix would be to fix contrib/ipfilter C sources to pick up
headers from <sys/netinet>.
Noticed by: peter
|
| |
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
|
|
|
|
|
| |
IPFilter 3.4.x.
Approved by: darrenr, guido
|
|
|
|
|
|
|
|
|
|
|
| |
Could you please enable my "state top" patches in the FreeBSD distribution.
I developped the stuff under FreeBSD, so it must be good there :-)
Here is a patch (relative to the RELENG_4 branch).
Thanks,
Frank
|
| |
|
|
|
|
|
| |
The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin
|
|
|
|
|
| |
Also fixes:
PR: 7791
|
|
|
|
|
| |
to be dangerous. It will better serve us as a port building a KLD,
ala SKIP.
|
|
Obtained from: large chunks stolen from OpenBSD and NetBSD
|