aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-28cygwin: don't allow empty strings in __ASMNAME tagsCorinna Vinschen1-1/+1
2017-11-28cygwin: improve _EXFUN tags generationCorinna Vinschen1-1/+2
2017-11-28cygwin: remove accidentally committed debug statmentsCorinna Vinschen1-2/+0
2017-11-28cygwin: further improve tags generationCorinna Vinschen2-1/+5
2017-11-28Feature test macros overhaul: Cygwin limits.h, part 2Yaakov Selkowitz1-2/+28
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen27-140/+140
2017-11-27cygwin: improve tags generationCorinna Vinschen1-1/+4
2017-11-27cygwin: cleanup fhandler_socket::release_eventsCorinna Vinschen1-7/+9
2017-11-22Add the Aarch64 SVE specific HWCAP_SVE defineJeff Johnston1-0/+1
2017-11-20RTEMS: Add missing __getreent() to crt0Sebastian Huber1-0/+1
2017-11-20RTEMS: Add missing functions to crt0Sebastian Huber1-5/+10
2017-11-15Cygwin: pipe_data_available: cleanup codeCorinna Vinschen1-27/+40
2017-11-15Cygwin: Add FAQ How do I fix find_fast_cwd warnings?Brian Inglis1-0/+50
2017-11-14Cygwin: open: Remove unused code to handle HIDDEN and SYSTEM filesCorinna Vinschen1-8/+0
2017-11-14Cygwin: link: Simplify an expressionCorinna Vinschen1-9/+4
2017-11-14Cygwin: Bump DLL version to 2.10.0, bump API minor to 319Corinna Vinschen2-3/+6
2017-11-14Cygwin: fcntl.h: Use test macros to guard non-standard open flagsCorinna Vinschen1-4/+12
2017-11-14Cygwin: fcntl.h: Define O_NOATIMECorinna Vinschen1-0/+2
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen4-3/+103
2017-11-14Cygwin: open: cleanup code in preparation of O_TMPFILECorinna Vinschen1-55/+53
2017-11-14newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt1-1/+1
2017-11-13newlib/.../getreent.c: Allow to be provided by host and do so for RTEMSJoel Sherrill2-2/+10
2017-11-08cygwin: pread: Remove incorrect commentCorinna Vinschen1-1/+1
2017-11-08cygwin: fhandler_disk_file::pread: always print debug info on returnCorinna Vinschen1-2/+9
2017-11-08cygwin: pread() returns non-zero if read beyond EOFXiaofeng Liu1-2/+5
2017-11-07cygwin: fix stray semicolonCorinna Vinschen1-1/+1
2017-11-07cygwin: add socket bugfix to release notesCorinna Vinschen1-0/+3
2017-11-07Fix two bugs in the limit of large numbers of sockets:Erik M. Bray1-2/+9
2017-11-03Make ffsl() and ffsll() BSD-visibleSebastian Huber1-3/+1
2017-11-02cygwin: ftruncate64: add missing bracesCorinna Vinschen1-6/+8
2017-11-02cygwin: add 2.9.1 release messages fileCorinna Vinschen1-0/+16
2017-11-02posix_fallocate() *returns* error codes but does not set errnoErik M. Bray4-18/+16
2017-11-02posix_fadvise() *returns* error codes but does not set errnoErik M. Bray3-11/+5
2017-11-02newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTER...Joel Sherrill1-2/+0
2017-10-26RTEMS: Remove internal timecounter APISebastian Huber1-29/+4
2017-10-25winsup/utils/dump_setup.cc: Remove the function 'base'Ken Brown1-16/+1
2017-10-24Fixed semihosting for AArch64 when heapinfo parameters are not provided by de...Alexander Fedotov2-26/+59
2017-10-20fix internal __ieee754_expf and __ieee754_logf callsSzabolcs Nagy1-0/+11
2017-10-18cygwin: belatedly bump DLL minor versionCorinna Vinschen1-1/+1
2017-10-18cygwin: unlink: workaround NFS non-ability to move file in certain casesCorinna Vinschen1-8/+43
2017-10-18cygwin: unlink: don't try "final trick" in try_to_bin on NFSCorinna Vinschen1-2/+2
2017-10-18cygwin: unlink: fix "final trick" overwrite method on remote drivesCorinna Vinschen1-2/+16
2017-10-18cygwin: unlink: improve debug messages in try_to_binCorinna Vinschen1-2/+6
2017-10-18cygwin: unlink: simplify rootdir handlingCorinna Vinschen1-1/+1
2017-10-18cygwin: unlink: drop redundant check for netapp FSCorinna Vinschen1-1/+1
2017-10-18cygwin: unlink: Fix typos in commentsCorinna Vinschen1-2/+2
2017-10-13New expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy24-88/+1339
2017-10-13RTEMS: Fix _PTHREAD_MUTEX_INITIALIZERSebastian Huber1-1/+1
2017-10-10cygwin: fix gethostbyaddr argument typesYaakov Selkowitz2-3/+3
2017-10-10Feature test macros overhaul: Cygwin netdb.hYaakov Selkowitz1-2/+24