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-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
2009-08-09 * mount.cc (do_mount): Don't exit, just return.Corinna Vinschen
2009-08-09 * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,Corinna Vinschen
2009-08-09 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen
2009-08-082009-08-08 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2009-08-06 * net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV onlyCorinna Vinschen
2009-08-05* cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor
2009-08-05* path.cc (patch_conv::check): Zero path before setting it.Christopher Faylor
2009-08-05* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size ifChristopher Faylor
2009-08-04* fhandler.h (pdrive_buf): Defensively allocate one extra byte.Christopher Faylor
2009-08-04* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor
2009-08-03* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor
2009-08-01* path.h (path_conv::set_path): Change return value.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Fix one more path where retval was not set.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixedChristopher Faylor
2009-07-31 * path.h (cstrdup): Fix declaration.Corinna Vinschen
2009-07-30 * globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.Corinna Vinschen
2009-07-30 * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen
2009-07-30Fix formatting issue with last entryChris Sutcliffe
2009-07-29Correct disposition of wchar_t output in printf().Keith Marshall
2009-07-28 * mount.h (enum fs_info_type): New type.Corinna Vinschen
2009-07-282009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-28Convert to monolithic configuration procedure.Keith Marshall
2009-07-27 * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,Corinna Vinschen
2009-07-27 * posix.sgml (std-notes): Remove obsolete reference to CYGWIN=server.Corinna Vinschen
2009-07-26 * posix.sgml (std-notes): Add flock restriction.Corinna Vinschen
2009-07-25 * fhandler_console.cc (set_console_title): Set buffer size toCorinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor