summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_tty_slave::fchown): Initialize mode to 0.Corinna Vinschen2010-11-182-1/+5
* * setup2.sgml (setup-locale-ov): Document CJK ambiguous width changeCorinna Vinschen2010-11-183-12/+21
* * posix.sgml: Move llround and llroundf to implemented SUSv4 functions.Corinna Vinschen2010-11-153-3/+9
* * include/paths.h (_PATH_VARTMP): Define.Yaakov Selkowitz2010-11-022-0/+5
* * regtool.c (cmd_set): Write correct number of bytes for REG_MULTI_SZ case.Christopher Faylor2010-10-312-2/+7
* * localtime.cc (is_upper): Rename to isupper and include ctype.h to pull inChristopher Faylor2010-10-302-13/+27
* * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.Christopher Faylor2010-10-272-1/+6
* Tweak entry.Christopher Faylor2010-10-241-2/+2
* * dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor2010-10-245-16/+23
* * exceptions.cc (try_to_debug): Improve comment.Christopher Faylor2010-10-243-6/+13
* * pinfo.cc (pinfo::exit): Grab a tty lock before setting pgid.Christopher Faylor2010-10-232-0/+5
* * pinfo.cc (pinfo::exit): Reset tty pgrp to zero if no more handles open.Christopher Faylor2010-10-232-2/+11
* * fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.Christopher Faylor2010-10-232-1/+4
* * fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor2010-10-236-27/+68
* * winsup/cygwin/cygwin.din: Add llround and llroundf.Christopher Faylor2010-10-182-0/+6
* fix datesChristopher Faylor2010-10-161-7/+7
* *** empty log message ***Corinna Vinschen2010-10-091-1/+1
* * new-features.sgml (ov-new1.7.8): Document reinstantiation of theCorinna Vinschen2010-10-092-0/+11
* * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen2010-10-096-22/+354
* * new-features.sgml (ov-new1.7.8): Document new C99 complex API.Corinna Vinschen2010-10-082-1/+14
* * cygwin.din: Export new complex math functions from newlib.Corinna Vinschen2010-10-084-44/+99
* * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen2010-10-076-125/+117
* * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure theCorinna Vinschen2010-10-062-32/+86
* * path.h (enum pathconv_arg): Remove PC_CHECK_EA.Corinna Vinschen2010-10-052-1/+4
* * dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor2010-10-023-3/+13
* * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.Corinna Vinschen2010-10-025-44/+47
* * fhandler_procsys.cc (fhandler_procsys::exists): Return virt_noneCorinna Vinschen2010-10-022-0/+7
* * autoload.cc (std_dll_init): Add a retry loop.Christopher Faylor2010-10-012-8/+21
* * fhandler.cc: Drop including nfs.h.Corinna Vinschen2010-09-305-68/+110
* * path.cc (symlink_info::check): Remove erroneous assumption aboutCorinna Vinschen2010-09-302-4/+6
* * fhandler_tty.cc (fhandler_tty_slave::init): Revert to using tc->setpgid sinceChristopher Faylor2010-09-292-1/+6
* * fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor2010-09-293-3/+14
* * net.cc (getdomainname): Drop special case for NT4.Corinna Vinschen2010-09-282-16/+4
* Revert accidental previous login.Corinna Vinschen2010-09-287-109/+19
* * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen2010-09-287-15/+122
* * fhandler_tty.cc (fhandler_pty_master::setup): Always create masterCorinna Vinschen2010-09-282-20/+22
* * syscalls.cc (gethostid): Use correct path to ProductId registry value.Corinna Vinschen2010-09-282-1/+6
* * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. ChangeCorinna Vinschen2010-09-272-7/+12
* * new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.Corinna Vinschen2010-09-274-4/+14
* * mount.cc (fs_info::update): Remove erroneous NtClose on random handleCorinna Vinschen2010-09-272-1/+5
* * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen2010-09-262-2/+12
* * dcrt0.cc (__main): Force signal synchronization.Christopher Faylor2010-09-262-2/+4
* * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen2010-09-255-426/+74
* * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen2010-09-252-78/+81
* * autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor2010-09-243-7/+15
* * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen2010-09-244-2/+13
* * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen2010-09-247-3/+43
* * autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor2010-09-232-1/+6
* 2010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2010-09-212-4/+28
* * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen2010-09-212-4/+11