aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-09Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen2-8/+14
2015-12-09In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen3-3/+9
2015-12-09Check for 64 FP instructions availability in libm before using themThomas Preud'homme7-6/+16
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen5-15/+39
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen3-1/+10
2015-12-08Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen2-26/+15
2015-12-08Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen4-12/+20
2015-12-07Fix minor style issue in _dll_crt0.Corinna Vinschen1-1/+1
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin5-4/+54
2015-12-07Add definitions for NBBY to arm and rtems targetsNick Withers3-0/+9
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen11-96/+122
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen8-79/+96
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen13-45/+131
2015-12-04Always define __high_bsssize, do not just PROVIDE it.Nick Clifton2-2/+6
2015-12-03Add release message for workaround added with previous commitsCorinna Vinschen1-0/+7
2015-12-03On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen6-60/+90
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen2-26/+60
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen5-10/+113
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen4-0/+83
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen3-6/+12
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen2-9/+14
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen2-1/+4
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen3-2/+10
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen4-28/+36
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen7-40/+41
2015-12-02miscfuncs.cc: Fix typos in commentCorinna Vinschen1-2/+2
2015-11-29Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen2-2/+7
2015-11-29Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen2-2/+18
2015-11-28Save and restore MXCSR register in delayed signal handlingCorinna Vinschen2-0/+7
2015-11-27Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen1-0/+7
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen12-26/+63
2015-11-26Fix SEGV of kill -l 0Michael Kwasigroch2-3/+8
2015-11-26Fix creating relative native symlinks in top-level directoriesCorinna Vinschen2-1/+5
2015-11-26Add MacType to BLODADavid Macek2-2/+7
2015-11-26Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek2-0/+8
2015-11-26Add Forefront TMG to the BLODADavid Macek2-0/+5
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen2-0/+9
2015-11-24 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey2-2/+6
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft4-3/+40
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft4-13/+63
2015-11-23Fix initialisation of .upper.bss for the MSP430.Nick Clifton2-0/+5
2015-11-21Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen5-10/+77
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen2-1/+13
2015-11-20Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen1-0/+4
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen14-19/+1369
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen4-21/+26
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen2-2/+4
2015-11-19Fix typo in rpmatch doc referenceYaakov Selkowitz2-1/+5
2015-11-19ldtoa.c: Reindent to GNU styleCorinna Vinschen2-2317/+2408
2015-11-19Fix rpmatch build problemCorinna Vinschen2-0/+5