Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2000 06:52:19 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/sys random.h src/sys/dev/randomdev hash.c hash.h harvest.c randomdev.c yarrow.c yarrow.h src/sys/modules/randomdev Makefile
Message-ID:  <200009101352.GAA06290@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2000/09/10 06:52:19 PDT

  Modified files:
    sys/conf             files 
    sys/sys              random.h 
    sys/dev/randomdev    harvest.c randomdev.c yarrow.c yarrow.h 
    sys/modules/randomdev Makefile 
  Added files:
    sys/dev/randomdev    hash.c hash.h 
  Log:
  Large upgrade to the entropy device; mainly inspired by feedback
  from many folk.
  
  o The reseed process is now a kthread. With SMPng, kthreads are
    pre-emptive, so the annoying jerkiness of the mouse is gone.
  
  o The data structures are protected by mutexes now, not splfoo()/splx().
  
  o The cryptographic routines are broken out into their own subroutines.
    this facilitates review, and possible replacement if that is ever
    found necessary.
  
  Thanks to:		kris, green, peter, jasone, grog, jhb
  Forgotten to thank:	You know who you are; no offense intended.
  
  Revision  Changes    Path
  1.406     +2 -1      src/sys/conf/files
  1.26      +2 -2      src/sys/sys/random.h
  1.5       +20 -1     src/sys/dev/randomdev/harvest.c
  1.11      +19 -7     src/sys/dev/randomdev/randomdev.c
  1.15      +287 -165  src/sys/dev/randomdev/yarrow.c
  1.6       +4 -11     src/sys/dev/randomdev/yarrow.h
  1.4       +3 -3      src/sys/modules/randomdev/Makefile



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?200009101352.GAA06290>