aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_dsp.cc
AgeCommit message (Expand)AuthorFilesLines
2017-10-09cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.ccKen Brown1-15/+40
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen1-40/+15
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley1-15/+40
2015-04-23Call open_null to open fake handleCorinna Vinschen1-2/+2
2014-05-02* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.Christopher Faylor1-1/+1
2014-03-20* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Actually pass ioctl argument toChristopher Faylor1-2/+2
2014-03-19* fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.Christopher Faylor1-3/+3
2014-03-18* fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually callChristopher Faylor1-2/+2
2014-03-17* sigproc.h (no_thread_exit_protect): New class.Christopher Faylor1-5/+38
2013-10-26 * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen1-12/+9
2013-10-24 * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen1-7/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-50/+50
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-4/+5
2012-02-09 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::write): SetCorinna Vinschen1-1/+2
2011-12-25* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor1-1/+1
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor1-2/+2
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor1-6/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-17/+17
2011-07-21Corinna Vinschen <corinna@vinschen.de>Christopher Faylor1-33/+31
2011-06-06whitespace eliminationChristopher Faylor1-2/+2
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-47/+3
2011-05-04 * fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.Corinna Vinschen1-25/+95
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-1/+1
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-33/+35
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen1-0/+1
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-1/+1
2006-06-03* cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor1-1/+1
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-6/+9
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-1/+1
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-1/+1
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-13/+10
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-4/+4
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen1-538/+381
2004-07-19 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-17/+17
2004-05-07 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Move delete ofCorinna Vinschen1-10/+15
2004-04-13 * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::stop): Add optionalCorinna Vinschen1-21/+54
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-2/+2
2004-04-05 * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Add implementationCorinna Vinschen1-0/+39
2004-03-24 * fhandler_dsp.cc (fhandler_dev_dsp::write): Remove typeCorinna Vinschen1-3/+6
2004-03-23 * autoload.cc: Load eight more functions for waveIn support.Corinna Vinschen1-342/+1141
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+3
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0