aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_windows.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-161/+0
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-05-29Cygwin: remove regparm.hKen Brown1-1/+1
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen1-2/+2
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-2/+0
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen1-42/+21
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-29/+33
2012-06-19Revert errneous checkin.Christopher Faylor1-2/+1
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-1/+2
2011-07-21Corinna Vinschen <corinna@vinschen.de>Christopher Faylor1-2/+1
2011-05-01 * fhandler_windows.cc (fhandler_windows::read): UseCorinna Vinschen1-4/+2
2011-05-01 Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen1-12/+54
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-1/+1
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+2
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen1-2/+0
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-3/+3
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-2/+3
2003-09-07* cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor1-1/+1
2003-09-07Remove left coercion throughout.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-3/+3
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-11/+10
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+1
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-1/+1
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-4/+1
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-2/+2
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-0/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+2
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+145