freebsd_amp_hwpstate/sys/netgraph
Poul-Henning Kamp db7e3af111 Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
..
NOTES
netgraph.h
ng_UI.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_UI.h
ng_async.c Remove unnecessary #include's as reported by phk's script. 2000-09-22 16:51:14 +00:00
ng_async.h
ng_base.c Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle really 2000-08-10 22:50:38 +00:00
ng_bpf.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_bpf.h
ng_bridge.c Fix typo in NETGRAPH_INIT() macro. 2000-10-09 18:37:11 +00:00
ng_bridge.h New netgraph node type for Ethernet bridging. 2000-09-01 01:37:13 +00:00
ng_cisco.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_cisco.h
ng_echo.c
ng_echo.h
ng_ether.c When sending a packet back to a network interface to simulate an arrived 2000-09-19 08:35:44 +00:00
ng_ether.h Export ng_ether_enaddr_type for other nodes that want to use it. 2000-08-30 18:39:29 +00:00
ng_frame_relay.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
ng_frame_relay.h
ng_hole.c
ng_hole.h
ng_iface.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_iface.h
ng_ksocket.c Fix memory leak. 2000-10-11 19:04:34 +00:00
ng_ksocket.h "u_int32_t" should have been "int32_t". 2000-08-10 22:51:26 +00:00
ng_lmi.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_lmi.h
ng_message.h
ng_mppc.c Remove unnecessary #include's as reported by phk's script. 2000-09-22 16:51:14 +00:00
ng_mppc.h
ng_parse.c Avoid free'ing a NULL pointer. 2000-08-31 23:08:52 +00:00
ng_parse.h
ng_ppp.c More complete fix for multi-link sequence number handling bugs. 2000-10-06 23:42:02 +00:00
ng_ppp.h More complete fix for multi-link sequence number handling bugs. 2000-10-06 23:42:02 +00:00
ng_pppoe.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_pppoe.h
ng_pptpgre.c Calling untimeout(9) leads to a race window where memory could be leaked. 2000-10-11 20:29:12 +00:00
ng_pptpgre.h
ng_rfc1490.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_rfc1490.h
ng_sample.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_sample.h
ng_socket.c Increase the maximum allowable datagram length. 2000-08-10 22:51:57 +00:00
ng_socket.h
ng_socketvar.h
ng_tee.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_tee.h
ng_tty.c Remove unnecessary #include's as reported by phk's script. 2000-09-22 16:51:14 +00:00
ng_tty.h
ng_vjc.c Allocate all memory (including within node constructors) with M_NOWAIT 2000-09-21 18:01:23 +00:00
ng_vjc.h - Add new control message NGM_VJC_GET_CONFIG 2000-08-10 22:48:03 +00:00