about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate strcat implementationsAdhemerval Zanella2017-01-035-62/+3
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-033-12/+20
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-032-0/+4
* Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2017-01-022-0/+40
* Correct MIPS math-tests.h condition for sNaN payload preservation.Joseph Myers2017-01-021-1/+1
* Fix i686 memchr for large input sizesAdhemerval Zanella2017-01-022-3/+15
* Fix pthread_cond_t on sparc for new condvar.Torvald Riegel2017-01-021-8/+21
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-015345-5345/+5345
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+4
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-7/+9
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-3127-3791/+323
* Add fromfp functions.Joseph Myers2016-12-3158-1/+1011
* Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers2016-12-301-9/+3
* Use shmget syscall for linux implementationAdhemerval Zanella2016-12-2810-35/+7
* Use shmdt syscall for linux implementationAdhemerval Zanella2016-12-2810-14/+7
* Consolidate Linux shmctl implementationAdhemerval Zanella2016-12-2812-89/+32
* Use shmat syscall for Linux implementationAdhemerval Zanella2016-12-2811-22/+15
* Consolidate Linux semtimedop implementationAdhemerval Zanella2016-12-2811-88/+14
* Use semop syscall for Linux implementationAdhemerval Zanella2016-12-2810-13/+6
* Use semget syscall for Linux implementationAdhemerval Zanella2016-12-2810-14/+6
* Consolidate Linux semctl implementationAdhemerval Zanella2016-12-2813-191/+36
* Use msgget syscall for Linux implementationAdhemerval Zanella2016-12-2810-14/+6
* Use msgsnd syscall for Linux implementationAdhemerval Zanella2016-12-2810-13/+5
* Consolidate Linux msgrcv implementationAdhemerval Zanella2016-12-2811-61/+6
* Consolidate Linux msgctl implementationAdhemerval Zanella2016-12-2812-76/+29
* Refactor Linux ipc_priv headerAdhemerval Zanella2016-12-289-32/+204
* Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella2016-12-288-0/+24
* powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho2016-12-281-1/+10
* powerpc64: strchr/strchrnul optimization for power8Rajalakshmi Srinivasaraghavan2016-12-288-2/+483
* Fix typos in the spelling of "implementation"Dmitry V. Levin2016-12-274-4/+4
* powerpc: Remove f{max,min}{f} assembly implementationsAdhemerval Zanella2016-12-278-176/+0
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-271-0/+6
* Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2016-12-262-3/+9
* PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock2016-12-261-0/+12
* Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock2016-12-261-1/+1
* Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2016-12-266-0/+8
* Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock2016-12-261-0/+11
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-211-1/+1
* Remove unused function _dl_tls_setupFlorian Weimer2016-12-211-6/+0
* x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065]Nick Alcock2016-12-211-0/+3
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-2135-1/+651
* S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler2016-12-204-54/+78
* S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler2016-12-202-28/+58
* S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler2016-12-205-25/+164
* S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler2016-12-202-12/+27
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-2032-1/+227
* Disable TSX on some Haswell processors.Andrew Senkevich2016-12-191-6/+23
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-1629-0/+58
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-161-1/+11