aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+4
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer1-7/+9
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel27-3791/+323
2016-12-31Add fromfp functions.Joseph Myers58-1/+1011
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers1-9/+3
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella10-35/+7
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella10-14/+7
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella12-89/+32
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella11-22/+15
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella11-88/+14
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella10-13/+6
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella10-14/+6
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella13-191/+36
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella10-14/+6
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella10-13/+5
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella11-61/+6
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella12-76/+29
2016-12-28Refactor Linux ipc_priv headerAdhemerval Zanella9-32/+204
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella8-0/+24
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho1-1/+10
2016-12-28powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan8-2/+483
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin4-4/+4
2016-12-27powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella8-176/+0
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella1-0/+6
2016-12-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2-3/+9
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock1-0/+12
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock1-1/+1
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock6-0/+8
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-0/+11
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra1-1/+1
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-6/+0
2016-12-21x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock1-0/+3
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers35-1/+651
2016-12-20S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler4-54/+78
2016-12-20S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler2-28/+58
2016-12-20S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler5-25/+164
2016-12-20S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler2-12/+27
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers32-1/+227
2016-12-19Disable TSX on some Haswell processors.Andrew Senkevich1-6/+23
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg29-0/+58
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella1-1/+11
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes2-27/+3
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers10-27/+231
2016-12-15Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers2-2/+72
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers14-152/+37
2016-12-14Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers1-9/+1
2016-12-14Consolidate renameat Linux implementationAdhemerval Zanella2-1/+32
2016-12-14Consolidate rename Linux implementationAdhemerval Zanella1-4/+10
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes2-46/+0
2016-12-13powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab2-62/+11