Age | Commit message (Expand) | Author | Files | Lines |
2016-05-19 | Implement proper fmal for ldbl-128ibm (bug 13304). | Joseph Myers | 1 | -11/+249 |
2016-05-19 | Correct Intel processor level type mask from CPUID | H.J. Lu | 1 | -1/+1 |
2016-05-19 | Check the HTT bit before counting logical threads | H.J. Lu | 2 | -76/+85 |
2016-05-19 | Remove alignments on jump targets in memset | H.J. Lu | 1 | -32/+5 |
2016-05-18 | Don't call internal _Unwind_Resume via PLT | H.J. Lu | 2 | -2/+2 |
2016-05-18 | Don't call internal __pthread_unwind via PLT | H.J. Lu | 1 | -2/+4 |
2016-05-18 | Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h. | Joseph Myers | 1 | -0/+1 |
2016-05-18 | Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h. | Joseph Myers | 1 | -0/+1 |
2016-05-13 | Call init_cpu_features only if SHARED is defined | H.J. Lu | 2 | -0/+8 |
2016-05-13 | Support non-inclusive caches on Intel processors | H.J. Lu | 1 | -1/+11 |
2016-05-12 | This is an optimized memset for AArch64. Memset is split into 4 main cases: | Wilco Dijkstra | 1 | -198/+161 |
2016-05-12 | Increase fork signal safety for single-threaded processes [BZ #19703] | Florian Weimer | 1 | -15/+38 |
2016-05-12 | getaddrinfo: Convert from extend_alloca to struct scratch_buffer | Florian Weimer | 1 | -92/+59 |
2016-05-11 | S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o. | Stefan Liebler | 2 | -4/+0 |
2016-05-11 | Remove x86 ifunc-defines.sym and rtld-global-offsets.sym | H.J. Lu | 8 | -51/+18 |
2016-05-10 | getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994] | Florian Weimer | 1 | -0/+1 |
2016-05-09 | S390: Add support for vdso getcpu symbol. | Stefan Liebler | 4 | -0/+10 |
2016-05-08 | Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86 | H.J. Lu | 2 | -1/+1 |
2016-05-04 | Revert "aio: fix newp->running data race" | Samuel Thibault | 1 | -5/+3 |
2016-05-04 | aio: fix newp->running data race | Samuel Thibault | 1 | -3/+5 |
2016-05-04 | powerpc: Fix operand prefixes | Gabriel F. T. Gomes | 1 | -4/+4 |
2016-05-04 | CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779] | Florian Weimer | 1 | -0/+22 |
2016-05-03 | powerpc: Add missing insn in swapcontext [BZ #20004] | Paul E. Murphy | 1 | -0/+1 |
2016-05-02 | powerpc: Fix clone CLONE_VM compare | Adhemerval Zanella | 1 | -1/+1 |
2016-04-30 | m68k: use large PIC model for gcrt1.o | Andreas Schwab | 1 | -0/+5 |
2016-04-30 | m68k: avoid local labels in symbol table | Andreas Schwab | 1 | -4/+4 |
2016-04-29 | Fix clone (CLONE_VM) pid/tid reset (BZ#19957) | Adhemerval Zanella | 21 | -141/+220 |
2016-04-29 | powerpc: Zero pad using memset in strncpy/stpncpy | Gabriel F. T. Gomes | 1 | -67/+56 |
2016-04-29 | CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010] | Florian Weimer | 1 | -61/+69 |
2016-04-27 | Add missing iucv related defines. | Stefan Liebler | 1 | -0/+10 |
2016-04-25 | powerpc: Add optimized strcspn for P8 | Paul E. Murphy | 8 | -29/+151 |
2016-04-25 | Fix stdlib/tst-makecontext regression for Nios II | Chung-Lin Tang | 1 | -0/+12 |
2016-04-22 | powerpc: strcasestr optmization for power8 | Rajalakshmi Srinivasaraghavan | 9 | -1/+697 |
2016-04-19 | Fix gprof timing | Samuel Thibault | 1 | -1/+1 |
2016-04-19 | hurd: fix profiling short-living processes | Samuel Thibault | 1 | -2/+3 |
2016-04-15 | powerpc: Optimization for strlen for POWER8. | Carlos Eduardo Seo | 5 | -4/+345 |
2016-04-15 | Detect Intel Goldmont and Airmont processors | H.J. Lu | 1 | -0/+8 |
2016-04-14 | Fix pread consolidation on ports that require argument alignment | Adhemerval Zanella | 1 | -0/+1 |
2016-04-14 | malloc: Remove unused definitions of thread_atfork, thread_atfork_static | Florian Weimer | 2 | -35/+0 |
2016-04-14 | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer | 2 | -1/+25 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 7 | -8/+7 |
2016-04-13 | Register extra test objects | Andreas Schwab | 1 | -0/+4 |
2016-04-12 | X86-64: Use non-temporal store in memcpy on large data | H.J. Lu | 5 | -171/+234 |
2016-04-12 | VDSO support for MIPS | Matthew Fortune | 7 | -0/+133 |
2016-04-11 | Consolidate pwrite/pwrite64 implementations | Adhemerval Zanella | 16 | -427/+27 |
2016-04-11 | Consolidate pread/pread64 implementations | Adhemerval Zanella | 17 | -414/+28 |
2016-04-11 | Consolidate off_t/off64_t syscall argument passing | Adhemerval Zanella | 4 | -10/+35 |
2016-04-11 | Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing ports | Adhemerval Zanella | 3 | -0/+16 |
2016-04-11 | Fix build with HAVE_AUX_VECTOR | Samuel Thibault | 2 | -6/+6 |
2016-04-10 | Fix crash on getauxval call without HAVE_AUX_VECTOR | Samuel Thibault | 1 | -0/+2 |