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
2011-06-30 * dtable.cc (fh_oom): Remove.Corinna Vinschen
2011-06-30 * dtable.cc (fh_oom): New static fhandler storage.Corinna Vinschen
2011-06-17 * dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,Corinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-13Rename FH_BAD to FH_NADA throughout.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-31* dtable.cc (dtable::select_write): Add missing argument to debug_printf.Christopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor
2011-04-04 * dtable.cc (dtable::init_std_file_from_handle): Fix a comment toCorinna Vinschen
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-04-21 * dtable.cc (dtable::init_std_file_from_handle): Set access mask forCorinna Vinschen
2010-04-19 * dtable.cc (dtable::init_std_file_from_handle): Set dev toCorinna Vinschen
2010-04-02* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-11-26 * dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather thanCorinna Vinschen
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake
2009-08-20 * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen
2009-08-18* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.Christopher Faylor
2009-08-10 * dtable.cc (DEV_SOCKET): New static WCHAR string. Name ofCorinna Vinschen
2009-08-09 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen
2009-08-05* cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor
2009-07-21 * dtable.cc (dup2): Correct return value for no-op.Corinna Vinschen
2009-07-06* dtable.cc (handle_to_fn): Detect failing NtQueryObject.Christopher Faylor
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen
2009-02-27* dtable.cc (dtable::select_read): Add ability to override fh.Christopher Faylor
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2008-10-17 * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-05-13 * path.cc (path_conv::set_normalized_path): Drop strip_tail argument.Corinna Vinschen
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-23* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor
2008-03-23* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-11 * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen
2008-03-08 * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen
2007-12-17* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor