summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_dsp.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor2006-06-031-1/+1
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-6/+9
* Revert erroneous checkin.Corinna Vinschen2005-09-281-1/+1
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-1/+1
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-13/+10
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-4/+4
* * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen2004-08-171-538/+381
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen2004-07-191-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-17/+17
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete ofCorinna Vinschen2004-05-071-10/+15
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Add optionalCorinna Vinschen2004-04-131-21/+54
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-2/+2
* * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Add implementationCorinna Vinschen2004-04-051-0/+39
* * fhandler_dsp.cc (fhandler_dev_dsp::write): Remove typeCorinna Vinschen2004-03-241-3/+6
* * autoload.cc: Load eight more functions for waveIn support.Corinna Vinschen2004-03-231-342/+1141
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-2/+3
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-2/+2
* * autoload.cc: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Add limited support forChristopher Faylor2003-01-141-0/+7
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-3/+3
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-4/+4
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-5/+7
* * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES ifCorinna Vinschen2002-06-041-1/+4
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-2/+2
* * fhandler.cc (fhandler_base::puts_readahead): Remove default parameterChristopher Faylor2002-02-191-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
* Eliminate excess whitespace.Christopher Faylor2001-11-051-2/+1
* 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-1/+0
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-2/+3
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-8/+5
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-2/+3
* * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success.Christopher Faylor2001-06-291-6/+6
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-4/+4
* * exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor2001-05-241-11/+21
* * fhandler_dsp.cc: Reformat to GNU standards.Christopher Faylor2001-05-201-282/+287
* * fhandler_dsp.cc: Improved handling of 8 bit playback modes.Corinna Vinschen2001-04-251-3/+25
* Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor2001-04-241-3/+6
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-0/+604