Go to file
sommerfeld fae21c7be1 Let rnd(4) know how to read the (pentium and higher) cycle counter:
If __HAVE_CPU_TIMESTAMP is defined, <machine/rnd.h> exists and defines
two functions:
  1) 	u_int32_t cpu_timestamp(void);
returns the 32 low order bits of a reasonably high frequency counter.
  2)	int cpu_havetimestamp(void);
returns non-zero if cpu_timestamp() actually works.

The timestamp counter should run at a frequency greater than 1 MHz
(otherwise, microtime would be sufficient); other than that, the exact
frequency and origin of the counter are unspecified.
2000-06-05 21:15:22 +00:00
bin G/C evar() - now that everything is in the one structure it was exactly 2000-06-02 03:39:02 +00:00
dist Resolve conflicts. 2000-05-23 06:07:42 +00:00
distrib Add xntp 3.5 programs, libraries and doco to the obsolete list 2000-06-05 03:17:23 +00:00
etc Add kpop. 2000-06-05 18:12:57 +00:00
games Fix core dump. 2000-05-24 14:43:00 +00:00
gnu Read fp regs from core file. 2000-06-04 12:06:43 +00:00
include correct arg type for getnameinfo(3) for RFC2553 conformance. 2000-06-04 08:51:23 +00:00
lib Pasto in previous. 2000-06-05 12:01:47 +00:00
libexec include sys/sched.h to get definition of CPUSTATES 2000-06-04 01:38:52 +00:00
regress - Kill some warnings, and enable WARNS=1. 2000-06-05 06:01:42 +00:00
sbin Use CMSG_*() correctly when sending file descriptors. 2000-06-05 16:30:43 +00:00
share Document APM_ALLOW_BOGUS_SEGMENTS. Update description for APM_POWER_CHANGE, 2000-06-04 22:38:58 +00:00
sys Let rnd(4) know how to read the (pentium and higher) cycle counter: 2000-06-05 21:15:22 +00:00
usr.bin - fix ai_unmapped() to be a no-op in the !def INET6 case 2000-06-05 09:22:52 +00:00
usr.sbin Get rid of the stupid hack that makes this lose when ${CC} is more than one word. 2000-06-05 17:41:19 +00:00
Makefile remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk may have existed. add one more. 2000-05-21 07:33:05 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00