| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use shmat syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 11 | -22/+15 |
* | Consolidate Linux semtimedop implementation | Adhemerval Zanella | 2016-12-28 | 11 | -88/+14 |
* | Use semop syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -13/+6 |
* | Use semget syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -14/+6 |
* | Consolidate Linux semctl implementation | Adhemerval Zanella | 2016-12-28 | 13 | -191/+36 |
* | Use msgget syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -14/+6 |
* | Use msgsnd syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 10 | -13/+5 |
* | Consolidate Linux msgrcv implementation | Adhemerval Zanella | 2016-12-28 | 11 | -61/+6 |
* | Consolidate Linux msgctl implementation | Adhemerval Zanella | 2016-12-28 | 12 | -76/+29 |
* | Refactor Linux ipc_priv header | Adhemerval Zanella | 2016-12-28 | 9 | -32/+204 |
* | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella | 2016-12-28 | 8 | -0/+24 |
* | powerpc: Fix powerpc32/power7 memchr for large input sizes | Tulio Magno Quites Machado Filho | 2016-12-28 | 1 | -1/+10 |
* | powerpc64: strchr/strchrnul optimization for power8 | Rajalakshmi Srinivasaraghavan | 2016-12-28 | 8 | -2/+483 |
* | Fix typos in the spelling of "implementation" | Dmitry V. Levin | 2016-12-27 | 4 | -4/+4 |
* | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella | 2016-12-27 | 8 | -176/+0 |
* | Fix x86_64 memchr for large input sizes | Adhemerval Zanella | 2016-12-27 | 1 | -0/+6 |
* | Do not stack-protect sigreturn stubs [BZ #7065] | Nick Alcock | 2016-12-26 | 2 | -3/+9 |
* | PLT avoidance for __stack_chk_fail [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+12 |
* | Compile the dynamic linker without stack protection [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -1/+1 |
* | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 2016-12-26 | 6 | -0/+8 |
* | Initialize the stack guard earlier when linking statically [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+11 |
* | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra | 2016-12-21 | 1 | -1/+1 |
* | Remove unused function _dl_tls_setup | Florian Weimer | 2016-12-21 | 1 | -6/+0 |
* | x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065] | Nick Alcock | 2016-12-21 | 1 | -0/+3 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 35 | -1/+651 |
* | S390: Optimize lock-elision by decrementing adapt_count at unlock. | Stefan Liebler | 2016-12-20 | 4 | -54/+78 |
* | S390: Use new __libc_tbegin_retry macro in elision-lock.c. | Stefan Liebler | 2016-12-20 | 2 | -28/+58 |
* | S390: Use own tbegin macro instead of __builtin_tbegin. | Stefan Liebler | 2016-12-20 | 5 | -25/+164 |
* | S390: Use C11-like atomics instead of plain memory accesses in lock elision c... | Stefan Liebler | 2016-12-20 | 2 | -12/+27 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 32 | -1/+227 |
* | Disable TSX on some Haswell processors. | Andrew Senkevich | 2016-12-19 | 1 | -6/+23 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 29 | -0/+58 |
* | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 2016-12-16 | 1 | -1/+11 |
* | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2016-12-16 | 2 | -27/+3 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 10 | -27/+231 |
* | Fix powerpc fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2016-12-15 | 2 | -2/+72 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 14 | -152/+37 |
* | Include <linux/falloc.h> in bits/fcntl-linux.h. | Joseph Myers | 2016-12-14 | 1 | -9/+1 |
* | Consolidate renameat Linux implementation | Adhemerval Zanella | 2016-12-14 | 2 | -1/+32 |
* | Consolidate rename Linux implementation | Adhemerval Zanella | 2016-12-14 | 1 | -4/+10 |
* | Make w_log1p type-generic | Gabriel F. T. Gomes | 2016-12-14 | 2 | -46/+0 |
* | powerpc: remove _dl_platform_string and _dl_powerpc_platforms | Andreas Schwab | 2016-12-13 | 2 | -62/+11 |
* | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 2016-12-13 | 5 | -1/+422 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 31 | -0/+174 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 2 | -21/+26 |
* | Get rid of __elision_available | Andreas Schwab | 2016-12-07 | 2 | -9/+3 |
* | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 2016-12-07 | 7 | -10/+22 |
* | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-06 | 2 | -9/+47 |
* | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 2016-12-05 | 3 | -26/+50 |
* | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-02 | 4 | -11/+12 |