Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2000 03:39:18 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/random randomdev.c
Message-ID:  <200010181039.DAA55105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/10/18 03:39:18 PDT

  Modified files:
    sys/dev/random       randomdev.c 
  Log:
  Attempt to fix the random read blocking.  The old code slept at
  priority "0" and without PCATCH, so it was uninterruptable.  And
  even when it did wake up after entropy arrived, it exited after the
  wakeup without actually reading the freshly arrived entropy.  I
  sent this to Mark before but it seems he is in transit.
  Mark: feel free to replace this if it gets in your way.
  
  Revision  Changes    Path
  1.16      +14 -15    src/sys/dev/random/randomdev.c



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?200010181039.DAA55105>