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!
Add two new generic control messages, NGM_ASCII2BINARY andNGM_BINARY2ASCII, which convert control messages to ASCII and back.This allows control messages to be sent and received in ASCII formusing
Add two new generic control messages, NGM_ASCII2BINARY andNGM_BINARY2ASCII, which convert control messages to ASCII and back.This allows control messages to be sent and received in ASCII formusing ngctl(8), which makes ngctl a lot more useful.This also allows all the type-specific debugging code in libnetgraphto go away -- instead, we just ask the node itself to do the ASCIItranslation for us.Currently, all generic control messages are supported, as well asmessages associated with the following node types: async, cisco,ksocket, and ppp.See /usr/share/examples/netgraph/ngctl for an example of using this.Also give ngctl(8) the ability to print out incoming data andcontrol messages at any time. Eventually nghook(8) may be subsumed.Several other misc. bug fixes.Reviewed by: julian
Miscellaneous edits.
Fix some spelling errors.
Slight touchups noticed after checkin.
Add a man page for the pppoe node. Includes sample code.
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