manuals: fix "PP after SS | SH" warningsThe full mandoc warnings were: skipping paragraph macro: PP after SS skipping paragraph macro: PP after SHThe rendered output (in ascii and html) i
manuals: fix "PP after SS | SH" warningsThe full mandoc warnings were: skipping paragraph macro: PP after SS skipping paragraph macro: PP after SHThe rendered output (in ascii and html) is not affected by this commit.Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scriptsSigned-off-by: Graham Percival <gperciva@tarsnap.com>Reviewed by: jlduran, mhorneMFC after: 1 weekSponsored by: Tarsnap Backup Inc.Pull Request: https://github.com/freebsd/freebsd-src/pull/1524
show more ...
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
ipf: Fix some typosSigned-off-by: Elyes Haouas <ehaouas@noos.fr>
Remove $FreeBSD$: one-line nroff patternRemove /^\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
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
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