aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2017-01-24Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke
2017-01-20Remove very old libm-test-ulps entries.Joseph Myers
2017-01-20powerpc: Fix adapt_count update in __lll_unlock_elisionTulio Magno Quites Machado Filho
2017-01-20S390: Adjust lock elision code after review.Stefan Liebler
2017-01-19Restore clock_* librt exports for MicroBlaze (bug 21061).Joseph Myers
2017-01-19Fix ARM fpu_control.h for assemblers requiring VFP insn names (bug 21047).Joseph Myers
2017-01-16Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers
2017-01-16tile: Check for pointer add overflow in memchrChris Metcalf
2017-01-16tile: pass __IPC_64 as zero for SysV IPC callsChris Metcalf
2017-01-13Clear list of acquired robust mutexes in the child process after forking.Torvald Riegel
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel
2017-01-13powerpc: Regenerate ULPsTulio Magno Quites Machado Filho
2017-01-12Fix MIPS o32 posix_fadvise.Joseph Myers
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-09Update MicroBlaze localplt.data.Joseph Myers
2017-01-05Fix MIPS n64 readahead (bug 21026).Joseph Myers
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-04Fix MicroBlaze bits/setjmp.h for C++.Joseph Myers
2017-01-04Make MIPS soft-fp preserve NaN payloads for NAN2008.Joseph Myers
2017-01-04Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).Joseph Myers
2017-01-03Update i386 libm-test-ulps.Joseph Myers
2017-01-03Remove duplicate strcat implementationsAdhemerval Zanella
2017-01-03powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers
2017-01-02Correct MIPS math-tests.h condition for sNaN payload preservation.Joseph Myers
2017-01-02Fix i686 memchr for large input sizesAdhemerval Zanella
2017-01-02Fix pthread_cond_t on sparc for new condvar.Torvald Riegel
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-31Add fromfp functions.Joseph Myers
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella
2016-12-28Refactor Linux ipc_priv headerAdhemerval Zanella
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho