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
Manual page style work.Submitted by: Alexey Zelkin <phantom@FreeBSD.org>thanks!
Stop nroff from complaining about the freeBSD version..Also some updates to the vjc node man page.
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Been in production for 3 years now. Gives Instant Frame relay to if_srand if_ar drivers, and PPPOE support soon. See:ftp://
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Been in production for 3 years now. Gives Instant Frame relay to if_srand if_ar drivers, and PPPOE support soon. See:ftp://ftp.whistle.com/pub/archie/netgraph/index.htmlfor on-line manual pages.Reviewed by: Doug Rabson (dfr@freebsd.org)Obtained from: Whistle CVS tree