aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1417-1417/+1417
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel14-3685/+80
2016-12-31Add fromfp functions.Joseph Myers26-0/+312
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-26Do not stack-protect sigreturn stubs [BZ #7065]Nick Alcock2-3/+9
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock2-0/+2
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra1-1/+1
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers26-0/+78
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 Myers26-0/+156
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg28-0/+56
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers4-35/+26
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-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer30-0/+172
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer2-21/+26
2016-12-07Get rid of __elision_availableAndreas Schwab2-9/+3
2016-12-05Use C11-like atomics instead of plain memory accesses in x86 lock elision.Torvald Riegel2-15/+31
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers26-0/+78
2016-12-01Add missing hidden_def (__sigsetjmp).Joseph Myers1-0/+1
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer42-97/+36
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer16-0/+48
2016-11-29Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey8-0/+107
2016-11-29powerpc: Remove unintended __longjmp symbol from ABIFlorian Weimer1-1/+0
2016-11-28Work around IA64 tst-setcontext2.c compile failure.Joseph Myers1-0/+24
2016-11-28Partial ILP32 support for aarch64.Steve Ellcey10-11/+49
2016-11-28Fix for [f]statfs64/[f]statfs aliasing patchSteve Ellcey2-16/+22
2016-11-28Do not include asm/cachectl.h in nios2 sys/cachectl.h.Joseph Myers1-3/+0
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers26-0/+78
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella44-689/+55
2016-11-22Allow [f]statfs64 to alias [f]statfsSteve Ellcey17-0/+55
2016-11-21Always define XSTAT_IS_XSTAT64Steve Ellcey19-13/+27
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers26-0/+78