NetBSD/sys/netiso
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
xebec merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile
README
argo_debug.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
clnl.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
clnp.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_er.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_frag.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_input.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_options.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_output.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_raw.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_stat.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
clnp_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_timer.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cltp_usrreq.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cltp_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cons.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
cons_pcb.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
eonvar.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
esis.c integrate kauth. 2006-05-14 21:19:33 +00:00
esis.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.netiso merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
idrp_usrreq.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
idrp_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_cons.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_eon.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
iso.c integrate kauth. 2006-05-14 21:19:33 +00:00
iso.h #include <sys/protosw.h> for isosw[] extern. 2006-05-11 01:14:55 +00:00
iso_chksum.c Coverity CID 860: Prevent NULL deref. 2006-04-14 23:53:53 +00:00
iso_errno.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
iso_pcb.c integrate kauth. 2006-05-14 21:19:33 +00:00
iso_pcb.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
iso_proto.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
iso_snpac.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
iso_snpac.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
iso_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp.trans merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_astring.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_clnp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_cons.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_driver.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_emit.c Coverity CID 1157: Move deref after check. 2006-04-15 00:03:56 +00:00
tp_events.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_inet.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_input.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_ip.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_iso.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_meas.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_meas.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_output.c integrate kauth. 2006-05-14 21:19:33 +00:00
tp_param.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_pcb.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_pcb.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_seq.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_stat.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_states.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_states.init
tp_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_subr2.c compile with no options INET 2005-12-28 09:18:46 +00:00
tp_timer.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_timer.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_tpdu.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_trace.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_trace.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_user.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-11 00:01:36 +00:00
tp_usrreq.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +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