Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-14Add missing lock releases in __register_exitproc().Freddie Chopin
2015-12-14Fix regparm attribute of fhandler_base::fstat_helperKen Brown
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen
2015-12-10Drop unused path_conv::ndisk_links methodCorinna Vinschen
2015-12-10Use fii instead of fai for FILE_INTERNAL_INFORMATION varsCorinna Vinschen
2015-12-09In FILE_ID_BOTH_DIR_INFORMATION it's actually FileId, not IndexNumberCorinna Vinschen
2015-12-09Check for 64 FP instructions availability in libm before using themThomas Preud'homme
2015-12-08Add missing checks for __SNLK flagCorinna Vinschen
2015-12-08Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen
2015-12-08Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltypeCorinna Vinschen
2015-12-08Rename FileId to IndexNumber in NT structures to align with upstreamCorinna Vinschen
2015-12-07Fix minor style issue in _dll_crt0.Corinna Vinschen
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin
2015-12-07Add definitions for NBBY to arm and rtems targetsNick Withers
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen
2015-12-04Always define __high_bsssize, do not just PROVIDE it.Nick Clifton
2015-12-04Add release message for workaround added with previous commitsCorinna Vinschen
2015-12-04On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen
2015-12-03Fix thinko in /proc/<PID>/maps TEB detection on W10 1511Corinna Vinschen
2015-12-03Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen
2015-12-02miscfuncs.cc: Fix typos in commentCorinna Vinschen
2015-11-29Only generate BUILTIN SIDs for uid/gid values <= 999Corinna Vinschen
2015-11-29Use correct gid value for Microsoft Account when /etc/group is in useCorinna Vinschen
2015-11-28Save and restore MXCSR register in delayed signal handlingCorinna Vinschen
2015-11-27Belatedly create release notes for commits 2f4fef9 and 9471b0bCorinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-11-27Fix SEGV of kill -l 0Michael Kwasigroch
2015-11-26Fix creating relative native symlinks in top-level directoriesCorinna Vinschen
2015-11-26Add MacType to BLODADavid Macek
2015-11-26Add a section describing peculiarities of how Cygwin creates NTFS symlinksDavid Macek
2015-11-26Add Forefront TMG to the BLODADavid Macek
2015-11-26Only build _strtodg_r on targets supporting a distinct long double typeCorinna Vinschen
2015-11-25 libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.Steve Ellcey
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft
2015-11-23Fix initialisation of .upper.bss for the MSP430.Nick Clifton
2015-11-21Fix numeric and monetary decimal point and thousands separator in fa_IR and p...Corinna Vinschen
2015-11-21Handle multibyte decimapl point in strtold.Corinna Vinschen
2015-11-20Mention strtold patch in Cygwin 2.4.0 release messageCorinna Vinschen
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen