aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
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-03powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers
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-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-31Add fromfp functions.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-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler
2016-12-20S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler
2016-12-20S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler
2016-12-20S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers
2016-12-14Consolidate renameat Linux implementationAdhemerval Zanella
2016-12-14Consolidate rename Linux implementationAdhemerval Zanella
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-12-07Get rid of __elision_availableAndreas Schwab
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-11-29Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer
2016-11-28Work around IA64 tst-setcontext2.c compile failure.Joseph Myers
2016-11-28Partial ILP32 support for aarch64.Steve Ellcey