about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix lang_lib/lang_term as per ISO 639-2 [BZ #16973]Marko Myllynen2015-08-1811-15/+41
* regexp.h: update Versions to match file usage [BZ #18681]Zack Weinberg2015-08-182-0/+7
* NEWS: note fixed bugMike Frysinger2015-08-181-3/+3
* hppa: start.S: rework references to fix PIE TEXTRELs [BZ #18421]Alan Modra2015-08-182-2/+22
* hppa: timerfd.h: move to common sys/timerfd.hMike Frysinger2015-08-182-33/+8
* hppa: signalfd.h: move to common sys/signalfd.hMike Frysinger2015-08-182-39/+8
* hppa: inotify.h: move to common sys/inotify.hMike Frysinger2015-08-183-106/+34
* hppa: eventfd.h: move to common sys/eventfd.hMike Frysinger2015-08-182-26/+9
* hppa: epoll.h: move to common sys/epoll.hMike Frysinger2015-08-183-143/+32
* hppa: sigaction.h: update define export based on __USE_XOPEN2K8Mike Frysinger2015-08-182-0/+7
* hppa: shm.h: add SHM_EXECMike Frysinger2015-08-182-0/+5
* hppa: drop __ASSUME_LWS_CAS defineMike Frysinger2015-08-183-11/+9
* hppa: assume TLS everywhereMike Frysinger2015-08-186-111/+10
* Fix csqrt spurious underflows (bug 18823).Joseph Myers2015-08-177-10/+1861
* Add version set GLIBC_2.19 for linux/powerpcAndreas Schwab2015-08-172-0/+9
* Desupport regexp.h (bug 18681)Zack Weinberg2015-08-164-209/+37
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-1511-16/+57
* stpncpy: fix bug number [BZ #18795]Mike Frysinger2015-08-142-3/+3
* stpncpy: fix size checking [BZ #18975]Zack Weinberg2015-08-144-13/+172
* Fix fma spurious underflows (bug 18824).Joseph Myers2015-08-147-4/+288
* Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov2015-08-142-1/+5
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-143-2/+7
* Add more random libm-test inputs.Joseph Myers2015-08-135-105/+2347
* Fix tanh missing underflows (bug 16520).Joseph Myers2015-08-1310-4/+390
* Check if cpuid is available in init_cpu_featuresH.J. Lu2015-08-132-0/+17
* Don't include <cpuid.h> in elision-conf.hH.J. Lu2015-08-132-1/+5
* Update x86 elision-conf.c for <cpu-features.h>H.J. Lu2015-08-132-2/+7
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1340-228/+174
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1339-887/+402
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1340-233/+292
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-1328-396/+565
* Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov2015-08-126-5/+67
* Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov2015-08-128-55/+36
* Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov2015-08-114-6/+22
* powerpc: Fix stpcpy performance for power8Ondrej Bilka2015-08-112-2/+9
* powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella2015-08-113-3/+9
* powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella2015-08-1112-807/+97
* powerpc: Fix strnlen/power7 buildAdhemerval Zanella2015-08-112-1/+6
* powerpc: Fix strstr/power7 buildAdhemerval Zanella2015-08-113-0/+34
* Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko2015-08-116-11/+71
* Remove unused definition of __openat(64)_nocancelAndreas Schwab2015-08-113-21/+6
* Add more tests of various libm functions.Joseph Myers2015-08-115-48/+1722
* Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers2015-08-106-7/+952
* Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab2015-08-104-2/+33
* Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers2015-08-106-2/+785
* Add a missing break in tst-auditmod3b.cH.J. Lu2015-08-093-1/+9
* Resort bug numbers in NEWS into ascending order.Joseph Myers2015-08-091-1/+1
* Remove unused variables from timezone/MakefileAndreas Schwab2015-08-092-9/+5
* gawk: fix gensub usageMike Frysinger2015-08-093-2/+7
* fix non-portable `echo -n` usageMike Frysinger2015-08-095-13/+20