NetBSD/sys/netiso
is 07e04d08c3 Remove an overlapping struct copy from ether_input, which caused address
corruption for incoming netiso packets with recent (at least NetBSD-3 and
later) compilers. This is done in a way that the copy is avoided totally.
Code path tested with tcp+udp/ipv4+ipv6, arp and ISO cltp/clnp.
Visually ok'd by Christos@.
2006-12-01 18:43:40 +00:00
..
xebec
argo_debug.h
clnl.h
clnp_debug.c
clnp_er.c fix incomplete initializers 2006-08-29 23:40:14 +00:00
clnp_frag.c
clnp_input.c Remove an overlapping struct copy from ether_input, which caused address 2006-12-01 18:43:40 +00:00
clnp_options.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
clnp_output.c fix incomplete initializers 2006-08-29 23:40:14 +00:00
clnp_raw.c
clnp_stat.h
clnp_subr.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
clnp_timer.c
clnp.h
cltp_usrreq.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
cltp_var.h
cons_pcb.h
cons.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
idrp_usrreq.c fix initializers 2006-08-30 15:32:23 +00:00
idrp_var.h
if_cons.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
if_eon.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
iso_chksum.c
iso_errno.h
iso_pcb.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
iso_pcb.h Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
iso_proto.c change the MOWNER_INIT define to take two args; fix extant struct mowner 2006-10-10 21:49:14 +00:00
iso_snpac.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
iso_snpac.h
iso_var.h
iso.c Kill some KAUTH_GENERIC_ISSUSER. 2006-10-25 23:40:57 +00:00
iso.h #include <sys/protosw.h> for isosw[] extern. 2006-05-11 01:14:55 +00:00
Makefile
README
tp_astring.c
tp_clnp.h
tp_cons.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tp_driver.c
tp_emit.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
tp_events.h
tp_inet.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tp_input.c remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
tp_ip.h
tp_iso.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tp_meas.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_meas.h
tp_output.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp_param.h
tp_pcb.c use c99 initializers 2006-09-03 06:53:08 +00:00
tp_pcb.h Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr2.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
tp_subr.c
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c
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 Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp.trans

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