Age | Commit message (Expand) | Author | Files | Lines |
2022-08-05 | Cygwin: Reorganize cygwin source dir | Corinna Vinschen | 1 | -138/+0 |
2022-06-06 | Cygwin: remove most occurrences of __stdcall and __cdecl | Ken Brown | 1 | -1/+1 |
2022-05-29 | Cygwin: remove regparm.h | Ken Brown | 1 | -1/+1 |
2016-12-14 | Define RtlGenRandom correctly in ntsecapi.h wrapper | Corinna Vinschen | 1 | -0/+1 |
2016-12-13 | Rearrange RNG code slightly | Corinna Vinschen | 1 | -27/+45 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2016-03-18 | Implement getentropy for Cygwin | Corinna Vinschen | 1 | -26/+5 |
2014-08-11 | * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_t | Corinna Vinschen | 1 | -3/+4 |
2013-10-25 | * devices.in (dev_storage): Map /dev/random and /dev/urandom to | Corinna Vinschen | 1 | -15/+0 |
2013-10-24 | * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method. | Corinna Vinschen | 1 | -29/+0 |
2013-10-15 | * autoload.cc (CryptAcquireContextW): Remove. | Corinna Vinschen | 1 | -43/+39 |
2013-05-01 | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 1 | -1/+1 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -5/+5 |
2011-11-14 | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 1 | -1/+5 |
2011-10-15 | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 1 | -1/+1 |
2011-04-01 | * fhandler_random.cc (fhandler_dev_random::crypt_gen_random): | Corinna Vinschen | 1 | -7/+6 |
2009-10-30 | * fhandler_random.cc (fhandler_dev_random::lseek): Revert change from | Corinna Vinschen | 1 | -0/+5 |
2009-10-23 | * fhandler_random.cc (fhandler_dev_random::lseek): Allow negative | Corinna Vinschen | 1 | -5/+0 |
2009-07-24 | * sigproc.h (wait_for_sigthread): Eliminate parameter. | Christopher Faylor | 1 | -1/+1 |
2009-01-03 | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 1 | -3/+2 |
2007-12-22 | * fhandler.h (class fhandler_dev_random): Add dummy_offset member. | Corinna Vinschen | 1 | -2/+26 |
2005-09-28 | Revert erroneous checkin. | Corinna Vinschen | 1 | -1/+1 |
2005-09-28 | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 1 | -1/+1 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -8/+2 |
2005-05-25 | * fhandler.h (fhandler_base::mkdir): New virtual method. | Christopher Faylor | 1 | -1/+0 |
2004-04-10 | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 1 | -1/+1 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -4/+4 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -6/+6 |
2003-09-07 | Remove left coercion throughout. | Christopher Faylor | 1 | -2/+2 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-04-01 | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 1 | -2/+2 |
2002-12-14 | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 1 | -7/+13 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -3/+3 |
2002-09-19 | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 1 | -0/+1 |
2002-07-01 | * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode. | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | Remove fcntl.h includes throughout. | Christopher Faylor | 1 | -1/+1 |
2002-02-25 | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 1 | -2/+2 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -1/+1 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -2/+2 |
2001-10-24 | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 1 | -1/+1 |
2001-10-22 | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 1 | -2/+1 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -4/+2 |
2001-10-04 | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 1 | -1/+1 |
2001-09-11 | Update copyrights. | Christopher Faylor | 1 | -2/+2 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -0/+1 |
2001-04-24 | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 1 | -0/+1 |
2000-09-03 | * Makefile.in: Add cygheap.o. | Christopher Faylor | 1 | -5/+5 |
2000-08-22 | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 1 | -0/+1 |
2000-08-22 | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 1 | -0/+1 |