summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: pipe_data_available: cleanup codeCorinna Vinschen2017-11-151-27/+40
* Cygwin: Add FAQ How do I fix find_fast_cwd warnings?Brian Inglis2017-11-151-0/+50
* Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM filesCorinna Vinschen2017-11-141-8/+0
* Cygwin: link: Simplify an expressionCorinna Vinschen2017-11-141-9/+4
* Cygwin: Bump DLL version to 2.10.0, bump API minor to 319Corinna Vinschen2017-11-142-3/+6
* Cygwin: fcntl.h: Use test macros to guard non-standard open flagsCorinna Vinschen2017-11-141-4/+12
* Cygwin: fcntl.h: Define O_NOATIMECorinna Vinschen2017-11-141-0/+2
* Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen2017-11-144-3/+103
* Cygwin: open: cleanup code in preparation of O_TMPFILECorinna Vinschen2017-11-141-55/+53
* newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt2017-11-141-1/+1
* newlib/.../getreent.c: Allow to be provided by host and do so for RTEMSJoel Sherrill2017-11-132-2/+10
* cygwin: pread: Remove incorrect commentCorinna Vinschen2017-11-081-1/+1
* cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen2017-11-081-2/+9
* cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu2017-11-081-2/+5
* cygwin: fix stray semicolonCorinna Vinschen2017-11-071-1/+1
* cygwin: add socket bugfix to release notesCorinna Vinschen2017-11-071-0/+3
* Fix two bugs in the limit of large numbers of sockets:Erik M. Bray2017-11-071-2/+9
* Make ffsl() and ffsll() BSD-visibleSebastian Huber2017-11-031-3/+1
* cygwin: ftruncate64: add missing bracesCorinna Vinschen2017-11-021-6/+8
* 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