summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-5/+3
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-221-4/+4
* * fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor2002-05-121-1/+1
* * autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor2002-05-121-5/+14
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-8/+81
* * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen2002-04-121-0/+3
* 2002-03-15 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-191-0/+1
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+2
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-32/+32
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-24/+24
* * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen2002-02-091-7/+5
* * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen2002-02-081-1/+7
* * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen2002-01-011-1/+4
* * fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor2001-12-111-0/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-21/+25
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-10/+24
* * Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor2001-11-211-0/+20
* * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor2001-11-051-2/+2
* * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor2001-11-041-6/+4
* * fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor2001-11-031-35/+3
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-1/+1
* * fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor2001-11-021-11/+11
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-44/+41
* * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor2001-10-291-2/+1
* fix spelling errorsChristopher Faylor2001-10-281-1/+1
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-18/+18
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-6/+5
* * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen2001-10-161-3/+4
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-25/+25
* * dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor2001-10-081-9/+22
* Add second path_conv * argument to fstat()s throughout.Christopher Faylor2001-10-051-22/+23
* * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor2001-10-041-22/+15
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-6/+2
* * pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor2001-09-291-0/+1
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-241-3/+7
* * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor2001-09-221-0/+1
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-3/+6
* * fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor2001-09-201-2/+1
* * fhandler.h (fhandler_socket::fixup_after_exec): Remove inlineCorinna Vinschen2001-09-201-2/+2
* * fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliableChristopher Faylor2001-09-141-1/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-1/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor2001-09-011-2/+2
* space reduction.Christopher Faylor2001-08-311-2/+2
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-2/+11
* * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen2001-08-151-0/+3
* * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen2001-08-141-0/+13
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-071-1/+1
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+8