| Commit message (Expand) | Author | Age | Files | Lines |
* | * cygthread.cc (cygthread::terminate_thread): In debugging output, use name of | Christopher Faylor | 2006-06-03 | 1 | -1/+1 |
* | * cygheap.h (init_cygheap::manage_console_count): Declare new function. | Christopher Faylor | 2005-11-14 | 1 | -6/+9 |
* | 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 |
* | Remove some more unneeded 'return;'s throughout. | Christopher Faylor | 2005-09-14 | 1 | -1/+0 |
* | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 2005-07-05 | 1 | -13/+10 |
* | * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is | Christopher Faylor | 2004-09-12 | 1 | -4/+4 |
* | * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete. | Corinna Vinschen | 2004-08-17 | 1 | -538/+381 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISO | Corinna Vinschen | 2004-07-19 | 1 | -1/+1 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -17/+17 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete of | Corinna Vinschen | 2004-05-07 | 1 | -10/+15 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Add optional | Corinna Vinschen | 2004-04-13 | 1 | -21/+54 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -2/+2 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Add implementation | Corinna Vinschen | 2004-04-05 | 1 | -0/+39 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::write): Remove type | Corinna Vinschen | 2004-03-24 | 1 | -3/+6 |
* | * autoload.cc: Load eight more functions for waveIn support. | Corinna Vinschen | 2004-03-23 | 1 | -342/+1141 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 2004-02-02 | 1 | -1/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -2/+3 |
* | 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 |
* | * autoload.cc: Fix copyright date. | Corinna Vinschen | 2003-01-15 | 1 | -1/+1 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support for | Christopher Faylor | 2003-01-14 | 1 | -0/+7 |
* | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 2002-12-14 | 1 | -3/+3 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -4/+4 |
* | * cygheap.cc (init_cheap): Rearrange error message. | Christopher Faylor | 2002-07-03 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -5/+7 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES if | Corinna Vinschen | 2002-06-04 | 1 | -1/+4 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -2/+2 |
* | * fhandler.cc (fhandler_base::puts_readahead): Remove default parameter | Christopher Faylor | 2002-02-19 | 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 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -2/+1 |
* | 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 | -1/+0 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -2/+3 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -8/+5 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -2/+3 |
* | * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success. | Christopher Faylor | 2001-06-29 | 1 | -6/+6 |
* | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 2001-06-26 | 1 | -4/+4 |
* | * exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out. | Christopher Faylor | 2001-05-24 | 1 | -11/+21 |
* | * fhandler_dsp.cc: Reformat to GNU standards. | Christopher Faylor | 2001-05-20 | 1 | -282/+287 |
* | * fhandler_dsp.cc: Improved handling of 8 bit playback modes. | Corinna Vinschen | 2001-04-25 | 1 | -3/+25 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -3/+6 |
* | * autoload.cc: Add winmm functions needed by fhandler_dsp.cc. | Christopher Faylor | 2001-04-16 | 1 | -0/+604 |