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-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
2010-04-21 * dtable.cc (dtable::init_std_file_from_handle): Set access mask forCorinna Vinschen
2010-04-20* path.cc (cygwin_create_path): Free memory on error.Christopher Faylor
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen
2010-04-20* cygerrno.h: Nevermind.Christopher Faylor
2010-04-20* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.Christopher Faylor
2010-04-20* cygerrno.h: Protect use of NTSTATUS for only when we need it.Christopher Faylor
2010-04-20* lib/_cygwin_crt0_common.cc: Remove unneeded declarations.Christopher Faylor
2010-04-20 * fhandler_tty.cc (fhandler_tty_slave::fch_set_sd): Remove commented outCorinna Vinschen
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen
2010-04-19 * dtable.cc (dtable::init_std_file_from_handle): Set dev toCorinna Vinschen
2010-04-19 * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen
2010-04-17 * sec_helper.cc (get_null_sd): Make static. Use PSECURITY_DESCRIPTORCorinna Vinschen