summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ssp: add APIs for Stack Smashing ProtectionYaakov Selkowitz2017-11-291-0/+45
* newlib: [w]scanf: Fix behaviour on matching failureCorinna Vinschen2017-11-292-22/+3
* cygserver: remove all asserts on "this"Corinna Vinschen2017-11-282-7/+0
* cygwin: fix getconf after commit 032aa2dba5a5bf90c198d930c8d309b5de57cb47Yaakov Selkowitz2017-11-281-0/+1
* Make __nonnull macro compatible with glibcYaakov Selkowitz2017-11-284-5/+5
* cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz2017-11-282-2/+2
* cygwin: don't allow empty strings in __ASMNAME tagsCorinna Vinschen2017-11-281-1/+1
* cygwin: improve _EXFUN tags generationCorinna Vinschen2017-11-281-1/+2
* cygwin: remove accidentally committed debug statmentsCorinna Vinschen2017-11-281-2/+0
* cygwin: further improve tags generationCorinna Vinschen2017-11-282-1/+5
* Feature test macros overhaul: Cygwin limits.h, part 2Yaakov Selkowitz2017-11-281-2/+28
* cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen2017-11-2727-140/+140
* cygwin: improve tags generationCorinna Vinschen2017-11-271-1/+4
* cygwin: cleanup fhandler_socket::release_eventsCorinna Vinschen2017-11-271-7/+9
* Add the Aarch64 SVE specific HWCAP_SVE defineJeff Johnston2017-11-221-0/+1
* RTEMS: Add missing __getreent() to crt0Sebastian Huber2017-11-201-0/+1
* RTEMS: Add missing functions to crt0Sebastian Huber2017-11-201-5/+10
* 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