summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/random.cc
Commit message (Expand)AuthorAgeFilesLines
* Only define __getreent inline function when building newlib or CygwinCorinna Vinschen2016-08-201-0/+2
* Fix Cygwin setstate definitionCorinna Vinschen2016-03-291-1/+1
* srandom: Replace accessing /dev/random by equivalent getentropy callCorinna Vinschen2016-03-201-10/+1
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-1/+1
* * random.cc (initstate): Align to POSIX definition.Corinna Vinschen2008-05-131-4/+5
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-1/+0
* * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance onChristopher Faylor2007-07-081-18/+20
* Add initial FreeBSD version of random.cChristopher Faylor2007-07-081-0/+502