| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert erroneous checkin. | Corinna Vinschen | 2005-09-28 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 2005-09-28 | 1 | -1/+1 |
* | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 2005-07-05 | 1 | -8/+2 |
* | * fhandler.h (fhandler_base::mkdir): New virtual method. | Christopher Faylor | 2005-05-25 | 1 | -1/+0 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -1/+1 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -4/+4 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -6/+6 |
* | Remove left coercion throughout. | Christopher Faylor | 2003-09-07 | 1 | -2/+2 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 2003-04-01 | 1 | -2/+2 |
* | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 2002-12-14 | 1 | -7/+13 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -3/+3 |
* | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 2002-09-19 | 1 | -0/+1 |
* | * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode. | Christopher Faylor | 2002-07-01 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -2/+2 |
* | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -2/+2 |
* | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 2001-10-24 | 1 | -1/+1 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -2/+1 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -4/+2 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -1/+1 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -2/+2 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -0/+1 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -5/+5 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_random): Add members for managing | Corinna Vinschen | 2000-07-24 | 1 | -11/+82 |
* | * fhandler_random.cc (read): Call CryptAquireContext with | Corinna Vinschen | 2000-06-11 | 1 | -2/+3 |
* | * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET in | Corinna Vinschen | 2000-05-27 | 1 | -4/+4 |
* | * Makefile.in: Add dependencies for fhandler_random.o | Corinna Vinschen | 2000-05-03 | 1 | -0/+92 |