ipfilter userland: Style(9) requires a space after returnReported by: jrtc27Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329(cherry picked from commit 44bc30192139b0b3c95510ab3b35802b
ipfilter userland: Style(9) requires a space after returnReported by: jrtc27Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329(cherry picked from commit 44bc30192139b0b3c95510ab3b35802bcc6d63e4)
show more ...
ipfilter: Adjust userland returns to conform to style(9)Adjust ipfilter's userland return statements to conform to style(9).(cherry picked from commit 2582ae5740181e0d2bab10003d66ae91c9b56329)
ipflter: ANSIfy userland function declarationsConvert ipfilter userland function declarations from K&R to ANSI. Thissyncs our function declarations with NetBSD hg commit 75edcd7552a0(apply our ch
ipflter: ANSIfy userland function declarationsConvert ipfilter userland function declarations from K&R to ANSI. Thissyncs our function declarations with NetBSD hg commit 75edcd7552a0(apply our changes). Though not copied from NetBSD, this change waspartially inspired by NetBSD's work and inspired by style(9).Reviewed by: glebius (for #network)Differential Revision: https://reviews.freebsd.org/D33595(cherry picked from commit efeb8bffe34422937c7f8df836afb5b817366d16)
ipfilter: Move userland bits to sbinThrough fixes and improvements our ipfilter sources have divergedenough to warrant move from contrib into sbin/ipf. Now that I'mplanning on implementing MSS cl
ipfilter: Move userland bits to sbinThrough fixes and improvements our ipfilter sources have divergedenough to warrant move from contrib into sbin/ipf. Now that I'mplanning on implementing MSS clamping as in iptables it makes moresense to move ipfilter to sbin.This is the second of three commits of the ipfilter move.Suggested by glebius on two occaions.Suggested by and discussed with: glebiusReviewed by: glebius, kp (for #network)Differential Revision: https://reviews.freebsd.org/D33510(cherry picked from commit 41edb306f05651fcaf6c74f9e3557f59f80292e1)
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Create packages for atm, ccdconfig, devd, ipf, ipfw,iscsi, natd, nandfs, pf, quotacheck, and routed.Add ping6 and rtsol to the runtime package.Sponsored by: The FreeBSD Foundation
Update dependencies after r291406 added libelf to libkvm.Unfortunately filemon/meta mode tracks all indirect dependencies heresince ld(1) is reading libelf when linking in libkvm. Churn would be
Update dependencies after r291406 added libelf to libkvm.Unfortunately filemon/meta mode tracks all indirect dependencies heresince ld(1) is reading libelf when linking in libkvm. Churn would bereduced if this was able to be limited to direct dependencies.Sponsored by: EMC / Isilon Storage Division
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
create a new build heirarchy for ipfilter tools