]> sourceware.org Git - newlib-cygwin.git/commit
Export getentropy and getrandom calls
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 16 Dec 2016 22:10:19 +0000 (23:10 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 16 Dec 2016 22:10:19 +0000 (23:10 +0100)
commit4e75d7f504b61ef031d14e4283fc5842cf126357
treea138169ee4c393cb4255fcf8296e93f6c4e3dc15
parentf46f501471dc3505b0c920a61b14ec9551df40c7
Export getentropy and getrandom calls

getentropy per OpenBSD

  http://man.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2

getrandom per Linux

  http://man7.org/linux/man-pages/man2/getrandom.2.html

  Note that GRND_NONBLOCK is not handled
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/include/sys/random.h [new file with mode: 0644]
winsup/cygwin/miscfuncs.cc
winsup/cygwin/release/2.7.0 [new file with mode: 0644]
This page took 0.032471 seconds and 5 git commands to generate.