Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 14:18:47 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys random.h src/sys/dev/randomdev harvest.c randomdev.c yarrow.c yarrow.h src/sys/dev/syscons syscons.c sysmouse.c
Message-ID:  <200007252118.OAA90913@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2000/07/25 14:18:47 PDT

  Modified files:
    sys/sys              random.h 
    sys/dev/randomdev    harvest.c randomdev.c yarrow.c yarrow.h 
    sys/dev/syscons      syscons.c sysmouse.c 
  Log:
  o Fix a horrible bug where small reads (< 8 bytes) would return the
    wrong bytes.
  
  o Improve the public interface; use void* instead of char* or u_int64_t
    to pass arbitrary data around.
  Submitted by:	kris ("horrible bug")
  
  Revision  Changes    Path
  1.25      +6 -5      src/sys/sys/random.h
  1.4       +5 -5      src/sys/dev/randomdev/harvest.c
  1.9       +13 -3     src/sys/dev/randomdev/randomdev.c
  1.13      +31 -14    src/sys/dev/randomdev/yarrow.c
  1.5       +3 -3      src/sys/dev/randomdev/yarrow.h
  1.345     +2 -3      src/sys/dev/syscons/syscons.c
  1.4       +2 -5      src/sys/dev/syscons/sysmouse.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?200007252118.OAA90913>