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
2010-06-21* dcrt0.cc (__api_fatal): Temporarily generate a stackdump.Christopher Faylor
2010-06-21* tls_pbuf.cc (tmp_pathbuf::w_get): Report what's failing when too many buffersChristopher Faylor
2010-06-17 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch statCorinna Vinschen
2010-06-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Use handleCorinna Vinschen
2010-06-15 * dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicatedCorinna Vinschen
2010-06-15 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Fix indentation.Corinna Vinschen
2010-06-15 * fhandler_disk_file.cc (path_conv::get_ino_by_handle): Convert fromCorinna Vinschen
2010-06-15 * path.cc (path_conv::check): Return with ENOTDIR if component is aCorinna Vinschen
2010-06-14 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2010-04-29.Corinna Vinschen
2010-06-12* times.cc (gtod): Move to sharable region.Christopher Faylor
2010-06-09 * path.cc (symlink_info::check_shortcut): Use ro_u_empty rather thanCorinna Vinschen
2010-06-08 * path.cc (symlink_info::check): Set h to NULL after closing handleCorinna Vinschen
2010-06-07 * include/sys/stdio.h: Remove _GNU_SOURCE guard around getlineCorinna Vinschen
2010-06-02 * ntdll.h (STATUS_BAD_NETWORK_PATH): Define.Corinna Vinschen
2010-06-01 * exceptions.cc (open_stackdumpfile): Correctly append .stackdumpCorinna Vinschen
2010-06-01 * fhandler_netdrive.cc (fhandler_netdrive::exists): Always free WNetCorinna Vinschen
2010-05-31 * cygheap.cc (cygheap_user::set_name): Allow to change the user nameCorinna Vinschen
2010-05-26 * fhandler_registry.cc (multi_wcstombs): New function.Corinna Vinschen
2010-05-26* hires.h (hires_base::reset): New function.Christopher Faylor
2010-05-26 * path.cc (symlink_info::check): Don't try to handle remote reparseCorinna Vinschen
2010-05-26 * include/inttypes.h: Change PTR definitions to int to align with theCorinna Vinschen
2010-05-26 * fhandler.h (class fhandler_pty_master): Add master_thread member.Corinna Vinschen
2010-05-26 * nlsfuncs.cc (__set_lc_time_from_win): Use LOCALE_SMONTHNAME1Corinna Vinschen
2010-05-192010-04-27 Danny Smith <dannysmith@users.sourceforge.net>Chris Sutcliffe
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2010-05-08* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor
2010-05-07 * fhandler_tty.cc (fhandler_tty_slave::init): Disable grabbingCorinna Vinschen
2010-05-06 * path.cc (path_conv::check): Drop setting sym.pflags before callingCorinna Vinschen
2010-05-03* dll_init.cc (dll_list::alloc): Add debugging assertion.Christopher Faylor
2010-04-29 * dlfcn.cc (get_full_path_of_dll): Handle non-existent file.Corinna Vinschen
2010-04-29 * new-features.sgml (ov-new1.7.6): Add new "dos" and "inode" mountCorinna Vinschen
2010-04-29 * utils.sgml (mount): Add description for "dos" and "ihash" mountCorinna Vinschen
2010-04-29 * path.cc: Include sys/cygwin.h if built for mount(1).Corinna Vinschen
2010-04-29 * mount.cc (struct opt): Add "dos" and "ihash" options.Corinna Vinschen
2010-04-29 * mount.cc (oopts): Remove entirely.Corinna Vinschen
2010-04-29 * external.cc (cygwin_internal): Add CW_CVT_MNT_OPTS to allow mountCorinna Vinschen
2010-04-28 * mount.cc (compare_flags): New function.Corinna Vinschen
2010-04-28 * include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2010-04-28 * new-features.sgml (ov-new1.7.6): Add locale wide-char changes.Corinna Vinschen
2010-04-28 * locale.cc (print_lc_xxx_charset): Remove.Corinna Vinschen
2010-04-28 * cygwin.din (__locale_mb_cur_max): Export.Corinna Vinschen
2010-04-28* spawn.cc (find_exec): Use the first detected errno when lookup fails.Christopher Faylor
2010-04-27 * include/regex.h: Include _ansi.h to avoid missing out on preprocessorCorinna Vinschen
2010-04-26 * mount.h (fs_info::inited): New inline method.Corinna Vinschen
2010-04-23 * path.h (get_nt_native_path): Add third parameter to declaration andCorinna Vinschen
2010-04-22 * path.cc (symlink_info::check): Make sure to restart only once.Corinna Vinschen
2010-04-22 * mount.cc (GETVOLINFO_VALID_MASK): Drop FILE_SEQUENTIAL_WRITE_ONCECorinna Vinschen
2010-04-22 * path.cc (symlink_info::check): Fix a comment.Corinna Vinschen
2010-04-22 * cygserver.sgml: Note the fact that slave tty/pty handle dispersal isCorinna Vinschen
2010-04-21 * fhandler_termios.cc (tcinit): Remove previously applied change.Corinna Vinschen