Age | Commit message (Expand) | Author |
2017-01-02 | Correct MIPS math-tests.h condition for sNaN payload preservation. | Joseph Myers |
2017-01-02 | Fix i686 memchr for large input sizes | Adhemerval Zanella |
2017-01-02 | Fix pthread_cond_t on sparc for new condvar. | Torvald Riegel |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer |
2016-12-31 | New condvar implementation that provides stronger ordering guarantees. | Torvald Riegel |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-12-30 | Define __intmax_t, __uintmax_t in bits/types.h. | Joseph Myers |
2016-12-28 | Use shmget syscall for linux implementation | Adhemerval Zanella |
2016-12-28 | Use shmdt syscall for linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux shmctl implementation | Adhemerval Zanella |
2016-12-28 | Use shmat syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux semtimedop implementation | Adhemerval Zanella |
2016-12-28 | Use semop syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Use semget syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux semctl implementation | Adhemerval Zanella |
2016-12-28 | Use msgget syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Use msgsnd syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux msgrcv implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux msgctl implementation | Adhemerval Zanella |
2016-12-28 | Refactor Linux ipc_priv header | Adhemerval Zanella |
2016-12-28 | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella |
2016-12-28 | powerpc: Fix powerpc32/power7 memchr for large input sizes | Tulio Magno Quites Machado Filho |
2016-12-28 | powerpc64: strchr/strchrnul optimization for power8 | Rajalakshmi Srinivasaraghavan |
2016-12-27 | Fix typos in the spelling of "implementation" | Dmitry V. Levin |
2016-12-27 | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella |
2016-12-27 | Fix x86_64 memchr for large input sizes | Adhemerval Zanella |
2016-12-26 | Do not stack-protect sigreturn stubs [BZ #7065] | Nick Alcock |
2016-12-26 | PLT avoidance for __stack_chk_fail [BZ #7065] | Nick Alcock |
2016-12-26 | Compile the dynamic linker without stack protection [BZ #7065] | Nick Alcock |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock |
2016-12-26 | Initialize the stack guard earlier when linking statically [BZ #7065] | Nick Alcock |
2016-12-21 | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra |
2016-12-21 | Remove unused function _dl_tls_setup | Florian Weimer |
2016-12-21 | x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065] | Nick Alcock |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers |
2016-12-20 | S390: Optimize lock-elision by decrementing adapt_count at unlock. | Stefan Liebler |
2016-12-20 | S390: Use new __libc_tbegin_retry macro in elision-lock.c. | Stefan Liebler |
2016-12-20 | S390: Use own tbegin macro instead of __builtin_tbegin. | Stefan Liebler |
2016-12-20 | S390: Use C11-like atomics instead of plain memory accesses in lock elision c... | Stefan Liebler |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers |
2016-12-19 | Disable TSX on some Haswell processors. | Andrew Senkevich |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg |
2016-12-16 | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella |
2016-12-16 | Make w_scalbln type-generic | Gabriel F. T. Gomes |
2016-12-15 | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers |
2016-12-15 | Fix powerpc fmax, fmin sNaN handling (bug 20947). | Joseph Myers |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers |