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
ng_base.c Remove a bunch of un-needed includes. 1999-12-07 05:50:48 +00:00
ng_bpf.c
ng_bpf.h
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
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
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
ng_sample.h
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
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