freebsd-src/sys/dev/random
Mark Murray e73a42f8fb Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)
call instead.

This makes a pretty dramatic difference to the amount of work that
the harvester needs to do - it is much friendlier on the system.
(80386 and 80486 class machines will notice little, as the new
get_cyclecounter() call is a wrapper round nanotime(9) for them).
2000-11-25 17:09:01 +00:00
..
harvest.c Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) 2000-11-25 17:09:01 +00:00
hash.c Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) 2000-11-25 17:09:01 +00:00
hash.h Large upgrade to the entropy device; mainly inspired by feedback 2000-09-10 13:52:19 +00:00
randomdev.c Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
yarrow.c Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) 2000-11-25 17:09:01 +00:00
yarrow.h Stop explicitly using nanotime(9) and use the new get_cyclecounter(9) 2000-11-25 17:09:01 +00:00