summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cygwin: add Object Size Checking to sys/socket.hYaakov Selkowitz2017-11-302-0/+24
* cygwin: add Object Size Checking to sys/poll.hYaakov Selkowitz2017-11-302-0/+30
* RTEMS: Add semaphore <sys/lock.h> functionsSebastian Huber2017-11-301-0/+4
* RTEMS: Timed wait by ticks <sys/lock.h> functionsSebastian Huber2017-11-301-0/+16
* RTEMS: Add set/get name <sys/lock.h> functionsSebastian Huber2017-11-301-1/+71
* cygwin: create libssp compatibility import libraryYaakov Selkowitz2017-11-291-1/+4
* cygwin: export SSP functionsYaakov Selkowitz2017-11-292-1/+25
* ssp: add build infrastructureYaakov Selkowitz2017-11-298-9/+798
* ssp: add documentationYaakov Selkowitz2017-11-293-0/+46
* ssp: add Object Size Checking for unistd.h, part 1Yaakov Selkowitz2017-11-292-0/+58
* ssp: add Object Size Checking for stdio.h, part 1Yaakov Selkowitz2017-11-297-0/+416
* ssp: add Object Size Checking for strings.hYaakov Selkowitz2017-11-292-0/+59
* ssp: add Object Size Checking for string.hYaakov Selkowitz2017-11-2912-0/+652
* ssp: add Object Size Checking common codeYaakov Selkowitz2017-11-293-1/+107
* 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