aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2017-11-30newlib: vf[w]scanf: add validity checksCorinna Vinschen2-0/+37
2017-11-30newlib: vf[w]scanf: Use SIZE_MAX rather than ~0Corinna Vinschen2-4/+4
2017-11-30newlib: vfscanf: fix formattingCorinna Vinschen1-2/+2
2017-11-30newlib: vf[w]scanf: Only return from a single point to simplify cleanupCorinna Vinschen2-4/+2
2017-11-30string: add wmempcpyYaakov Selkowitz5-38/+85
2017-11-30RTEMS: Add semaphore <sys/lock.h> functionsSebastian Huber1-0/+4
2017-11-30RTEMS: Timed wait by ticks <sys/lock.h> functionsSebastian Huber1-0/+16
2017-11-30RTEMS: Add set/get name <sys/lock.h> functionsSebastian Huber1-1/+71
2017-11-29ssp: add build infrastructureYaakov Selkowitz8-9/+798
2017-11-29ssp: add documentationYaakov Selkowitz3-0/+46
2017-11-29ssp: add Object Size Checking for unistd.h, part 1Yaakov Selkowitz2-0/+58
2017-11-29ssp: add Object Size Checking for stdio.h, part 1Yaakov Selkowitz7-0/+416
2017-11-29ssp: add Object Size Checking for strings.hYaakov Selkowitz2-0/+59
2017-11-29ssp: add Object Size Checking for string.hYaakov Selkowitz12-0/+652
2017-11-29ssp: add Object Size Checking common codeYaakov Selkowitz3-1/+107
2017-11-29ssp: add APIs for Stack Smashing ProtectionYaakov Selkowitz1-0/+45
2017-11-29newlib: [w]scanf: Fix behaviour on matching failureCorinna Vinschen2-22/+3
2017-11-28Make __nonnull macro compatible with glibcYaakov Selkowitz4-5/+5
2017-11-28cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz1-1/+1
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-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 Vinschen1-0/+2
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-03Make ffsl() and ffsll() BSD-visibleSebastian Huber1-3/+1
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-20fix internal __ieee754_expf and __ieee754_logf callsSzabolcs Nagy1-0/+11
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-09Fix typo with newlib-long-time_t default value.Michael Haubenwallner2-2/+2
2017-10-05RTEMS: Make pthread_mutex_t self-containedSebastian Huber1-2/+28
2017-10-05RTEMS: Make pthread_cond_t self-containedSebastian Huber1-2/+6
2017-10-05RTEMS: Make pthread_rwlock_t self-containedSebastian Huber1-2/+7
2017-10-05RTEMS: Make pthread_barrier_t self-containedSebastian Huber1-1/+7
2017-10-05RTEMS: Make sem_t self-containedSebastian Huber1-2/+6
2017-10-05RTEMS: Optimize pthread_once_tSebastian Huber2-7/+6
2017-09-19newlib/libm/complex/cargl.c change imag() real() to cimagl() creall()newlib-snapshot-20170922Brian Inglis1-1/+1
2017-09-19Fix warnings and documentation in strnstr.cSebastian Huber1-4/+3
2017-09-07Change time_t to 64-bit by defaultSebastian Huber6-3/+59
2017-09-07Remove harmful casts in gmtime_r()Sebastian Huber1-2/+2
2017-09-07Let RTEMS provide clock()Sebastian Huber1-1/+1
2017-09-04stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen1-1/+1
2017-08-30include: fix ffs, fls guardsYaakov Selkowitz1-2/+4
2017-08-30newlib: string/Makefile.am (CHEWOUT_FILES): Add strnstr.defCorinna Vinschen2-2/+2
2017-08-30newlib: strnstr: drop traditional synopisisCorinna Vinschen1-7/+0
2017-08-30Add man page entry for strnstr.c.Sichen Zhao2-0/+43