NetBSD/sys/lib
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
..
libkern merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
libsa add (char *) cast to quieten GCC. 2006-05-20 19:40:46 +00:00
libz free -> dealloc 2006-01-25 18:27:23 +00:00