freebsd-dev/sys/netgraph
1999-11-19 05:50:29 +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 Remove the address and control field compression functionality of this 1999-11-19 04:27:53 +00:00
ng_base.c Use KASSERT() instead of old #ifdef DIAGNOSTICS. 1999-11-19 05:43:33 +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 Move isfoo() and friends to the newly created sys/ctype.h. 1999-11-03 17:54:26 +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 Add some safety using KASSERT() and splnet(). 1999-11-19 05:45:11 +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 Fix bug where hook pointers were not getting updated on disconnection. 1999-11-19 05:49:54 +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 Move misplaced #define. 1999-11-19 05:49:18 +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 Simplify checking/parsing of strings using strtoul(), isdigit(), etc. 1999-11-02 23:18:01 +00:00
ng_sample.h
ng_socket.c Provide an empty name to getsockname() if one hasn't been set up. 1999-11-11 20:08:04 +00:00
ng_socket.h Add the option for a socket node to shut down when the last hook 1999-11-05 02:18:08 +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