Remove $FreeBSD$: one-line nroff patternRemove /^\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
ipf: Fix typosSigned-off-by: Elyes Haouas <[email protected]>Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/653
ipfilter: Fix manpage typosReported by: jrtc27Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329MFC after: 1 month
ipfilter userland: Style(9) requires a space after returnReported by: jrtc27Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329MFC after: 1 month
ipfilter userland: Fix whitespace errorsReplace leading spaces with a tabs on affected lines.MFC after: 1 month
ipfilter: Adjust userland returns to conform to style(9)Adjust ipfilter's userland return statements to conform to style(9).MFC after: 1 month
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)MFC after: 1 monthDifferential Revision: https://reviews.freebsd.org/D33595
show more ...
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)MFC after: 1 monthDifferential Revision: https://reviews.freebsd.org/D33510
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