aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_windows.cc
AgeCommit message (Expand)AuthorFilesLines
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