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
path: root/winsup
AgeCommit message (Expand)Author
2009-09-22 * autoload.cc (WSARecv): Define.Corinna Vinschen
2009-09-22Make *at functions more like Linux.Eric Blake
2009-09-22 * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handlingCorinna Vinschen
2009-09-22 * path.cc (symlink_worker): Rework error handling to generate LinuxCorinna Vinschen
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake
2009-09-22* ChangeLog-2002: Fix typo.Eric Blake
2009-09-21 * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen
2009-09-21 * new-features.sgml (ov-new1.7-file): Add new hardlink behaviour onCorinna Vinschen
2009-09-21 * fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlinkCorinna Vinschen
2009-09-21* dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_mallocChristopher Faylor
2009-09-21* external.cc (cygwin_internal): Add hack to always reset cxx_malloc to properChristopher Faylor
2009-09-19* exceptions.cc (sigpacket::process): Explicitly set thread-specific handlerChristopher Faylor
2009-09-19* exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor
2009-09-16* ntea.c (write_ea): Don't abort if not-samba.Christopher Faylor
2009-09-02Avoid multiple link time definitions of _printf() for C++Keith Marshall
2009-09-01* select.cc (peek_console): Always check window size when there is ANY keyboardChristopher Faylor
2009-08-312009-08-30 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-08-27 * path.h (INTERIX_SYMLINK_COOKIE): Define.Corinna Vinschen
2009-08-26 * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLsCorinna Vinschen
2009-08-26 * new-features.sgml (ov-new1.7-posix): Add "KOI8-R" and "KOI8-U"Corinna Vinschen
2009-08-25 * mount.cc (fs_info::update): Add comment.Corinna Vinschen
2009-08-24 * globals.cc (ro_u_volume): New R/O unicode string.Corinna Vinschen
2009-08-22* cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866Christopher Faylor
2009-08-22 * setup2.sgml (setup-locale-charsetlist): Add description ofCorinna Vinschen
2009-08-22* dll_init.h (has_dtors): New flag.Christopher Faylor
2009-08-22* fcntl.cc (fcntl64): Detect negative fd as error.Christopher Faylor
2009-08-21 * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. DeleteCorinna Vinschen
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-18 * Makefile.in (CXXFLAGS): Allow override.Corinna Vinschen
2009-08-18* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.Christopher Faylor
2009-08-18* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,Christopher Faylor
2009-08-17* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.Christopher Faylor
2009-08-152009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix lengthCorinna Vinschen
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir): Change commentCorinna Vinschen
2009-08-14 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): RemoveCorinna Vinschen
2009-08-14 * (fhandler_socket::getsockname): Fix length returned for unboundCorinna Vinschen
2009-08-13 * fhandler_socket.cc (fhandler_socket::accept): Use sizeof ratherCorinna Vinschen
2009-08-13 * fhandler.h (class fhandler_socket): Add peer_sun_path member.Corinna Vinschen
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen
2009-08-13 * faq-using.xml (faq.using.bloda): Typofix MacAfee -> McAfee.Dave Korn
2009-08-12 * fhandler_socket.cc (fhandler_socket::accept): Always use localCorinna Vinschen
2009-08-11 * mkgroup.c (enum_local_groups): Avoid error message if given groupCorinna Vinschen
2009-08-11 * include/limits.h (NGROUPS_MAX): Set to a more sane value.Corinna Vinschen
2009-08-10 * spawn.cc (av::fixup): Check shell scripts for executability only onCorinna Vinschen
2009-08-10 * dtable.cc (DEV_SOCKET): New static WCHAR string. Name ofCorinna Vinschen
2009-08-10* fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd inChristopher Faylor
2009-08-10 * fhandler_console.cc (create_invisible_console_workaround): FixCorinna Vinschen
2009-08-10 * mingw: Add fallbacks to search for MinGW components in standardDave Korn