summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen2002-09-041-4/+4
* (inspired by a patch from Egor Duda)Christopher Faylor2002-08-311-2/+0
* * miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor2002-08-301-0/+3
* * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen2002-08-261-2/+2
* * fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor2002-08-191-0/+1
* * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott2002-08-121-3/+0
* * cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor2002-08-021-1/+2
* * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.Corinna Vinschen2002-07-311-1/+1
* * fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual.Christopher Faylor2002-07-311-1/+1
* * fhandler.h (class fhandler_serial): Add new members ofCorinna Vinschen2002-07-221-0/+3
* * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen2002-07-061-6/+9
* * fhandler.h (UNCONNECTED): New define.Corinna Vinschen2002-07-051-0/+9
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-6/+7
* * fhandler.h (fhandler_process::pid): New field.Christopher Faylor2002-06-301-2/+2
* * fhandler.h (fhandler_process::p): New field.Christopher Faylor2002-06-301-1/+2
* * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen2002-06-261-0/+15
* * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen2002-06-101-2/+0
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-4/+5
* * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen2002-06-041-0/+2
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-4/+2
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-311-2/+2
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-2/+14
* * 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