summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_dsp.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-40/+15
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-15/+40
* Call open_null to open fake handleCorinna Vinschen2015-04-231-2/+2
* * fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.Christopher Faylor2014-05-021-1/+1
* * fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Actually pass ioctl argument toChristopher Faylor2014-03-201-2/+2
* * fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.Christopher Faylor2014-03-191-3/+3
* * fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually callChristopher Faylor2014-03-181-2/+2
* * sigproc.h (no_thread_exit_protect): New class.Christopher Faylor2014-03-171-5/+38
* * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen2013-10-261-12/+9
* * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen2013-10-241-7/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-50/+50
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-4/+5
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::write): SetCorinna Vinschen2012-02-091-1/+2
* * fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor2011-12-251-1/+1
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-2/+2
* * sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor2011-12-041-6/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-17/+17
* Corinna Vinschen <corinna@vinschen.de>Christopher Faylor2011-07-211-33/+31
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-47/+3
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.Corinna Vinschen2011-05-041-25/+95
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-1/+1
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-33/+35
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen2008-02-071-0/+1
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * 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