aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Update libmvec multiarch functions for <cpu-features.h>H.J. Lu40-228/+174
2015-08-13Update i686 multiarch functions for <cpu-features.h>H.J. Lu39-887/+402
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu40-233/+292
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu28-396/+565
2015-08-12Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov6-5/+67
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov8-55/+36
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov4-6/+22
2015-08-11powerpc: Fix stpcpy performance for power8Ondrej Bilka2-2/+9
2015-08-11powerpc: Fix PPC64/POWER7 conform testsAdhemerval Zanella3-3/+9
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella12-807/+97
2015-08-11powerpc: Fix strnlen/power7 buildAdhemerval Zanella2-1/+6
2015-08-11powerpc: Fix strstr/power7 buildAdhemerval Zanella3-0/+34
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko6-11/+71
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab3-21/+6
2015-08-11Add more tests of various libm functions.Joseph Myers5-48/+1722
2015-08-10Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers6-7/+952
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab4-2/+33
2015-08-10Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers6-2/+785
2015-08-09Add a missing break in tst-auditmod3b.cH.J. Lu3-1/+9
2015-08-09Resort bug numbers in NEWS into ascending order.Joseph Myers1-1/+1
2015-08-09Remove unused variables from timezone/MakefileAndreas Schwab2-9/+5
2015-08-09gawk: fix gensub usageMike Frysinger3-2/+7
2015-08-09fix non-portable `echo -n` usageMike Frysinger5-13/+20
2015-08-08hppa: put custom madvise defines behind __USE_MISCMike Frysinger2-8/+16
2015-08-08hppa: Fix miscompilation of sched_setaffinity() [BZ #18480]John David Anglin4-23/+56
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov2-0/+8
2015-08-08Fix trailing space.Paul Pluzhnikov1-1/+1
2015-08-08Fix BZ #17905Paul Pluzhnikov6-18/+74
2015-08-08hppa: Fix reload error with atomic code [BZ #18787]John David Anglin3-19/+27
2015-08-07microblaze: include unix/sysdep.hMike Frysinger2-1/+12
2015-08-07Fix tan missing underflows (bug 16517).Joseph Myers9-5/+393
2015-08-07locales/ce_RU: sync with other *_RU localesArslanbek Astemirov3-7/+12
2015-08-07Fix sysdeps/i386/fpu/s_scalbn.S buildSamuel Thibault2-0/+8
2015-08-07hppa: _dl_symbol_address: add missing hidden defMike Frysinger2-0/+5
2015-08-07Fix gcrt0.o compilationSamuel Thibault2-2/+25
2015-08-06Fix sinh missing underflows (bug 16519).Joseph Myers10-8/+392
2015-08-06Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov2-0/+5
2015-08-06fix missing ctype.h includeMike Frysinger2-0/+5
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar19-36/+165
2015-08-05Correct comments about the history of <regexp.h>Zack Weinberg3-5/+10
2015-08-05Properly terminate FDE in makecontext for m68k (bug 18635)Andreas Schwab2-1/+10
2015-08-05Align stack to 16 bytes when calling __errno_locationH.J. Lu5-1/+27
2015-08-05Align stack to 16 bytes when calling __gettimeofdayH.J. Lu2-4/+12
2015-08-05Align stack to 16 bytes when calling __setcontextH.J. Lu2-2/+9
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu3-0/+14
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra3-0/+28
2015-08-05Improve memccpy performance by using memchr/memcpy/mempcpy rather thanWilco Dijkstra2-7/+9
2015-08-05This patch improves strncpy performance by using strnlen/memcpy rather than a...Wilco Dijkstra2-54/+10
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra2-9/+12
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra2-17/+28