aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-18NEWS: note fixed bugMike Frysinger
2015-08-18hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra
2015-08-18hppa: timerfd.h: move to common sys/timerfd.hMike Frysinger
2015-08-18hppa: signalfd.h: move to common sys/signalfd.hMike Frysinger
2015-08-18hppa: inotify.h: move to common sys/inotify.hMike Frysinger
2015-08-18hppa: eventfd.h: move to common sys/eventfd.hMike Frysinger
2015-08-18hppa: epoll.h: move to common sys/epoll.hMike Frysinger
2015-08-18hppa: sigaction.h: update define export based on __USE_XOPEN2K8Mike Frysinger
2015-08-18hppa: shm.h: add SHM_EXECMike Frysinger
2015-08-18hppa: drop __ASSUME_LWS_CAS defineMike Frysinger
2015-08-18hppa: assume TLS everywhereMike Frysinger
2015-08-17Fix csqrt spurious underflows (bug 18823).Joseph Myers
2015-08-17Add version set GLIBC_2.19 for linux/powerpcAndreas Schwab
2015-08-16Desupport regexp.h (bug 18681)Zack Weinberg
2015-08-15Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov
2015-08-14stpncpy: fix bug number [BZ #18795]Mike Frysinger
2015-08-14stpncpy: fix size checking [BZ #18975]Zack Weinberg
2015-08-14Fix fma spurious underflows (bug 18824).Joseph Myers
2015-08-14Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar
2015-08-13Add more random libm-test inputs.Joseph Myers
2015-08-13Fix tanh missing underflows (bug 16520).Joseph Myers
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu
2015-08-13Don't include <cpuid.h> in elision-conf.hH.J. Lu
2015-08-13Update x86 elision-conf.c for <cpu-features.h>H.J. Lu
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-08-12Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov
2015-08-11powerpc: Fix stpcpy performance for power8Ondrej Bilka
2015-08-11powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella
2015-08-11powerpc: Fix strnlen/power7 buildAdhemerval Zanella
2015-08-11powerpc: Fix strstr/power7 buildAdhemerval Zanella
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab
2015-08-11Add more tests of various libm functions.Joseph Myers
2015-08-10Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab
2015-08-10Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers
2015-08-09Add a missing break in tst-auditmod3b.cH.J. Lu
2015-08-09Resort bug numbers in NEWS into ascending order.Joseph Myers
2015-08-09Remove unused variables from timezone/MakefileAndreas Schwab
2015-08-09gawk: fix gensub usageMike Frysinger
2015-08-09fix non-portable `echo -n` usageMike Frysinger
2015-08-08hppa: put custom madvise defines behind __USE_MISCMike Frysinger
2015-08-08hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin