Age | Commit message (Expand) | Author | Files | Lines |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-02-02 | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 1 | -1/+1 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -2/+3 |
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 |
2003-01-15 | * autoload.cc: Fix copyright date. | Corinna Vinschen | 1 | -1/+1 |
2003-01-14 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for | Christopher Faylor | 1 | -0/+7 |
2002-12-14 | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 1 | -3/+3 |
2002-09-30 | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 1 | -4/+4 |
2002-07-03 | * cygheap.cc (init_cheap): Rearrange error message. | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | Remove fcntl.h includes throughout. | Christopher Faylor | 1 | -5/+7 |
2002-06-04 | * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES if | Corinna Vinschen | 1 | -1/+4 |
2002-02-25 | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 1 | -2/+2 |
2002-02-19 | * fhandler.cc (fhandler_base::puts_readahead): Remove default parameter | Christopher Faylor | 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-11-05 | Eliminate excess whitespace. | Christopher Faylor | 1 | -2/+1 |
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 | -1/+0 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -2/+3 |
2001-10-04 | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 1 | -8/+5 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -2/+3 |
2001-06-29 | * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success. | Christopher Faylor | 1 | -6/+6 |
2001-06-26 | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 1 | -4/+4 |
2001-05-24 | * exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out. | Christopher Faylor | 1 | -11/+21 |
2001-05-20 | * fhandler_dsp.cc: Reformat to GNU standards. | Christopher Faylor | 1 | -282/+287 |
2001-04-25 | * fhandler_dsp.cc: Improved handling of 8 bit playback modes. | Corinna Vinschen | 1 | -3/+25 |
2001-04-24 | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 1 | -3/+6 |
2001-04-16 | * autoload.cc: Add winmm functions needed by fhandler_dsp.cc. | Christopher Faylor | 1 | -0/+604 |