Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2000 09:09:01 -0800 (PST)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/random harvest.c hash.c yarrow.c yarrow.h
Message-ID:  <200011251709.JAA30436@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2000/11/25 09:09:01 PST

  Modified files:
    sys/dev/random       harvest.c hash.c yarrow.c yarrow.h 
  Log:
  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).
  
  Revision  Changes    Path
  1.9       +12 -17    src/sys/dev/random/harvest.c
  1.4       +2 -2      src/sys/dev/random/hash.c
  1.24      +22 -20    src/sys/dev/random/yarrow.c
  1.9       +2 -2      src/sys/dev/random/yarrow.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011251709.JAA30436>