index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
arc4random
/
getentropy_solaris.c
Age
Commit message (
Expand
)
Author
2018-11-20
Saw a mention somewhere a while back that the gotdata() function in
Theo de Raadt
2016-08-07
Update the link for the getentropy(2) manual to man.openbsd.org/
Theo Buehler
2015-09-11
unify files further
Theo de Raadt
2015-08-25
unify versions, so they are easier to diff.
Theo de Raadt
2014-07-21
Use explicit_bzero() instead of memset() on buffers going out of scope.
Philip Guenther
2014-07-19
remove disabled main hook; we use phdr now; ok bcook
Theo de Raadt
2014-07-13
Use dl_iterate_phdr() to iterate over the segments and throw the addresses
Theo de Raadt
2014-07-13
Provide a link to the canonical API specification.
Theo de Raadt
2014-07-13
Take away the use of the address of main as a source of entropy. Causes
Bob Beck
2014-07-12
Remove signed/unsigned warning, statement before declaration and
Wouter Wijngaards
2014-07-12
remove gratuitous differences, ok beck bcook
Theo de Raadt
2014-07-12
Solaris uses a symbolic link for /dev/urandom which harms best practice of
Bob Beck
2014-07-08
getentropy for osx and solaris. will be needed for a portable release
Bob Beck