| Commit message (Expand) | Author | Age | Files | Lines |
* | * exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrived | Christopher Faylor | 2009-10-08 | 2 | -1/+5 |
* | * fhandler_disk_file.cc (utimens_fs): Plug fd leak on EINVAL. | Eric Blake | 2009-10-08 | 2 | -0/+6 |
* | Support pseudo-reloc version 2 | Charles Wilson | 2009-10-07 | 6 | -28/+717 |
* | * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary token | Corinna Vinschen | 2009-10-07 | 2 | -0/+6 |
* | * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare. | Corinna Vinschen | 2009-10-07 | 3 | -1/+20 |
* | Add cygwin wrapper for ExitProcess and TerminateProcess. | Charles Wilson | 2009-10-06 | 6 | -5/+65 |
* | * exceptions.cc: Move global variable sigExeced... | Christopher Faylor | 2009-10-06 | 4 | -2/+8 |
* | * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers. | Dave Korn | 2009-10-04 | 2 | -1/+6 |
* | * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000. | Corinna Vinschen | 2009-10-04 | 2 | -0/+18 |
* | * syscalls.cc (internal_setlocale): Add comment. | Corinna Vinschen | 2009-10-04 | 2 | -0/+6 |
* | * faq-using.xml (faq.using.bloda): Add Lenovo IPS Core Service. | Dave Korn | 2009-10-03 | 2 | -0/+5 |
* | * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. Just | Corinna Vinschen | 2009-10-02 | 3 | -11/+31 |
* | * mkpasswd.c: Properly define __progname as __declspec(dllimport). | Christopher Faylor | 2009-10-02 | 2 | -2/+2 |
* | * setup2.sgml (setup-locale-ov): Fix typo in C+charset example. | Corinna Vinschen | 2009-10-02 | 2 | -3/+14 |
* | * dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here. | Christopher Faylor | 2009-10-02 | 3 | -23/+42 |
* | * new-features.sgml (ov-new1.7-file): Ctrl-X, not Ctrl-N. | Corinna Vinschen | 2009-09-30 | 4 | -74/+86 |
* | * fhandler_console.cc (beep): Move up to avoid forward declaration. | Corinna Vinschen | 2009-09-30 | 2 | -18/+35 |
* | * syscalls.cc (rename): Fix regression in rename("dir","d/"). | Eric Blake | 2009-09-30 | 2 | -11/+14 |
* | Make MinGW printf() "%p" format compatible with MSVCRT scanf(). | Keith Marshall | 2009-09-29 | 2 | -2/+28 |
* | * fhandler_socket.cc (fhandler_socket::recv_internal): Always call | Corinna Vinschen | 2009-09-29 | 2 | -1/+6 |
* | * fhandler.h (class dev_console): Constify charset parameter of | Corinna Vinschen | 2009-09-28 | 5 | -84/+101 |
* | * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8". | Corinna Vinschen | 2009-09-28 | 5 | -68/+77 |
* | * new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe. | Eric Blake | 2009-09-26 | 2 | -1/+5 |
* | Add fexecve, execvpe. | Eric Blake | 2009-09-26 | 5 | -3/+31 |
* | Fix some POSIX-compliance bugs in link, rename, mkdir. | Eric Blake | 2009-09-26 | 5 | -42/+109 |
* | * new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess, | Eric Blake | 2009-09-25 | 2 | -4/+13 |
* | Provide euidaccess, canonicalize_file_name; fix fchmodat. | Eric Blake | 2009-09-25 | 7 | -12/+65 |
* | * setup2.sgml (setup-locale-problems): Fix charset names of codepages | Corinna Vinschen | 2009-09-25 | 2 | -1/+6 |
* | Fix faccessat(,0) and access() semantics. | Eric Blake | 2009-09-25 | 7 | -25/+38 |
* | * setup2.sgml (setup-locale-problems): Document how to install | Eric Blake | 2009-09-25 | 2 | -0/+13 |
* | * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice in | Corinna Vinschen | 2009-09-24 | 2 | -4/+15 |
* | * kernel32.cc (CreateMutexW): Use correct access mask. | Corinna Vinschen | 2009-09-24 | 2 | -2/+7 |
* | * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSI | Corinna Vinschen | 2009-09-23 | 2 | -1/+8 |
* | Fix typo. | Corinna Vinschen | 2009-09-23 | 1 | -1/+1 |
* | * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pair | Corinna Vinschen | 2009-09-23 | 2 | -35/+73 |
* | * autoload.cc (WSARecv): Define. | Corinna Vinschen | 2009-09-22 | 3 | -6/+29 |
* | Make *at functions more like Linux. | Eric Blake | 2009-09-22 | 2 | -1/+38 |
* | * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handling | Corinna Vinschen | 2009-09-22 | 2 | -0/+6 |
* | * path.cc (symlink_worker): Rework error handling to generate Linux | Corinna Vinschen | 2009-09-22 | 2 | -4/+18 |
* | Match dup2 and fcntl error values to POSIX. | Eric Blake | 2009-09-22 | 6 | -5/+23 |
* | * ChangeLog-2002: Fix typo. | Eric Blake | 2009-09-22 | 2 | -2/+2 |
* | * cygheap.h (cwdstuff::get_posix): Convert to const inline method just | Corinna Vinschen | 2009-09-21 | 4 | -29/+40 |
* | * new-features.sgml (ov-new1.7-file): Add new hardlink behaviour on | Corinna Vinschen | 2009-09-21 | 3 | -2/+12 |
* | * fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlink | Corinna Vinschen | 2009-09-21 | 2 | -11/+8 |
* | * dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_malloc | Christopher Faylor | 2009-09-21 | 2 | -0/+11 |
* | * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to proper | Christopher Faylor | 2009-09-21 | 3 | -2/+16 |
* | * exceptions.cc (sigpacket::process): Explicitly set thread-specific handler | Christopher Faylor | 2009-09-19 | 2 | -1/+9 |
* | * exceptions.cc (sigpacket::process): Give sigwait() processing precedence even | Christopher Faylor | 2009-09-18 | 3 | -4/+12 |
* | * ntea.c (write_ea): Don't abort if not-samba. | Christopher Faylor | 2009-09-16 | 2 | -2/+11 |
* | Avoid multiple link time definitions of _printf() for C++ | Keith Marshall | 2009-09-01 | 2 | -1/+9 |