summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_dsp.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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