Revision tags: release/4.2.0 |
|
#
99cdf4cc |
| 18-Nov-2000 |
David Malone <dwmalone@FreeBSD.org> |
Add the use of M_ZERO to netgraph.
Submitted by: josh@zipperup.org Submitted by: Robert Drehmel <robd@gmx.net> Submitted by: archie Approved by: archie
|
#
27121ab1 |
| 17-Nov-2000 |
Brian Somers <brian@FreeBSD.org> |
Go back to using data_len in struct ngpppoe_init_data after discussions with Julian and Archie.
Implement a new ``sizedstring'' parse type for dealing with field pairs consisting of a uint16_t follo
Go back to using data_len in struct ngpppoe_init_data after discussions with Julian and Archie.
Implement a new ``sizedstring'' parse type for dealing with field pairs consisting of a uint16_t followed by a data field of that size, and use this to deal with the data_len and data fields.
Written by: Archie with some input by me Agreed in principle by: julian
show more ...
|
#
cc3bbd68 |
| 24-Oct-2000 |
Julian Elischer <julian@FreeBSD.org> |
Since neither archie nor I work at Whistle any more, change our email addresses to be the more usefu @freebsd.org ones so we can keep getting bug-reports. - man pages to follow..
|
Revision tags: release/4.1.1_cvs |
|
#
d99b0733 |
| 01-Sep-2000 |
Archie Cobbs <archie@FreeBSD.org> |
Avoid free'ing a NULL pointer.
|
#
8db3c6cd |
| 11-Aug-2000 |
Archie Cobbs <archie@FreeBSD.org> |
- Add new unsigned and hex integer parse types; this allows simplifying the bytearray parse type. - Allocate (larger) temporary work buffer dynamically instead of on the stack when comparing to t
- Add new unsigned and hex integer parse types; this allows simplifying the bytearray parse type. - Allocate (larger) temporary work buffer dynamically instead of on the stack when comparing to the default value.
show more ...
|
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
c1b9e5f2 |
| 13-Mar-2000 |
Archie Cobbs <archie@FreeBSD.org> |
Fix typo: "ng_parse_fixedsstring_info" -> "ng_parse_fixedstring_info"
|
Revision tags: release/3.4.0_cvs |
|
#
647b86df |
| 07-Dec-1999 |
Julian Elischer <julian@FreeBSD.org> |
Remove a bunch of un-needed includes. Submitted by: phk@freebsd.org
|
#
2076235a |
| 03-Dec-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.
|
#
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 ...
|