Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
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 ...
Update the man page to reflect the recent changes to the kernel API fornetgraph.
Remove duplicate word
Add a little more history of when netgraph appeared in FreeBSD.Reviewed by: asmodai
Manual page style work.Submitted by: Alexey Zelkin <[email protected]>thanks!
Fix typo.
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
Update references.
Fix some spelling errors.
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 ([email protected])Obtained from: Whistle CVS tree