summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pipe.cc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-55/+34
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-161-1/+1
* * pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.Christopher Faylor2005-04-081-5/+0
* * cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor2005-02-111-6/+1
* * pipe.cc (fhandler_pipe::read): Remove hold over from old read_stateChristopher Faylor2005-02-081-1/+0
* * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen2005-02-061-28/+91
* * cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor2005-02-061-2/+2
* * pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.Corinna Vinschen2005-02-021-4/+5
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-1/+1
* * pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fdCorinna Vinschen2005-02-011-0/+33
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-0/+7
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-0/+6
* 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-11-201-1/+1
* * 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