summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin: add 2.9.1 release messages fileCorinna Vinschen2017-11-021-0/+16
* posix_fallocate() *returns* error codes but does not set errnoErik M. Bray2017-11-024-18/+16
* posix_fadvise() *returns* error codes but does not set errnoErik M. Bray2017-11-023-11/+5
* newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTER...Joel Sherrill2017-11-021-2/+0
* RTEMS: Remove internal timecounter APISebastian Huber2017-10-261-29/+4
* winsup/utils/dump_setup.cc: Remove the function 'base'Ken Brown2017-10-251-16/+1
* Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov2017-10-242-26/+59
* fix internal __ieee754_expf and __ieee754_logf callsSzabolcs Nagy2017-10-201-0/+11
* cygwin: belatedly bump DLL minor versionCorinna Vinschen2017-10-181-1/+1
* cygwin: unlink: workaround NFS non-ability to move file in certain casesCorinna Vinschen2017-10-181-8/+43
* cygwin: unlink: don't try "final trick" in try_to_bin on NFSCorinna Vinschen2017-10-181-2/+2
* cygwin: unlink: fix "final trick" overwrite method on remote drivesCorinna Vinschen2017-10-181-2/+16
* cygwin: unlink: improve debug messages in try_to_binCorinna Vinschen2017-10-181-2/+6
* cygwin: unlink: simplify rootdir handlingCorinna Vinschen2017-10-181-1/+1
* cygwin: unlink: drop redundant check for netapp FSCorinna Vinschen2017-10-181-1/+1
* cygwin: unlink: Fix typos in commentsCorinna Vinschen2017-10-181-2/+2
* New expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy2017-10-1324-88/+1339
* RTEMS: Fix _PTHREAD_MUTEX_INITIALIZERSebastian Huber2017-10-131-1/+1
* cygwin: fix gethostbyaddr argument typesYaakov Selkowitz2017-10-102-3/+3
* Feature test macros overhaul: Cygwin netdb.hYaakov Selkowitz2017-10-101-2/+24
* cygwin: fix potential buffer overflow in forkMichael Haubenwallner2017-10-101-7/+2
* cygwin: fix potential buffer overflow in small_sprintfMichael Haubenwallner2017-10-101-2/+2
* Fix multido compilation on ARMTamar Christina2017-10-091-2/+2
* cygwin: initialize variable for stack unwindingMichael Haubenwallner2017-10-091-1/+1
* cygwin: disable -Wframe-address warning only on GCC 6 or laterCorinna Vinschen2017-10-092-1/+9
* Fix typo with newlib-long-time_t default value.Michael Haubenwallner2017-10-092-2/+2
* adjust libnosys config for aarch64 to avoid linker error when switching from ...Alexander Fedotov2017-10-092-0/+4
* cygwin: Remove workaround for GCC 6 null pointer check warningsKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown2017-10-095-8/+13
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::killKen Brown2017-10-091-3/+12
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::environKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandlerKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::commune_requestKen Brown2017-10-091-1/+1
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdlineKen Brown2017-10-093-3/+3
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cwdKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::rootKen Brown2017-10-092-2/+2
* cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fdsKen Brown2017-10-092-2/+2
* cygwin: Remove comparisons of 'this' to 'NULL' in fhandler_dsp.ccKen Brown2017-10-091-15/+40
* RTEMS: Make pthread_mutex_t self-containedSebastian Huber2017-10-051-2/+28
* RTEMS: Make pthread_cond_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Make pthread_rwlock_t self-containedSebastian Huber2017-10-051-2/+7
* RTEMS: Make pthread_barrier_t self-containedSebastian Huber2017-10-051-1/+7
* RTEMS: Make sem_t self-containedSebastian Huber2017-10-051-2/+6
* RTEMS: Optimize pthread_once_tSebastian Huber2017-10-052-7/+6
* newlib/libm/complex/cargl.c change imag() real() to cimagl() creall()newlib-snapshot-20170922Brian Inglis2017-09-191-1/+1
* Fix warnings and documentation in strnstr.cSebastian Huber2017-09-191-4/+3
* cygwin: workaround GCC 6 changesYaakov Selkowitz2017-09-123-2/+6
* Revert "cygwin: only expose /dev/con{in,out,sole} when started from a Windows...Yaakov Selkowitz2017-09-111-1/+1
* Change time_t to 64-bit by defaultSebastian Huber2017-09-077-3/+60