ipfilter: Fix manpage typosReported by: jrtc27Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329(cherry picked from commit ad07e93fe10baf9228b809997da3cf817486b018)
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 userland: Fix whitespace errorsReplace leading spaces with a tabs on affected lines.(cherry picked from commit 5e13b104a4083c022162a06ffab4f37e7e93aa45)
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)
Remove disconnected directories.These were added disconnected in 2005 in r145524.Sponsored by: EMC / Isilon Storage Division
Convert sbin/ to LIBADDReduce overlinking
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupbuild problems with rescue.
create a new build heirarchy for ipfilter tools