Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2008 09:46:36 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen arc4random.c
Message-ID:  <200809090946.m899kida007700@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2008-09-09 09:46:36 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         arc4random.c 
  Log:
  SVN rev 182886 on 2008-09-09 09:46:36Z by ache
  
  Return two fixes from previous backout which does not require
  review by secteam@ for the reasons mentioned below.
  
  1) Rename /dev/urandom to /dev/random since urandom marked as
  XXX Deprecated
  alias in /sys/dev/random/randomdev.c
  (this is our naming convention and no review by secteam@ required)
  
  2) Set rs_stired flag after forced initialization to prevent
  double stearing.
  (this is already in OpenBSD, i.e. they don't have double stearing.
  It means that this change matches their code path and no additional
  secteam@ review required)
  
  Submitted by:   Thorsten Glaser <tg@mirbsd.de> (2)
  
  Revision  Changes    Path
  1.25      +2 -1      src/lib/libc/gen/arc4random.c



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