freebsd-dev/sys/netgraph
Peter Wemm 664a31e496 Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
1999-12-29 04:46:21 +00:00
..
netgraph.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
ng_async.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_async.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_base.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_bpf.c Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require 1999-12-06 18:43:32 +00:00
ng_bpf.h Change definition of NG_BPF_HOOKPROG_SIZE() so as not to require 1999-12-06 18:43:32 +00:00
ng_cisco.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_cisco.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_echo.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_echo.h
ng_ether.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_frame_relay.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_frame_relay.h
ng_hole.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_hole.h
ng_iface.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_iface.h
ng_ksocket.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_ksocket.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_lmi.c Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_lmi.h
ng_message.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
ng_parse.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_parse.h Add more comments describing how to use parse types and how they work. 1999-12-01 19:41:15 +00:00
ng_ppp.c Fix bugs in the MP fragment reassembly code that can cause a panic. 1999-12-17 23:29:04 +00:00
ng_ppp.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_pppoe.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_pppoe.h change intial timeout for session negotiation from 1 to 2 seconds. 1999-12-01 08:05:56 +00:00
ng_pptpgre.c New netgraph node type 'pptpgre': this performs GRE encapsulation 1999-12-08 18:55:39 +00:00
ng_pptpgre.h New netgraph node type 'pptpgre': this performs GRE encapsulation 1999-12-08 18:55:39 +00:00
ng_rfc1490.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_rfc1490.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_sample.c Show how to supply a struct ng_cmdlist for (de)asciification 1999-12-01 19:40:37 +00:00
ng_sample.h Show how to supply a struct ng_cmdlist for (de)asciification 1999-12-01 19:40:37 +00:00
ng_socket.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +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 Use m_dup() instead of m_copypacket() to duplicate the mbuf chain. 1999-12-01 23:11:58 +00:00
ng_tee.h Add statistics counters to "tee" netgraph node type. 1999-11-02 23:31:49 +00:00
ng_tty.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_tty.h
ng_UI.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_UI.h Add two new generic control messages, NGM_ASCII2BINARY and 1999-11-30 02:45:32 +00:00
ng_vjc.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +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