aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2002-03-192002-03-15 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+1
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+2
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-32/+32
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-24/+24
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen1-7/+5
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen1-1/+7
2002-01-01 * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen1-1/+4
2001-12-11* fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor1-0/+1
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-21/+25
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor1-10/+24
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor1-0/+20
2001-11-05* fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor1-2/+2
2001-11-04* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor1-6/+4
2001-11-03* fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor1-35/+3
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor1-1/+1
2001-11-02* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor1-11/+11
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor1-44/+41
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor1-2/+1
2001-10-28fix spelling errorsChristopher Faylor1-1/+1
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor1-18/+18
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-6/+5
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen1-3/+4
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-25/+25
2001-10-08* dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor1-9/+22
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor1-22/+23
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor1-22/+15
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-6/+2
2001-09-29* pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor1-0/+1
2001-09-24* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor1-3/+7
2001-09-22* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor1-0/+1
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor1-3/+6
2001-09-20* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor1-2/+1
2001-09-20 * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen1-2/+2
2001-09-14* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliableChristopher Faylor1-1/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor1-2/+2
2001-08-31space reduction.Christopher Faylor1-2/+2
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-2/+11
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen1-0/+3
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen1-0/+13
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor1-1/+1
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+8
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor1-1/+0
2001-06-22 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen1-0/+1
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda1-0/+1
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda1-20/+25
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor1-0/+7
2001-05-24* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor1-0/+1