about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390
Commit message (Expand)AuthorAgeFilesLines
* S390: Fix namespace violation in struct stat (BZ #16714).Stefan Liebler2014-03-241-2/+2
* S390: Correct type of sa_flags in struct sigaction for POSIX conformanceStefan Liebler2014-03-241-1/+2
* Fix POSIX namespace for <bits/siginfo.h> (bug 16674).Joseph Myers2014-03-071-37/+43
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-212-5/+5
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-102-2/+2
* S/390: Merge 32 and 64 bit ucontext.h.Andreas Krebbel2014-01-222-98/+6
* S/390: Make ucontext_t extendible.Andreas Krebbel2014-01-0714-17/+279
* S/390: Make jmp_buf extendible.Andreas Krebbel2014-01-0710-6/+159
* ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger2014-01-061-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0190-90/+90
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-269-28/+28
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Clean up __libc_sa_len helper.Roland McGrath2013-08-271-2/+3
* * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel2013-08-201-1/+2
* Sync sys/ptrace with Linux 3.10Andreas Jaeger2013-07-041-1/+20
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-281-1/+5
* New API to set default thread attributesSiddhesh Poyarekar2013-06-152-0/+8
* Remove trailing whitespace.Joseph Myers2013-06-0511-16/+16
* Update s390/bits/siginfo.hEdjunior Machado2013-05-151-3/+7
* S/390: Change struct statfs[64] member types to unsigned valuesHeiko Carstens2013-04-231-12/+12
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-022-0/+10
* Remove MAP_GROWSUP on s390Andreas Jaeger2013-03-061-2/+0
* Sync with Linux 3.8Andreas Jaeger2013-03-062-1/+3
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-051-4/+2
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-057-86/+100
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-041-69/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-182-0/+6
* Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers2013-02-081-2/+1
* Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers2013-02-042-4/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0290-96/+90
* S/390: Add hwcap value for transactional execution.Andreas Krebbel2012-11-081-0/+1
* Remove redundant defines of __O_LARGEFILEAndreas Jaeger2012-10-271-2/+0
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-242-0/+10
* F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger2012-10-241-22/+0
* Always define __O_LARGEFILEAndreas Jaeger2012-10-221-6/+4
* Use __O_LARGEFILE instead of O_LARGEFILEAndreas Jaeger2012-10-221-2/+2
* Reorganization of bits/fcntl.h for LinuxAndreas Jaeger2012-10-201-257/+9
* Get rid of unused __swblk_t type.Roland McGrath2012-10-011-1/+0
* Clean up init-first.c files.Roland McGrath2012-10-011-2/+3
* Remove __ASSUME_FADVISE64_64_SYSCALL.Joseph Myers2012-08-211-25/+2
* Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers2012-08-202-46/+6
* S/390: Remove 32 bit getrlimit.c.Andreas Krebbel2012-08-201-1/+0
* Remove __ASSUME_CLONE_THREAD_FLAGS.Joseph Myers2012-08-141-4/+2
* Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ...Roland McGrath2012-08-061-0/+3
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-061-0/+7
* Merge Linux 3.5 ptrace changesAndreas Jaeger2012-07-261-6/+10
* Merge _sigsys changes from Linux 3.5Andreas Jaeger2012-07-261-1/+12
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-252-0/+6
* Move localplt baselines to sysdeps directories.Joseph Myers2012-07-202-0/+14
* S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel2012-07-196-20/+89