Age | Commit message (Expand) | Author |
2016-04-14 | malloc: Remove unused definitions of thread_atfork, thread_atfork_static | Florian Weimer |
2016-04-14 | malloc: Run fork handler as late as possible [BZ #19431] | Florian Weimer |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer |
2016-04-13 | Register extra test objects | Andreas Schwab |
2016-04-12 | X86-64: Use non-temporal store in memcpy on large data | H.J. Lu |
2016-04-12 | VDSO support for MIPS | Matthew Fortune |
2016-04-11 | Consolidate pwrite/pwrite64 implementations | Adhemerval Zanella |
2016-04-11 | Consolidate pread/pread64 implementations | Adhemerval Zanella |
2016-04-11 | Consolidate off_t/off64_t syscall argument passing | Adhemerval Zanella |
2016-04-11 | Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing ports | Adhemerval Zanella |
2016-04-11 | Fix build with HAVE_AUX_VECTOR | Samuel Thibault |
2016-04-10 | Fix crash on getauxval call without HAVE_AUX_VECTOR | Samuel Thibault |
2016-04-09 | When disabling SSE, make sure -fpmath is not set to use SSE either | Khem Raj |
2016-04-09 | configure: fix `test ==` usage | Mike Frysinger |
2016-04-08 | Fix termios.h XCASE namespace (bug 19925). | Joseph Myers |
2016-04-07 | powerpc: Add optimized P8 strspn | Paul E. Murphy |
2016-04-06 | X86-64: Prepare memmove-vec-unaligned-erms.S | H.J. Lu |
2016-04-06 | X86-64: Prepare memset-vec-unaligned-erms.S | H.J. Lu |
2016-04-05 | Force 32-bit displacement in memset-vec-unaligned-erms.S | H.J. Lu |
2016-04-05 | Add a comment in memset-sse2-unaligned-erms.S | H.J. Lu |
2016-04-03 | Don't put SSE2/AVX/AVX512 memmove/memset in ld.so | H.J. Lu |
2016-04-03 | Fix memmove-vec-unaligned-erms.S | H.J. Lu |
2016-04-01 | Remove Fast_Copy_Backward from Intel Core processors | H.J. Lu |
2016-04-01 | Remove powerpc64 strspn, strcspn, and strpbrk implementation | Adhemerval Zanella |
2016-04-01 | Improve generic strcspn performance | Wilco Dijkstra |
2016-04-01 | S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve. | Stefan Liebler |
2016-03-31 | Increase internal precision of ldbl-128ibm decimal printf [BZ #19853] | Paul E. Murphy |
2016-03-31 | Add x86-64 memset with unaligned store and rep stosb | H.J. Lu |
2016-03-31 | Add x86-64 memmove with unaligned load/store and rep movsb | H.J. Lu |
2016-03-31 | S390: Extend structs La_s390_regs / La_s390_retval with vector-registers. | Stefan Liebler |
2016-03-31 | S390: Save and restore fprs/vrs while resolving symbols. | Stefan Liebler |
2016-03-29 | [microblaze] Remove __ASSUME_FUTIMESAT. | Joseph Myers |
2016-03-28 | Initial Enhanced REP MOVSB/STOSB (ERMS) support | H.J. Lu |
2016-03-28 | Synchronize <sys/personality.h> with kernel headers | Aurelien Jarno |
2016-03-28 | Make __memcpy_avx512_no_vzeroupper an alias | H.J. Lu |
2016-03-28 | Implement x86-64 multiarch mempcpy in memcpy | H.J. Lu |
2016-03-28 | [x86] Add a feature bit: Fast_Unaligned_Copy | H.J. Lu |
2016-03-25 | tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860] | Florian Weimer |
2016-03-24 | Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848). | Joseph Myers |
2016-03-23 | Assume __NR_utimensat is always defined | Aurelien Jarno |
2016-03-23 | Assume __NR_openat is always defined | Aurelien Jarno |
2016-03-23 | x86, pthread_cond_*wait: Do not depend on %eax not being clobbered | Nick Alcock |
2016-03-22 | Don't set %rcx twice before "rep movsb" | H.J. Lu |
2016-03-22 | Set index_arch_AVX_Fast_Unaligned_Load only for Intel processors | H.J. Lu |
2016-03-22 | Remove __ASSUME_GETDENTS64_SYSCALL. | Joseph Myers |
2016-03-21 | Remove __ASSUME_SIGNALFD4. | Joseph Myers |
2016-03-21 | posix: Fix posix_spawn implict check style | Adhemerval Zanella |
2016-03-21 | Use JUMPTARGET in x86-64 pthread | H.J. Lu |
2016-03-20 | posix: Fix posix_spawn invalid memory access | Adhemerval Zanella |
2016-03-20 | hurd: Add c++-types expected result | Samuel Thibault |