about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390
Commit message (Expand)AuthorAgeFilesLines
...
* Fix s390 version of pt-longjmp.cAndreas Schwab2017-08-091-2/+2
* Fix XPG4.2 bits/sigaction.h namespace (bug 21899).Joseph Myers2017-08-071-4/+4
* S390: fix sys/ptrace.h to make it includible again after asm/ptrace.hDmitry V. Levin2017-07-231-16/+52
* S390: Fix tst-ptrace-singleblock if kernel does not support PTRACE_SINGLEBLOCK.Stefan Liebler2017-07-111-2/+52
* Consolidate Linux fcntl implementationAdhemerval Zanella2017-06-301-1/+0
* S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler2017-06-271-0/+3
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-261-2/+2
* S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler2017-06-193-20/+154
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-191-19/+12
* s390: optimize syscall functionChristian Borntraeger2017-06-192-18/+6
* Add include guards to dl-procinfo.hSiddhesh Poyarekar2017-06-071-0/+3
* Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers2017-06-011-13/+24
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-312-0/+8
* Add reallocarray functionDennis Wölfing2017-05-302-0/+4
* Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers2017-05-231-8/+2
* Remove __need macros from signal.h.Zack Weinberg2017-05-202-341/+1
* Split up bits/sigstack.h.Joseph Myers2017-05-191-0/+3
* Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella2017-04-124-233/+32
* Build divdi3 only for architecture that required itAdhemerval Zanella2017-04-061-0/+8
* Consolidate set* Linux implementationAdhemerval Zanella2017-03-289-11/+0
* Consolidate Linux send implementationAdhemerval Zanella2017-03-091-1/+0
* Consolidate Linux sendto implementationAdhemerval Zanella2017-03-091-1/+1
* Consolidate Linux recv implementationAdhemerval Zanella2017-03-091-1/+0
* Consolidate Linux recvfrom implementationAdhemerval Zanella2017-03-091-1/+1
* Consolidate Linux connect implementationAdhemerval Zanella2017-03-091-1/+1
* Consolidate Linux accept implementationAdhemerval Zanella2017-03-091-1/+2
* Add Linux PTRACE_EVENT_STOPKir Kolyshkin2017-02-081-2/+4
* S390: Adjust lock elision code after review.Stefan Liebler2017-01-204-43/+54
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01108-108/+108
* Add fromfp functions.Joseph Myers2016-12-312-0/+24
* Use shmget syscall for linux implementationAdhemerval Zanella2016-12-281-4/+0
* Use shmdt syscall for linux implementationAdhemerval Zanella2016-12-281-1/+0
* Consolidate Linux shmctl implementationAdhemerval Zanella2016-12-281-1/+0
* Use shmat syscall for Linux implementationAdhemerval Zanella2016-12-281-5/+4
* Consolidate Linux semtimedop implementationAdhemerval Zanella2016-12-281-5/+7
* Use semop syscall for Linux implementationAdhemerval Zanella2016-12-281-1/+0
* Use semget syscall for Linux implementationAdhemerval Zanella2016-12-281-1/+0
* Consolidate Linux semctl implementationAdhemerval Zanella2016-12-281-1/+0
* Use msgget syscall for Linux implementationAdhemerval Zanella2016-12-281-1/+0
* Use msgsnd syscall for Linux implementationAdhemerval Zanella2016-12-281-1/+0
* Consolidate Linux msgrcv implementationAdhemerval Zanella2016-12-281-1/+0
* Consolidate Linux msgctl implementationAdhemerval Zanella2016-12-281-1/+0
* Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella2016-12-281-0/+3
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-212-0/+6
* S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler2016-12-204-54/+78
* S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler2016-12-202-28/+58
* S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler2016-12-205-25/+164
* S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler2016-12-202-12/+27
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-202-0/+12
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-162-0/+4