freebsd-dev/sys/netgraph
Archie Cobbs 25792ef324 Change the prototype of the strto* routines to make the second
parameter a char ** instead of a const char **.  This make these
kernel routines consistent with the corresponding libc userland
routines.

Which is actually 'correct' is debatable, but consistency and
following the spec was deemed more important in this case.

Reviewed by (in concept):	phk, bde
1999-11-24 01:03:08 +00:00
..
netgraph.h Add typedefs for node methods 1999-11-01 10:00:40 +00:00
ng_async.c Remove the address and control field compression functionality of this 1999-11-19 04:27:53 +00:00
ng_async.h Revert previous commit now that 'acfcomp' has been removed from 1999-11-19 20:42:14 +00:00
ng_base.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
ng_cisco.c Add typedefs for node methods 1999-11-01 10:00:40 +00:00
ng_cisco.h
ng_echo.c Add typedefs for node methods 1999-11-01 10:00:40 +00:00
ng_echo.h
ng_ether.h
ng_frame_relay.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
ng_frame_relay.h
ng_hole.c Add typedefs for node methods 1999-11-01 10:00:40 +00:00
ng_hole.h
ng_iface.c Rename 'struct private' to 'struct ng_xxx_private' to allow gdb 1999-11-19 04:25:39 +00:00
ng_iface.h
ng_ksocket.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
ng_ksocket.h New netgraph node type "ksocket". 1999-11-16 23:25:11 +00:00
ng_lmi.c When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. 1999-11-17 17:41:22 +00:00
ng_lmi.h
ng_message.h Start making the contents of the generic framework opaque to the nodes. 1999-11-01 00:31:14 +00:00
ng_ppp.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
ng_ppp.h Move handling of the address and control fields into the PPP node; 1999-11-10 06:15:22 +00:00
ng_pppoe.c Fixes from brian. With some changes from me. 1999-11-21 10:43:05 +00:00
ng_pppoe.h Remove a null pointer reference 1999-11-09 00:31:04 +00:00
ng_rfc1490.c Use 'struct ng_xxx_private' instead of 'struct private' to help gdb 1999-11-19 05:50:29 +00:00
ng_rfc1490.h
ng_sample.c Change the prototype of the strto* routines to make the second 1999-11-24 01:03:08 +00:00
ng_sample.h
ng_socket.c oops cut-n-paste error 1999-11-21 23:11:52 +00:00
ng_socket.h Fixes from brian. With some changes from me. 1999-11-21 10:43:05 +00:00
ng_socketvar.h Move a structure Netstat needs back out to ng_socketvar.h (yech) 1999-11-06 19:27:04 +00:00
ng_tee.c Fix crash when trying to duplicate a NULL meta. 1999-11-08 03:11:22 +00:00
ng_tee.h Add statistics counters to "tee" netgraph node type. 1999-11-02 23:31:49 +00:00
ng_tty.c When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL. 1999-11-17 17:41:22 +00:00
ng_tty.h
ng_UI.c Rename 'struct private' to 'struct ng_xxx_private' to allow gdb 1999-11-19 04:25:39 +00:00
ng_UI.h
ng_vjc.c Fix bug where hook pointers were not getting updated on disconnection. 1999-11-19 05:49:54 +00:00
ng_vjc.h More bug fixes for the VJ Compression node. Seems to work now (really). 1999-11-15 20:02:58 +00:00
NOTES