summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrivedChristopher Faylor2009-10-082-1/+5
* * fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL.Eric Blake2009-10-082-0/+6
* Support pseudo-reloc version 2Charles Wilson2009-10-076-28/+717
* * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen2009-10-072-0/+6
* * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen2009-10-073-1/+20
* Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson2009-10-066-5/+65
* * exceptions.cc: Move global variable sigExeced...Christopher Faylor2009-10-064-2/+8
* * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.Dave Korn2009-10-042-1/+6
* * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.Corinna Vinschen2009-10-042-0/+18
* * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen2009-10-042-0/+6
* * faq-using.xml (faq.using.bloda): Add Lenovo IPS Core Service.Dave Korn2009-10-032-0/+5
* * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen2009-10-023-11/+31
* * mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor2009-10-022-2/+2
* * setup2.sgml (setup-locale-ov): Fix typo in C+charset example.Corinna Vinschen2009-10-022-3/+14
* * dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor2009-10-023-23/+42
* * new-features.sgml (ov-new1.7-file): Ctrl-X, not Ctrl-N.Corinna Vinschen2009-09-304-74/+86
* * fhandler_console.cc (beep): Move up to avoid forward declaration.Corinna Vinschen2009-09-302-18/+35
* * syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake2009-09-302-11/+14
* Make MinGW printf() "%p" format compatible with MSVCRT scanf().Keith Marshall2009-09-292-2/+28
* * fhandler_socket.cc (fhandler_socket::recv_internal): Always callCorinna Vinschen2009-09-292-1/+6
* * fhandler.h (class dev_console): Constify charset parameter ofCorinna Vinschen2009-09-285-84/+101
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-285-68/+77
* * new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe.Eric Blake2009-09-262-1/+5
* Add fexecve, execvpe.Eric Blake2009-09-265-3/+31
* Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake2009-09-265-42/+109
* * new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess,Eric Blake2009-09-252-4/+13
* Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake2009-09-257-12/+65
* * setup2.sgml (setup-locale-problems): Fix charset names of codepagesCorinna Vinschen2009-09-252-1/+6
* Fix faccessat(,0) and access() semantics.Eric Blake2009-09-257-25/+38
* * setup2.sgml (setup-locale-problems): Document how to installEric Blake2009-09-252-0/+13
* * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice inCorinna Vinschen2009-09-242-4/+15
* * kernel32.cc (CreateMutexW): Use correct access mask.Corinna Vinschen2009-09-242-2/+7
* * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSICorinna Vinschen2009-09-232-1/+8
* Fix typo.Corinna Vinschen2009-09-231-1/+1
* * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pairCorinna Vinschen2009-09-232-35/+73
* * autoload.cc (WSARecv): Define.Corinna Vinschen2009-09-223-6/+29
* Make *at functions more like Linux.Eric Blake2009-09-222-1/+38
* * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handlingCorinna Vinschen2009-09-222-0/+6
* * path.cc (symlink_worker): Rework error handling to generate LinuxCorinna Vinschen2009-09-222-4/+18
* Match dup2 and fcntl error values to POSIX.Eric Blake2009-09-226-5/+23
* * ChangeLog-2002: Fix typo.Eric Blake2009-09-222-2/+2
* * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen2009-09-214-29/+40
* * new-features.sgml (ov-new1.7-file): Add new hardlink behaviour onCorinna Vinschen2009-09-213-2/+12
* * fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlinkCorinna Vinschen2009-09-212-11/+8
* * dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_mallocChristopher Faylor2009-09-212-0/+11
* * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to properChristopher Faylor2009-09-213-2/+16
* * exceptions.cc (sigpacket::process): Explicitly set thread-specific handlerChristopher Faylor2009-09-192-1/+9
* * exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor2009-09-183-4/+12
* * ntea.c (write_ea): Don't abort if not-samba.Christopher Faylor2009-09-162-2/+11
* Avoid multiple link time definitions of _printf() for C++Keith Marshall2009-09-012-1/+9