Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2000 23:47:38 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/randomdev yarrow.c
Message-ID:  <200007110647.XAA77412@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2000/07/10 23:47:38 PDT

  Modified files:
    sys/dev/randomdev    yarrow.c 
  Log:
  One should never allocate 4-kilobyte structs and such on the interrupt
  stack.  It's bad for your machine's health.
  
  Make the two huge structs in reseed() static to prevent crashes.  This
  is the bug that people have been running into and panic()ing on for the
  past few days.
  
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.8       +7 -3      src/sys/dev/randomdev/yarrow.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?200007110647.XAA77412>