Whamcloud - gitweb
ChangeLog, gen_uuid.c:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 3 Apr 2000 13:45:40 +0000 (13:45 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 3 Apr 2000 13:45:40 +0000 (13:45 +0000)
commite589f678e1ed5efa8dd4450f37bee0486caa3504
tree75eeafcaa44e6c453b453ce1cf9828eedbf29953
parent78f9351b467a9b53dac7fa140efade91a0858812
ChangeLog, gen_uuid.c:
  gen_uuid.c (get_random_bytes): Make more paranoid about misbehaving
   /dev/urandom.  If we get a return of zero without an error more than 8
   times in a row, we break out and return an error.  Also, if
   /dev/urandom doesn't exist, try /dev/random.
ChangeLog, ext2fs.h:
  ext2fs.h: Use AUTOCONF SIZEOF_* macros if available to determine how
   to define __s64 and __u64.  Turn off "compression is experimental"
   warning if the cpp macro I_KNOW_THAT_COMPRESSION_IS_EXPERIMENTAL is
   defined.
lib/ext2fs/ChangeLog
lib/ext2fs/ext2fs.h
lib/uuid/ChangeLog
lib/uuid/gen_uuid.c