summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_random.cc
Commit message (Expand)AuthorAgeFilesLines
* Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen2016-12-141-0/+1
* Rearrange RNG code slightlyCorinna Vinschen2016-12-131-27/+45
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Implement getentropy for CygwinCorinna Vinschen2016-03-181-26/+5
* * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_tCorinna Vinschen2014-08-111-3/+4
* * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen2013-10-251-15/+0
* * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen2013-10-241-29/+0
* * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen2013-10-151-43/+39
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+5
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+5
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-1/+1
* * fhandler_random.cc (fhandler_dev_random::crypt_gen_random):Corinna Vinschen2011-04-011-7/+6
* * fhandler_random.cc (fhandler_dev_random::lseek): Revert change fromCorinna Vinschen2009-10-301-0/+5
* * fhandler_random.cc (fhandler_dev_random::lseek): Allow negativeCorinna Vinschen2009-10-231-5/+0
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-1/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+2
* * fhandler.h (class fhandler_dev_random): Add dummy_offset member.Corinna Vinschen2007-12-221-2/+26
* Revert erroneous checkin.Corinna Vinschen2005-09-281-1/+1
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-1/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-8/+2
* * fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor2005-05-251-1/+0
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-4/+4
* * devices.cc: New file.Christopher Faylor2003-09-251-6/+6
* Remove left coercion throughout.Christopher Faylor2003-09-071-2/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-2/+2
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-7/+13
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-0/+1
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+1
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-2/+2
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-2/+2
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-1/+1
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-2/+1
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-4/+2
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-1/+1
* Update copyrights.Christopher Faylor2001-09-111-2/+2
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor2001-04-241-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-5/+5
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * fhandler.h (class fhandler_dev_random): Add members for managingCorinna Vinschen2000-07-241-11/+82
* * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen2000-06-111-2/+3