about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390
Commit message (Expand)AuthorAgeFilesLines
* s390: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-192/+103
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-031-1/+2
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-031-0/+4
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-4/+0
* Linux: Add tables with system call numbersFlorian Weimer2020-01-022-0/+762
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0193-93/+93
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-271-38/+0
* nptl: Move waitpid implementation to libcAdhemerval Zanella2019-12-192-2/+0
* nptl: Move wait implementation to libcAdhemerval Zanella2019-12-192-4/+0
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-092-1/+2
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-071-0/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-062-4/+0
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-012-0/+2
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-241-0/+5
* S390: Remove not needed stack frame in syscall function.Stefan Liebler2019-10-232-44/+8
* Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella2019-10-181-3/+5
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-171-0/+1
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-141-0/+9
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-104-60/+9
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-072-2/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-042-2/+0
* Refactor vDSO initialization codeAdhemerval Zanella2019-09-173-95/+4
* Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella2019-09-174-18/+32
* Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert2019-09-071-2/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0795-95/+95
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-044-10/+10
* nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer2019-08-302-2/+0
* nptl: Move pthread_attr_setdetachstate implementation into libcFlorian Weimer2019-08-282-2/+0
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-235-92/+52
* nptl: Move pthread_attr_getdetachstate implementation into libcFlorian Weimer2019-08-162-2/+0
* nptl: Move pthread_attr_init implementation into libcFlorian Weimer2019-08-152-3/+0
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-0/+32
* login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]Florian Weimer2019-08-152-5/+10
* nptl: Remove pthread_self compatibility symbol from libpthreadFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_attr_destroy implementation into libcFlorian Weimer2019-08-152-2/+0
* nptl: Move pthread_equal implementation into libcFlorian Weimer2019-08-152-2/+0
* s390: Fix Enable VDSO for static linkingStefan Liebler2019-08-061-0/+2
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-052-6/+0
* s390: Enable VDSO for static linkingAdhemerval Zanella2019-08-054-9/+8
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-122-0/+2
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-122-7/+8
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-122-0/+4
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Add POSIX-proposed sem_clockwaitMike Crowe2019-07-122-0/+2
* nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer2019-07-023-5/+1
* Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWNTobias Klauser2019-06-211-1/+1
* Linux: Add getdents64 system callFlorian Weimer2019-06-072-0/+2
* sysvipc: Consolidate semtimedop s390Adhemerval Zanella2019-05-202-36/+29