NetBSD/sys/netiso
he 2d28d1f215 Correct a couple of bcopy() -> memcpy() conversions which did not
properly handle their arguments.
2009-03-18 22:08:57 +00:00
..
xebec bcopy -> memcpy 2009-03-18 17:06:41 +00:00
Makefile Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
README
argo_debug.h
clnl.h
clnp.h bcopy -> memcpy 2009-03-18 17:06:41 +00:00
clnp_debug.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
clnp_er.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
clnp_frag.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
clnp_input.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
clnp_options.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
clnp_output.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
clnp_raw.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
clnp_stat.h
clnp_subr.c bzero -> memset 2009-03-18 16:00:08 +00:00
clnp_timer.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
cltp_usrreq.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
cltp_var.h KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
cons.h
eonvar.h Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
esis.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
esis.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
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 bcopy -> memcpy 2009-03-18 17:06:41 +00:00
idrp_var.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_eon.c *** Summary *** 2008-11-07 00:20:01 +00:00
iso.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
iso.h bcmp -> memcmp 2009-03-18 15:14:29 +00:00
iso_chksum.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
iso_errno.h
iso_pcb.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
iso_pcb.h Eliminate address family-specific route caches (struct route, struct 2007-05-02 20:40:22 +00:00
iso_proto.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
iso_snpac.c *** Summary *** 2008-11-07 00:20:01 +00:00
iso_snpac.h
iso_var.h Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
tp.trans
tp_astring.c
tp_clnp.h
tp_cons.c Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
tp_driver.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
tp_emit.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_events.h
tp_inet.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_input.c Correct a couple of bcopy() -> memcpy() conversions which did not 2009-03-18 22:08:57 +00:00
tp_ip.h
tp_iso.c bzero -> memset 2009-03-18 16:00:08 +00:00
tp_meas.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_meas.h
tp_output.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_param.h bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_pcb.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_pcb.h Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
tp_subr2.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_timer.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
tp_timer.h
tp_tpdu.h
tp_trace.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
tp_trace.h
tp_user.h
tp_usrreq.c Correct a couple of bcopy() -> memcpy() conversions which did not 2009-03-18 22:08:57 +00:00
tp_var.h Convert socket options code to use a sockopt structure 2008-08-06 15:01:23 +00:00

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