aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pipe.cc
AgeCommit message (Expand)AuthorFilesLines
2005-10-24* cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor1-1/+1
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor1-2/+1
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-6/+6
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-6/+6
2005-09-17* pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is nowChristopher Faylor1-1/+1
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-55/+34
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor1-1/+1
2005-04-08* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.Christopher Faylor1-5/+0
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor1-6/+1
2005-02-08* pipe.cc (fhandler_pipe::read): Remove hold over from old read_stateChristopher Faylor1-1/+0
2005-02-06 * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen1-28/+91
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor1-2/+2
2005-02-02 * pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.Corinna Vinschen1-4/+5
2005-02-01* cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor1-1/+1
2005-02-01 * pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fdCorinna Vinschen1-0/+33
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen1-0/+7
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-0/+6
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-57/+57
2004-09-09 * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen1-2/+4
2004-09-03Christopher Faylor <cgf@timesys.com>Christopher Faylor1-4/+134
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-5/+5
2004-03-17* include/cygwin/version.h: Bump DLL minor number to 9.Christopher Faylor1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-2/+2
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-2/+2
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-10/+39
2004-01-17* fhandler_console.cc (fhandler_console::close): Remove obsolete test forChristopher Faylor1-0/+3
2003-09-25* devices.cc: New file.Christopher Faylor1-50/+67
2003-09-07Remove left coercion throughout.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-2/+2
2003-03-22* pipe.cc (fhandler_pipe::dup): Don't dup input_handle if it doesn't exist.Christopher Faylor1-3/+6
2003-02-07* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor1-0/+1
2003-02-07* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor1-1/+1
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-3/+3
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor1-1/+1
2002-12-14* pipe.cc (make_pipe): Set fork fixup flag for read pipe.Christopher Faylor1-0/+1
2002-12-14add FIXMEChristopher Faylor1-0/+1
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-14/+35
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor1-2/+25
2002-11-09* fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor1-0/+28
2002-07-30* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor1-1/+0
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor1-0/+2
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-2/+1
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-2/+2