aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Implement the mlock2 functionFlorian Weimer2-0/+2
2017-11-27Add _Float64x function aliases.Joseph Myers4-0/+218
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer2-0/+2
2017-11-21S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler4-16/+12
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor1-3/+6
2017-11-09Add jmp_buf-macros.hH.J. Lu2-0/+12
2017-10-31Consolidate Linux sigpending() implementationYury Norov1-36/+0
2017-10-18Add _Float128 function aliases.Joseph Myers4-0/+218
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella3-85/+2
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2-0/+6
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu1-0/+1
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella4-2/+8
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2-0/+6
2017-09-13posix: Fix compat glob code on s390 and alphaAdhemerval Zanella1-0/+2
2017-09-08posix: Consolidate Linux glob implementationAdhemerval Zanella1-0/+2
2017-08-31Remove NO_CANCELLATION macroAdhemerval Zanella2-2/+0
2017-08-30Fix mcontext_t sigcontext namespace (bug 21457).Joseph Myers1-1/+0
2017-08-28Remove abi-*-options compiler flagsFlorian Weimer1-2/+0
2017-08-24Remove cancellation support for syscall generationAdhemerval Zanella2-218/+14
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-0/+2
2017-08-09sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]Dmitry V. Levin1-6/+0
2017-08-09Fix uc_* namespace (bug 21457).Joseph Myers1-3/+3
2017-08-09Fix s390 version of pt-longjmp.cAndreas Schwab1-2/+2
2017-08-07Fix XPG4.2 bits/sigaction.h namespace (bug 21899).Joseph Myers1-4/+4
2017-07-23S390: fix sys/ptrace.h to make it includible again after asm/ptrace.hDmitry V. Levin1-16/+52
2017-07-11S390: Fix tst-ptrace-singleblock if kernel does not support PTRACE_SINGLEBLOCK.Stefan Liebler1-2/+52
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella1-1/+0
2017-06-27S390: Add new hwcap values for new cpu architecture - arch12.Stefan Liebler1-0/+3
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers1-2/+2
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler3-20/+154
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler1-19/+12
2017-06-19s390: optimize syscall functionChristian Borntraeger2-18/+6
2017-06-07Add include guards to dl-procinfo.hSiddhesh Poyarekar1-0/+3
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers1-13/+24
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella2-0/+8
2017-05-30Add reallocarray functionDennis Wölfing2-0/+4
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers1-8/+2
2017-05-20Remove __need macros from signal.h.Zack Weinberg2-341/+1
2017-05-19Split up bits/sigstack.h.Joseph Myers1-0/+3
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella4-233/+32
2017-04-06Build divdi3 only for architecture that required itAdhemerval Zanella1-0/+8
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