NetBSD/sys/netiso
hubertf 142c2a33ba Remove duplicate #includes, patch contributed in private mail
by Slava Semushin <slava.semushin@gmail.com>.

To verify that no nasty side effects of duplicate includes (or their
removal) have an effect here, I've compiled an i386/ALL kernel with
and without the patch, and the only difference in the resulting .o
files was in shifted line numbers in some assert() calls.
The comparison of the .o files was based on the output of "objdump -D".

Thanks to martin@ for the input on testing.
2007-01-24 13:08:11 +00:00
..
xebec * Fixed use of fgetc() in getch(). 2007-01-18 12:43:38 +00:00
Makefile
README
argo_debug.h
clnl.h
clnp.h
clnp_debug.c
clnp_er.c Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
clnp_frag.c
clnp_input.c Avoid overlapping struct assignment for FDDI. Should fix netiso like in the 2006-12-10 12:34:42 +00:00
clnp_options.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
clnp_output.c KNF. 2006-12-06 00:39:56 +00:00
clnp_raw.c Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
clnp_stat.h
clnp_subr.c Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
clnp_timer.c
cltp_usrreq.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cltp_var.h
cons.h
cons_pcb.h
eonvar.h
esis.c Check parameters to avoid potential panic root user. 2006-11-24 12:47:43 +00:00
esis.h
files.netiso Remove netiso/if_cons.c. It depends on x25 stuff that was removed a while 2007-01-11 00:00:41 +00:00
idrp_usrreq.c
idrp_var.h
if_eon.c Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
iso.c Kill some KAUTH_GENERIC_ISSUSER. 2006-10-25 23:40:57 +00:00
iso.h
iso_chksum.c
iso_errno.h
iso_pcb.c Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
iso_pcb.h
iso_proto.c Here are various changes designed to protect against bad IPv4 2006-12-09 05:33:04 +00:00
iso_snpac.c Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
iso_snpac.h
iso_var.h
tp.trans
tp_astring.c
tp_clnp.h
tp_cons.c Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
tp_driver.c
tp_emit.c
tp_events.h
tp_inet.c Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
tp_input.c
tp_ip.h
tp_iso.c Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
tp_meas.c
tp_meas.h
tp_output.c Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
tp_param.h
tp_pcb.c
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c
tp_subr2.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
tp_trace.h
tp_user.h
tp_usrreq.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tp_var.h

README

In case you were wondering why this code is still present:

The ISO (or OSI) stack is still in use by many router vendors (e.g., using
IS-IS the OSI equivalent of OSPF, to carry IP routes).

Chris.
chopps@NetBSD.org