freebsd-dev/sys/netgraph
Julian Elischer be4252b367 Slight cosmetic changes.
Also introduce a macro to be called by persistent nodes to signal their
persistence during shutdown to hide this mechanism from the node author.

Make node flags have a consistent style in naming.

Document the change.
2004-07-20 17:15:38 +00:00
..
atm Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
bluetooth
netgraph.h Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_async.c Consistently use __inline instead of __inline__ as the former is an empty macro 2004-07-04 16:11:03 +00:00
ng_async.h
ng_atmllc.c
ng_atmllc.h
ng_base.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_bpf.c
ng_bpf.h
ng_bridge.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_bridge.h
ng_cisco.c
ng_cisco.h
ng_device.c In ng_device_newhook(): 2004-07-20 13:16:17 +00:00
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c Introduce a new mutex, ng_eiface_mtx, to protect the global unit list 2004-07-14 20:26:29 +00:00
ng_eiface.h
ng_etf.c
ng_etf.h
ng_ether.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_ether.h
ng_fec.c Introduce a new mutex, ng_fec_mtx, to protect the global unit list to 2004-07-14 20:27:33 +00:00
ng_fec.h
ng_frame_relay.c Mark 'makeup' in ng_frame_relay as const, as its values are immutable. 2004-07-12 04:35:42 +00:00
ng_frame_relay.h
ng_gif_demux.c Consistently use __inline instead of __inline__ as the former is an empty macro 2004-07-04 16:11:03 +00:00
ng_gif_demux.h
ng_gif.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_gif.h
ng_hole.c
ng_hole.h
ng_hub.c
ng_hub.h
ng_iface.c Introduce a new mutex, ng_iface_mtx, to protect the global unit list 2004-07-14 20:24:21 +00:00
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ksocket.c
ng_ksocket.h
ng_l2tp.c
ng_l2tp.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_mppc.c
ng_mppc.h
ng_one2many.c
ng_one2many.h
ng_parse.c
ng_parse.h
ng_ppp.c Use qsort_r() instead of qsort() when sorting links by latency 2004-07-16 00:07:44 +00:00
ng_ppp.h
ng_pppoe.c Add a note indicating that the eh_prototype field used to construct 2004-07-14 20:31:37 +00:00
ng_pppoe.h
ng_pptpgre.c
ng_pptpgre.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_sample.h
ng_socket.c Introduce a global mtx 'ngsocketlist_mtx' to protect the global 2004-07-12 04:45:46 +00:00
ng_socket.h
ng_socketvar.h
ng_source.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_source.h
ng_split.c
ng_split.h
ng_sppp.c Consistently use __inline instead of __inline__ as the former is an empty macro 2004-07-04 16:11:03 +00:00
ng_sppp.h
ng_tee.c
ng_tee.h
ng_tty.c Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note 2004-07-14 20:31:05 +00:00
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
ng_vlan.c
ng_vlan.h
NOTES