summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use x86-64 cacheinfo.c and sysconf.c for x86hjl/cpuid/masterH.J. Lu2015-08-136-514/+4
* Check if cpuid is available in init_cpu_featuresH.J. Lu2015-08-131-0/+12
* Don't include <cpuid.h> in elision-conf.hH.J. Lu2015-08-131-1/+0
* Update x86 elision-conf.c for <cpu-features.h>H.J. Lu2015-08-131-2/+2
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1339-228/+126
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-887/+356
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1339-233/+246
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-1327-396/+511
* 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
* hppa: put custom madvise defines behind __USE_MISCMike Frysinger2015-08-082-8/+16
* hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin2015-08-084-23/+56
* In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov2015-08-082-0/+8
* Fix trailing space.Paul Pluzhnikov2015-08-081-1/+1
* Fix BZ #17905Paul Pluzhnikov2015-08-086-18/+74
* hppa: Fix reload error with atomic code [BZ #18787]John David Anglin2015-08-083-19/+27
* microblaze: include unix/sysdep.hMike Frysinger2015-08-072-1/+12
* Fix tan missing underflows (bug 16517).Joseph Myers2015-08-079-5/+393
* locales/ce_RU: sync with other *_RU localesArslanbek Astemirov2015-08-073-7/+12
* Fix sysdeps/i386/fpu/s_scalbn.S buildSamuel Thibault2015-08-072-0/+8
* hppa: _dl_symbol_address: add missing hidden defMike Frysinger2015-08-072-0/+5
* Fix gcrt0.o compilationSamuel Thibault2015-08-072-2/+25
* Fix sinh missing underflows (bug 16519).Joseph Myers2015-08-0610-8/+392
* Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov2015-08-062-0/+5
* fix missing ctype.h includeMike Frysinger2015-08-062-0/+5
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-0619-36/+165
* Correct comments about the history of <regexp.h>Zack Weinberg2015-08-053-5/+10
* Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab2015-08-052-1/+10
* Align stack to 16 bytes when calling __errno_locationH.J. Lu2015-08-055-1/+27
* Align stack to 16 bytes when calling __gettimeofdayH.J. Lu2015-08-052-4/+12
* Align stack to 16 bytes when calling __setcontextH.J. Lu2015-08-052-2/+9
* Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2015-08-053-0/+14
* Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra2015-08-053-0/+28