aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-01-16Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers1-1/+2
2017-01-16tile: Check for pointer add overflow in memchrChris Metcalf2-0/+8
2017-01-16tile: pass __IPC_64 as zero for SysV IPC callsChris Metcalf1-0/+21
2017-01-13Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel1-6/+14
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel6-780/+0
2017-01-13powerpc: Regenerate ULPsTulio Magno Quites Machado Filho1-14/+14
2017-01-12Fix MIPS o32 posix_fadvise.Joseph Myers1-0/+4
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel15-147/+147
2017-01-09Update MicroBlaze localplt.data.Joseph Myers1-1/+2
2017-01-05Fix MIPS n64 readahead (bug 21026).Joseph Myers1-0/+2
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes123-61/+59
2017-01-04Fix MicroBlaze bits/setjmp.h for C++.Joseph Myers1-1/+1
2017-01-04Make MIPS soft-fp preserve NaN payloads for NAN2008.Joseph Myers2-2/+26
2017-01-04Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).Joseph Myers1-1/+1
2017-01-03Update i386 libm-test-ulps.Joseph Myers1-4/+4
2017-01-03Remove duplicate strcat implementationsAdhemerval Zanella5-62/+3
2017-01-03powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho3-12/+20
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2-0/+4
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2-0/+40
2017-01-02Correct MIPS math-tests.h condition for sNaN payload preservation.Joseph Myers1-1/+1
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella2-3/+15
2017-01-02Fix pthread_cond_t on sparc for new condvar.Torvald Riegel1-8/+21
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5345-5345/+5345
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