aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Consolidate set* Linux implementationAdhemerval Zanella9-11/+0
2017-03-09Consolidate Linux send implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella1-1/+1
2017-03-09Consolidate Linux recv implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella1-1/+1
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella1-1/+1
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella1-1/+2
2017-02-08Add Linux PTRACE_EVENT_STOPKir Kolyshkin1-2/+4
2017-01-20S390: Adjust lock elision code after review.Stefan Liebler4-43/+54
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers108-108/+108
2016-12-31Add fromfp functions.Joseph Myers2-0/+24
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella1-4/+0
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella1-1/+0
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella1-5/+4
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella1-5/+7
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella1-1/+0
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella1-1/+0
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella1-0/+3
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers2-0/+6
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 Myers2-0/+12
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg2-0/+4
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer2-0/+4
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers2-0/+6
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer3-13/+2
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-0/+3
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2-0/+6
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella4-41/+0
2016-11-22Allow [f]statfs64 to alias [f]statfsSteve Ellcey1-0/+1
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers2-0/+6
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella5-9/+5
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2-0/+6
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2-0/+6
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers2-0/+6
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2-0/+6
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers2-0/+6
2016-10-07Use libc_ifunc macro for siglongjmp, longjmp in libpthread.Stefan Liebler1-2/+2
2016-10-06Add iseqsig.Joseph Myers2-0/+6
2016-09-28Minor correction to the "installed header hygiene" patches.Zack Weinberg1-2/+2
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg1-5/+5
2016-09-07Add femode_t functions.Joseph Myers2-0/+4