aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2010-10-09*** empty log message ***Corinna Vinschen1-1/+1
2010-10-09 * new-features.sgml (ov-new1.7.8): Document reinstantiation of theCorinna Vinschen2-0/+11
2010-10-09 * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen6-22/+354
2010-10-08 * new-features.sgml (ov-new1.7.8): Document new C99 complex API.Corinna Vinschen2-1/+14
2010-10-08 * cygwin.din: Export new complex math functions from newlib.Corinna Vinschen4-44/+99
2010-10-07 * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen6-125/+117
2010-10-06 * posix_ipc.cc (ipc_mutex_init): Call NtCreateMutant to make sure theCorinna Vinschen2-32/+86
2010-10-05 * path.h (enum pathconv_arg): Remove PC_CHECK_EA.Corinna Vinschen2-1/+4
2010-10-02* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor3-3/+13
2010-10-02 * fhandler_disk_file.cc (fhandler_base::fstat_by_nfs_ea): Simplify.Corinna Vinschen5-44/+47
2010-10-02 * fhandler_procsys.cc (fhandler_procsys::exists): Return virt_noneCorinna Vinschen2-0/+7
2010-10-01* autoload.cc (std_dll_init): Add a retry loop.Christopher Faylor2-8/+21
2010-09-30 * fhandler.cc: Drop including nfs.h.Corinna Vinschen5-68/+110
2010-09-30 * path.cc (symlink_info::check): Remove erroneous assumption aboutCorinna Vinschen2-4/+6
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Revert to using tc->setpgid sinceChristopher Faylor2-1/+6
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor3-3/+14
2010-09-28 * net.cc (getdomainname): Drop special case for NT4.Corinna Vinschen2-16/+4
2010-09-28 Revert accidental previous login.Corinna Vinschen7-109/+19
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen7-15/+122
2010-09-28 * fhandler_tty.cc (fhandler_pty_master::setup): Always create masterCorinna Vinschen2-20/+22
2010-09-28 * syscalls.cc (gethostid): Use correct path to ProductId registry value.Corinna Vinschen2-1/+6
2010-09-27 * pathnames.sgml (mount-table): Fix pathnames-mount-ex example. ChangeCorinna Vinschen2-7/+12
2010-09-27 * new-features.sgml (ov-new1.7.8): Document dropped NT4 pre-SP4 support.Corinna Vinschen4-4/+14
2010-09-27 * mount.cc (fs_info::update): Remove erroneous NtClose on random handleCorinna Vinschen2-1/+5
2010-09-26 * uinfo.cc (cygheap_user::init): Call GetUserNameW and convert toCorinna Vinschen2-2/+12
2010-09-26* dcrt0.cc (__main): Force signal synchronization.Christopher Faylor2-2/+4
2010-09-25 * fhandler_socket.cc (fhandler_socket::bind): Drop has_exclusiveaddruseCorinna Vinschen5-426/+74
2010-09-25 * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen2-78/+81
2010-09-24* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor3-7/+15
2010-09-24 * fhandler.cc (fhandler_base::open): Handle query_write_dac flag.Corinna Vinschen4-2/+13
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen7-3/+43
2010-09-23* autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor2-1/+6
2010-09-212010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2-4/+28
2010-09-21 * path.cc (cwdstuff::set): Replace constant 2 with sizeof(WCHAR) whereCorinna Vinschen2-4/+11
2010-09-21 * mount.h (class fs_info): Add has_buggy_reopen flag and accessorCorinna Vinschen7-28/+50
2010-09-21 * fhandler.cc (fhandler_base::open): Always open NFS files withCorinna Vinschen4-11/+52
2010-09-20* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor5-15/+23
2010-09-20* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks toChristopher Faylor3-3/+15
2010-09-19* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor5-14/+45
2010-09-18* overview2.sgml: Remove cheerful paragraph which implied that it was ok toChristopher Faylor2-8/+15
2010-09-18 * setup2.sgml (setup-locale-how): Fix typo.Corinna Vinschen2-1/+5
2010-09-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch numberCorinna Vinschen2-14/+27
2010-09-14 * path.cc (symlink_info::check): Make sure AllocationSize and EndOfFileCorinna Vinschen2-0/+14
2010-09-13 * fhandler_process.cc (get_mem_values): Simplify code. FixCorinna Vinschen2-23/+37
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen8-180/+146
2010-09-12 * sec_acl.cc (acl_worker): Remove.Corinna Vinschen3-14/+19
2010-09-12* sigproc.cc (sig_dispatch_pending): Remove debugging statement.Christopher Faylor2-4/+8
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor5-17/+26
2010-09-12 * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen2-42/+97
2010-09-11 * new-features.sgml: Mention fenv support.Dave Korn2-0/+15