1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/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
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
ng_echo.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_echo.h
ng_ether.h
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
ng_lmi.c
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
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
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
ng_socketvar.h
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
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
ng_vjc.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_vjc.h
NOTES