summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_random.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen2000-05-271-4/+4
* * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen2000-05-031-0/+92