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
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
2016-12-22This is an attempt to fix the problem described here:Jeff Johnston
2016-12-20RTEMS: Increase SEM_VALUE_MAXSebastian Huber
2016-12-17Export getentropy and getrandom callsCorinna Vinschen
2016-12-16Remove extraneous float casts in wcstod.c.Corinna Vinschen
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston
2016-12-152016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston
2016-12-152016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>Jeff Johnston
2016-12-15Fix some broken links in Cygwin FAQJon Turney
2016-12-14Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen
2016-12-14Rearrange RNG code slightlyCorinna Vinschen
2016-12-13Cygwin: Add release messages for last two checkinsCorinna Vinschen
2016-12-13Fix incorrect path conversion on non-existent files on network sharesCorinna Vinschen
2016-12-13Check for .exe file in cygwin_conv_pathCorinna Vinschen
2016-12-12Big-endian fix for memcpy-armv7m.SJulian Brown
2016-12-06Fix 'make man' for parallel makeJon Turney
2016-12-06Cygwin 2.6.1: Add missing release textCorinna Vinschen
2016-12-06Add <devctl.h> per POSIX 1003.26-2003Joel Sherrill
2016-12-05Add missing crt0 symbols for RTEMSSebastian Huber
2016-11-28path_conv: When encountering a ".(/)+" sequence, skip *all* slashesCorinna Vinschen
2016-11-28Enforce no arguments for __get_current_locale/__get_C_localeCorinna Vinschen
2016-11-28Correct argument to __get_current_locale.Douglas
2016-11-24Self-contained pthread_spinlock_t for RTEMSSebastian Huber
2016-11-24regex: Fix typo in CHaddrangeCorinna Vinschen
2016-11-24cygutils: Fix resource leak in get_short_pathsCorinna Vinschen
2016-11-24Fix typo in kill(1)Corinna Vinschen
2016-11-24_pinfo::set_ctty: Check potential NULL pointer in debug_printf statementCorinna Vinschen
2016-11-24Eliminate unused parameter from path_conv::eq_workerCorinna Vinschen
2016-11-24Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen
2016-11-24Fix copy/paste typo in fhandler_console::scroll_buffer_screenCorinna Vinschen
2016-11-24Don't allow sending invalid signals from user spaceCorinna Vinschen
2016-11-24raise: Add missing extern "C"Corinna Vinschen
2016-11-24login_tty: Rewrite following FreeBSD's tracesCorinna Vinschen
2016-11-24fcwd_access_t: Add missing breaks in f_cwd pointer computationCorinna Vinschen
2016-11-24Add comments to intentional switch fallthroughsCorinna Vinschen
2016-11-24Add length check creating domain\group stringsCorinna Vinschen
2016-11-22Provide <memory.h>Sebastian Huber
2016-11-22Declare non-standard pthread_yield()Sebastian Huber
2016-11-17Move pthread types to <sys/_pthreadtypes.h>Sebastian Huber
2016-11-17Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>Sebastian Huber
2016-11-17Use __inline in <sys/lock.h> for RTEMSSebastian Huber
2016-11-17Add release note for commit 8a32c24Corinna Vinschen
2016-11-16Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...Erik M. Bray
2016-11-16statm should report memory as multiples of allocation_granularity instead of ...Erik M. Bray
2016-11-08sys/cdefs.h: Define __hidden as empty on CygwinCorinna Vinschen
2016-11-07Use external header file for kernel space timeSebastian Huber
2016-11-07Add kernel space header for <sys/lock.h> for RTEMSSebastian Huber
2016-11-07Use external header file for kernel space typesSebastian Huber
2016-11-07Provide cap_ioctl_t for RTEMSSebastian Huber
2016-10-25Fix pdf build failure with texinfo 6.1.0Thomas Preudhomme