Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-07Cygwin: rename pipe.cc to fhandler_pipe.ccCorinna Vinschen
2019-01-05Cygwin: pipe: use /proc/PID/fd/... or /proc/self/fd/... nameCorinna Vinschen
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray
2016-06-25Remove leftover useless copyright hintsCorinna Vinschen
2016-06-24Drop has_pipe_reject_remote_clients flagCorinna Vinschen
2016-01-11Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-05-12* DevNotes: Add entry cgf-000005.Christopher Faylor
2012-04-30* fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen
2012-01-23* fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-12* pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging infoChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-24* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-23* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-08-15 * pipe.cc (pipe): Just call _pipe with O_BINARY mode. Move code toCorinna Vinschen
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor
2011-06-30 * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen
2011-05-31* dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor
2011-05-05* fhandler.cc (fhandler_base_overlapped::raw_read): Rename fromChristopher Faylor
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen
2011-03-09* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor
2010-08-14 * pipe.cc (fhandler_pipe::open): Duplicate content of opened pipeCorinna Vinschen
2010-04-02* fhandler.h (fhandler_base::setup_overlapped): Delete virtual declaration.Christopher Faylor
2010-03-31* fhandler.cc (fhandler_base::dup): Call setup_overlapped unconditionally.Christopher Faylor
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-12-09* fhandler_fifo.cc (fhandler_fifo::open): Avoid resetting errno after it hasChristopher Faylor
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-08-17* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor
2009-08-04* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor
2009-01-27* fhandler.cc (fhandler_base::wait_overlapped): Set bytes to -1 on EINTR orChristopher Faylor
2008-12-23* fhandler.h (fhandler_base_setup_overlapped): Add new argument.Christopher Faylor
2008-12-22* pipe.cc (getov_result): Minor cleanup.Christopher Faylor
2008-12-21* pipe.cc (getov_result): Add parameters to facilitate better EOF checking.Christopher Faylor
2008-09-11* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-08-26 * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen