summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pipe.cc
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-57/+57
* * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen2004-09-091-2/+4
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-09-031-4/+134
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-5/+5
* * include/cygwin/version.h: Bump DLL minor number to 9.Christopher Faylor2004-03-171-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-2/+2
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-021-2/+2
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-10/+39
* * fhandler_console.cc (fhandler_console::close): Remove obsolete test forChristopher Faylor2004-01-171-0/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-50/+67
* Remove left coercion throughout.Christopher Faylor2003-09-071-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-2/+2
* * pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist.Christopher Faylor2003-03-221-3/+6
* * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor2003-02-071-0/+1
* * pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor2003-02-071-1/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-3/+3
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor2003-01-031-1/+1
* * pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor2002-12-141-0/+1
* add FIXMEChristopher Faylor2002-12-141-0/+1
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-14/+35
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-111-2/+25
* * fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor2002-11-091-0/+28
* * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor2002-07-301-1/+0
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-0/+2
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-2/+2
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-2/+2
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * fhandler.h (fhandler_pipe::broken_pipe): Renamed from saweof.Christopher Faylor2001-11-051-3/+3
* * pipe.cc (fhandler_pipe::read): Narrow eof return to just the "broken pipe"Christopher Faylor2001-11-051-1/+1
* * fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor2001-11-031-2/+6
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-4/+2
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-1/+2
* Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor2001-10-241-1/+1
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-1/+0
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-35/+37
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-3/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * pipe.cc (fhandler_pipe::fixup_after_fork): New method.Christopher Faylor2001-09-291-4/+18
* * pipe.cc (fhandler_pipe::hit_eof): Return correct value when there is no EOFChristopher Faylor2001-09-281-1/+1
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-241-22/+50
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-0/+55
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-071-7/+7
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1