sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Drop <bsd.man.mk> support from <bsd.kmod.mk>.Not objected to by: -current
Use a consistent style and one much closer to the rest of /usr/src
When manual pages are moved or removed, MANX should be changedto NOMAN.Reported by: bde
Move the netgraph-related manual pages into share/man/man4/, asdiscussed with archie.
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofencoding the relative path.
Move netgraph node type man pages from section 8 to section 4.
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk. Thi
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk. This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.
show more ...
Zap KMODDEPS line
Fix typo.Reported by: Robert Swindells <[email protected]>
Work around aparent bug in the .Dv macro by eliminating some spaces.The closing curly-brace in this line was being omitted somehow.
Manual page style work.Submitted by: Alexey Zelkin <[email protected]>thanks!
Update documentation to reflect new functionality.
New Netgraph node type "ksocket".Obtained from: Whistle source tree