index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_dsp.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call open_null to open fake handle
Corinna Vinschen
2015-04-23
1
-2
/
+2
*
* fhandler_dsp.cc (ioctl): Use _ioctl for recursive call.
Christopher Faylor
2014-05-02
1
-1
/
+1
*
* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Actually pass ioctl argument to
Christopher Faylor
2014-03-20
1
-2
/
+2
*
* fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.
Christopher Faylor
2014-03-19
1
-3
/
+3
*
* fhandler_dsp.cc (fhandler_dev_dsp::fixup_after_fork): Actually call
Christopher Faylor
2014-03-18
1
-2
/
+2
*
* sigproc.h (no_thread_exit_protect): New class.
Christopher Faylor
2014-03-17
1
-5
/
+38
*
* devices.in (dev_storage): Map /dev/dsp to \Device\Null.
Corinna Vinschen
2013-10-26
1
-12
/
+9
*
* fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.
Corinna Vinschen
2013-10-24
1
-7
/
+1
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-50
/
+50
*
Add '#include "cygwait.h"' throughout, where appropriate.
Christopher Faylor
2012-06-17
1
-4
/
+5
*
* fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::write): Set
Corinna Vinschen
2012-02-09
1
-1
/
+2
*
* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.
Christopher Faylor
2011-12-25
1
-1
/
+1
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
1
-2
/
+2
*
* sigproc.cc (cygWFMO): Don't assume that cancellable event is always
Christopher Faylor
2011-12-04
1
-6
/
+2
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-17
/
+17
*
Corinna Vinschen <corinna@vinschen.de>
Christopher Faylor
2011-07-21
1
-33
/
+31
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-2
/
+2
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-47
/
+3
*
* fhandler_dsp.cc (fhandler_dev_dsp::Audio): Add fh member.
Corinna Vinschen
2011-05-04
1
-25
/
+95
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-1
/
+1
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-33
/
+35
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-3
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Set access to
Corinna Vinschen
2008-02-07
1
-0
/
+1
*
Change many cygheap allocation routines to their *_abort analogs.
Christopher Faylor
2007-11-26
1
-1
/
+1
*
* 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
[next]