summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pipe.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * tty.cc: Update copyright.Christopher Faylor2008-01-011-2/+2
* * newsym: First stab at understanding data as well as functions.Christopher Faylor2008-01-011-13/+12
* * dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor2007-12-161-4/+153
* revert premature checkinChristopher Faylor2007-11-081-49/+4
* * dllfixdbg: Eliminate extra objcopy step.Christopher Faylor2007-11-081-4/+49
* * debug.cc (close_handle): Change debug output format slightly.Christopher Faylor2007-07-101-4/+4
* Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor2007-07-071-140/+17
* * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen2007-02-271-0/+7
* * fhandler.h (class fhandler_pipe): Remove members writepipe_exists,Corinna Vinschen2007-02-231-68/+4
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-1/+2
* * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen2006-08-071-0/+14
* GCC 4.1 fixes.Christopher Faylor2006-07-171-1/+2
* * debug.h (ModifyHandle): Define new macro.Christopher Faylor2006-05-251-3/+6
* * fhandle.h (fhandler_pipe::create_guard): Revert change which eliminatedChristopher Faylor2006-05-211-27/+41
* * debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor2006-05-211-40/+28
* * pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.Corinna Vinschen2006-04-271-1/+1
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-2/+9
* * cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor2005-10-241-1/+1
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-2/+1
* Revert erroneous checkin.Corinna Vinschen2005-09-281-6/+6
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-6/+6
* * pipe.cc (fhandler_pipe::open): Use 'cfree' to free buffer since it is nowChristopher Faylor2005-09-171-1/+1
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* 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