OSDN Git Service

Perform whitespace cleanup throughout.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / pipe.cc
2008-02-15 cgfPerform whitespace cleanup throughout.
2008-01-01 cgf* tty.cc: Update copyright.
2008-01-01 cgf* newsym: First stab at understanding data as well...
2007-12-16 cgf* dtable.cc (POSIX_NAMED_PIPE): New define.
2007-11-08 cgfrevert premature checkin
2007-11-08 cgf* dllfixdbg: Eliminate extra objcopy step.
2007-07-10 cgf* debug.cc (close_handle): Change debug output format...
2007-07-07 cgfPreliminary change to make fifos/pipes interruptible...
2007-02-27 corinna * fhandler.cc(fhandler_base::open): Open with READ_CON...
2007-02-23 corinna * fhandler.h (class fhandler_pipe): Remove members...
2006-12-11 cgf* child_info.h (child_info_spawn::__stdin): New element.
2006-08-07 corinna * autoload.cc (NtSetInformationFile): Define.
2006-07-17 cgfGCC 4.1 fixes.
2006-05-25 cgf* debug.h (ModifyHandle): Define new macro.
2006-05-21 cgf* fhandle.h (fhandler_pipe::create_guard): Revert chang...
2006-05-21 cgf* debug.cc (add_handle): Print handle value when collis...
2006-04-27 corinna * pipe.cc (DEFAULT_PIPEBUFSIZE): Raise to 64K.
2005-12-19 cgf* fhandler.h (fhandler_pipe::fixup_in_child): Declare...
2005-10-24 cgf* cygheap.h (cygheap_fdenum): Remove start_fd stuff.
2005-10-17 cgfChange process_lock to lock_process throughout. Change...
2005-09-28 corinna Revert erroneous checkin.
2005-09-28 corinna * fhandler.h (class fhandler_dev_raw): Delete current_...
2005-09-17 cgf* pipe.cc (fhandler_pipe::open): Use 'cfree' to free...
2005-09-14 cgfRemove some more unneeded 'return;'s throughout.
2005-07-06 cgfEliminate (void) cast on standalone function calls...
2005-04-22 cgf* fhandler.cc (fhandler_base::read): Remove unused...
2005-04-16 cgf* fhandler.cc (fhandler::dup): Duplicate flags, too.
2005-04-08 cgf* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.
2005-02-11 cgf* cygthread.cc (cygthread::release): Reset ev here...
2005-02-08 cgf* pipe.cc (fhandler_pipe::read): Remove hold over from...
2005-02-06 corinna * path.cc (path_conv::check): Leave symlink expansion...
2005-02-06 cgf* cygthread.h (cygthread::terminate_thread): Reflect...
2005-02-02 corinna * pipe.cc (fhandler_pipe::dup): Fix conditionals in...
2005-02-01 cgf* cygthread.cc (cygthread::terminate_thread): Wait...
2005-02-01 corinna * pipe.cc (fhandler_pipe::open): Allow re-opening...
2005-02-01 corinna * fhandler.cc (fhandler_base::get_proc_fd_name): Don...
2005-01-31 corinna * cygheap.h (class cygheap_fdenum): New class to enume...
2004-11-20 phumblet2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
2004-09-12 cgf* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-09-09 corinna * pipe.cc (create_selectable_pipe): Work around bug...
2004-09-03 cgfChristopher Faylor <cgf@timesys.com>
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-03-17 cgf* include/cygwin/version.h: Bump DLL minor number to 9.
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2004-02-02 cgf* fhandler.h (*::fixup_after_exec): Eliminate unused...
2004-02-02 cgfThroughout, change name from set_inheritance to set_no_...
2004-01-23 cgf* configure.in: Remove NEWVFORK default.
2004-01-17 cgf* fhandler_console.cc (fhandler_console::close): Remove...
2003-09-25 cgf* devices.cc: New file.
2003-09-07 cgfRemove left coercion throughout.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2003-03-22 cgf* pipe.cc (fhandler_pipe::dup): Don't dup input_handle...
2003-02-07 cgf* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid...
2003-02-07 cgf* pipe.cc (fhandler_pipe::close): Avoid extraneous...
2003-02-04 cgfEliminate most unneeded this-> pointers throughout.
2003-01-10 corinna Split ChangeLog, create ChangeLog-2002.
2003-01-03 cgf* dtable.h (dtable::in_vfork_cleanup): New function...
2002-12-14 cgf* pipe.cc (make_pipe): Set fork fixup flag for read...
2002-12-14 cgfadd FIXME
2002-12-14 cgfThroughout, change fhandler_*::read and fhandler_*...
2002-12-11 cgf* cygthread.h (cygthread::stack_ptr): New element.
2002-11-09 cgf* fhandler.h (class fhandler_pipe): New ioctl() method.
2002-07-30 cgf* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.
2002-07-03 cgf* cygheap.cc (init_cheap): Rearrange error message.
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-02-25 corinna * cygwin.din (fstat64): New symbol.
2002-02-10 corinna * child_info.h, cygheap.h, fhandler_clipboard.cc,...
2002-02-10 corinna * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler...
2001-11-05 cgfEliminate excess whitespace.
2001-11-05 cgf* fhandler.h (fhandler_pipe::broken_pipe): Renamed...
2001-11-05 cgf* pipe.cc (fhandler_pipe::read): Narrow eof return...
2001-11-03 cgf* fhandler.cc (fhandler_base::read): Return just read...
2001-11-03 cgf* dll_init.h (class dll_list): Reorder functions to...
2001-11-01 cgf* dtable.cc (dtable::build_fhandler): Issue internal...
2001-10-24 cgfEnsure that all fhandler_*::read definitions are __stdc...
2001-10-22 cgfRemove 'cb' parameter and modify fhandler_* constructor...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-13 cgf* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-29 cgf* pipe.cc (fhandler_pipe::fixup_after_fork): New method.
2001-09-28 cgf* pipe.cc (fhandler_pipe::hit_eof): Return correct...
2001-09-24 cgf* fhandler.h (fhandler_pipe::hit_eof): New method.
2001-09-22 cgf* exceptions.cc (setup_handler): Always relinquish...
2001-09-11 cgfUpdate copyrights.
2001-08-07 cgf* cygheap.cc (cygheap_root::set): Avoid treating '...
2001-07-26 cgfThroughout, reorganize header file inclusion to put...
2001-04-18 cgfThroughout, change fdtab references to cygheap->fdtab.
2000-10-07 cgf* fhandler.h (fhandler_base): Remove obsolete _rpos...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-04 cgf* path.cc (readlink): Check if buffer length is positiv...
2000-08-24 cgf* environ.cc (parse_thing): nobinmode should force...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-03-15 cgfPipe changes throughout suggested by Eric Fifer <EFifer...
2000-02-24 cgf* exceptions.cc (interruptible): Change method for...
next