#
f4d874a1 |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: do not split author names in the AUTHORS section.
|
#
4b66483f |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0 |
|
#
eddc45e7 |
| 26-Oct-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Update @freebsd.org email addresses to @FreeBSD.org as is the precedent.
|
#
ed2f9d4e |
| 24-Oct-2000 |
Julian Elischer <julian@FreeBSD.org> |
Change archie's and my email addresses from Whistle.com to FreeBSD.org
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
bec35b9a |
| 04-May-2000 |
Archie Cobbs <archie@FreeBSD.org> |
Move netgraph node type man pages from section 8 to section 4.
|
#
ac444505 |
| 30-Apr-2000 |
Julian Elischer <julian@FreeBSD.org> |
Update the man page to reflect the recent changes to the kernel API for netgraph.
|
#
46a32e61 |
| 26-Mar-2000 |
Philippe Charnier <charnier@FreeBSD.org> |
Remove duplicate word
|
Revision tags: release/4.0.0_cvs |
|
#
958b92d2 |
| 29-Feb-2000 |
Bill Fumerola <billf@FreeBSD.org> |
Add a little more history of when netgraph appeared in FreeBSD.
Reviewed by: asmodai
|
#
51291597 |
| 21-Dec-1999 |
Julian Elischer <julian@FreeBSD.org> |
Manual page style work. Submitted by: Alexey Zelkin <phantom@FreeBSD.org> thanks!
|
Revision tags: release/3.4.0_cvs |
|
#
ac83689e |
| 30-Nov-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Fix typo.
|
#
f8307e12 |
| 30-Nov-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Add two new generic control messages, NGM_ASCII2BINARY and NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using
Add two new generic control messages, NGM_ASCII2BINARY and NGM_BINARY2ASCII, which convert control messages to ASCII and back. This allows control messages to be sent and received in ASCII form using ngctl(8), which makes ngctl a lot more useful.
This also allows all the type-specific debugging code in libnetgraph to go away -- instead, we just ask the node itself to do the ASCII translation for us.
Currently, all generic control messages are supported, as well as messages 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 and control messages at any time. Eventually nghook(8) may be subsumed.
Several other misc. bug fixes.
Reviewed by: julian
show more ...
|
#
8d6703c6 |
| 19-Nov-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Update references.
|
#
7f9d26bd |
| 30-Oct-1999 |
Mike Pritchard <mpp@FreeBSD.org> |
Fix some spelling errors.
|
#
4cf49a43 |
| 21-Oct-1999 |
Julian Elischer <julian@FreeBSD.org> |
Whistle's Netgraph link-layer (sometimes more) networking infrastructure. Been in production for 3 years now. Gives Instant Frame relay to if_sr and 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_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
show more ...
|