summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Check for 64 FP instructions availability in libm before using themThomas Preud'homme2015-12-097-6/+16
* Add missing checks for __SNLK flagCorinna Vinschen2015-12-085-15/+39
* Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen2015-12-083-1/+10
* Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen2015-12-082-26/+15
* Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen2015-12-084-12/+20
* Fix minor style issue in _dll_crt0.Corinna Vinschen2015-12-071-1/+1
* Introduce the 'usertemp' filesystem typeJohannes Schindelin2015-12-075-4/+54
* Add definitions for NBBY to arm and rtems targetsNick Withers2015-12-073-0/+9
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-0711-96/+122
* Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen2015-12-078-79/+96
* Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen2015-12-0613-45/+131
* Always define __high_bsssize, do not just PROVIDE it.Nick Clifton2015-12-042-2/+6
* Add release message for workaround added with previous commitsCorinna Vinschen2015-12-031-0/+7
* On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen2015-12-036-60/+90
* Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2015-12-032-26/+60
* Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen2015-12-035-10/+113
* Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen2015-12-034-0/+83
* Cleanup in dcrt0.cc and fork.ccCorinna Vinschen2015-12-033-6/+12
* Always restore full TEB stack info in forkeeCorinna Vinschen2015-12-032-9/+14
* Add missing dcrt0.cc patch to previous commitCorinna Vinschen2015-12-032-1/+4
* Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen2015-12-033-2/+10
* Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen2015-12-024-28/+36
* Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen2015-12-027-40/+41
* miscfuncs.cc: Fix typos in commentCorinna Vinschen2015-12-021-2/+2
* Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen2015-11-292-2/+7
* Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen2015-11-292-2/+18
* Save and restore MXCSR register in delayed signal handlingCorinna Vinschen2015-11-282-0/+7
* Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen2015-11-271-0/+7
* Fix race condition when waiting for a signalCorinna Vinschen2015-11-2712-26/+63
* Fix SEGV of kill -l 0Michael Kwasigroch2015-11-262-3/+8
* Fix creating relative native symlinks in top-level directoriesCorinna Vinschen2015-11-262-1/+5
* Add MacType to BLODADavid Macek2015-11-262-2/+7
* Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek2015-11-262-0/+8
* Add Forefront TMG to the BLODADavid Macek2015-11-262-0/+5
* Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2015-11-262-0/+9
* libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2015-11-242-2/+6
* [ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft2015-11-234-3/+40
* [ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft2015-11-234-13/+63
* Fix initialisation of .upper.bss for the MSP430.Nick Clifton2015-11-232-0/+5
* Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen2015-11-215-10/+77
* Handle multibyte decimapl point in strtold.Corinna Vinschen2015-11-212-1/+13
* Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen2015-11-201-0/+4
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-2014-19/+1369
* Make match function globally available to stdlib functions.Corinna Vinschen2015-11-204-21/+26
* Drop unused declaration from wcstold.cCorinna Vinschen2015-11-202-2/+4
* Fix typo in rpmatch doc referenceYaakov Selkowitz2015-11-192-1/+5
* ldtoa.c: Reindent to GNU styleCorinna Vinschen2015-11-192-2317/+2408
* Fix rpmatch build problemCorinna Vinschen2015-11-192-0/+5
* Simplify the markup for sprintf and swprintf documentationJon Turney2015-11-193-64/+76
* Improve markup of sscanf and swscanf documentationJon Turney2015-11-193-114/+242