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-11-18 * fhandler_tty.cc (fhandler_tty_slave::fchown): Initialize mode to 0.Corinna Vinschen
2010-11-18 * setup2.sgml (setup-locale-ov): Document CJK ambiguous width changeCorinna Vinschen
2010-11-15 * posix.sgml: Move llround and llroundf to implemented SUSv4 functions.Corinna Vinschen
2010-11-02* include/paths.h (_PATH_VARTMP): Define.Yaakov Selkowitz
2010-10-31* regtool.c (cmd_set): Write correct number of bytes for REG_MULTI_SZ case.Christopher Faylor
2010-10-30* localtime.cc (is_upper): Rename to isupper and include ctype.h to pull inChristopher Faylor
2010-10-27* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.Christopher Faylor
2010-10-24Tweak entry.Christopher Faylor
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor
2010-10-24* exceptions.cc (try_to_debug): Improve comment.Christopher Faylor
2010-10-23* pinfo.cc (pinfo::exit): Grab a tty lock before setting pgid.Christopher Faylor
2010-10-23* pinfo.cc (pinfo::exit): Reset tty pgrp to zero if no more handles open.Christopher Faylor
2010-10-23* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.Christopher Faylor
2010-10-23* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor
2010-10-18* winsup/cygwin/cygwin.din: Add llround and llroundf.Christopher Faylor
2010-10-16fix datesChristopher Faylor
2010-10-09*** empty log message ***Corinna Vinschen
2010-10-09 * new-features.sgml (ov-new1.7.8): Document reinstantiation of theCorinna Vinschen
2010-10-09 * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen
2010-10-08 * new-features.sgml (ov-new1.7.8): Document new C99 complex API.Corinna Vinschen
2010-10-08 * cygwin.din: Export new complex math functions from newlib.Corinna Vinschen
2010-10-07 * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen
2010-10-07 * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure theCorinna Vinschen
2010-10-05 * path.h (enum pathconv_arg): Remove PC_CHECK_EA.Corinna Vinschen
2010-10-02* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor
2010-10-02 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.Corinna Vinschen
2010-10-02 * fhandler_procsys.cc (fhandler_procsys::exists): Return virt_noneCorinna Vinschen
2010-10-02* autoload.cc (std_dll_init): Add a retry loop.Christopher Faylor
2010-09-30 * fhandler.cc: Drop including nfs.h.Corinna Vinschen
2010-09-30 * path.cc (symlink_info::check): Remove erroneous assumption aboutCorinna Vinschen
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Revert to using tc->setpgid sinceChristopher Faylor
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor
2010-09-28 * net.cc (getdomainname): Drop special case for NT4.Corinna Vinschen
2010-09-28 Revert accidental previous login.Corinna Vinschen
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen
2010-09-28 * fhandler_tty.cc (fhandler_pty_master::setup): Always create masterCorinna Vinschen
2010-09-28 * syscalls.cc (gethostid): Use correct path to ProductId registry value.Corinna Vinschen
2010-09-27 * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. ChangeCorinna Vinschen
2010-09-27 * new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.Corinna Vinschen
2010-09-27 * mount.cc (fs_info::update): Remove erroneous NtClose on random handleCorinna Vinschen
2010-09-26 * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen
2010-09-26* dcrt0.cc (__main): Force signal synchronization.Christopher Faylor
2010-09-26 * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen
2010-09-25 * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen
2010-09-24* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor
2010-09-24 * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen
2010-09-24* autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor
2010-09-222010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet
2010-09-21 * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen