prevent invalid reads of nl_arg in printf_core
[musl] / arch / s390x /
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagys390x: add ptrace requests from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2020-12-04 Marius Hillenbrands390x: derive float_t from compiler or default to float
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkerremove use of endian.h from arch reloc.h headers, clean up
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-07-01 Szabolcs Nagys390x: drop SO_ definitions from bits/socket.h
2019-04-23 Rich Felkerfix regression in s390x SO_PEERSEC definition
2019-03-13 Jonathan Neuschäferfix POSIX_FADV_DONTNEED/_NOREUSE on s390x
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-19 Szabolcs Nagys390x: add kexec_file_load syscall number from linux...
2018-03-10 Rich Felkeruse PAGESIZE rather than PAGE_SIZE in user.h bits
2018-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
2018-02-22 Szabolcs Nagys390x: add s390_sthyi system call from v4.15
2017-11-05 Szabolcs Nagys390x: use generic ioctl.h
2017-11-05 Szabolcs Nagys390x: add syscall number for s390_guarded_storage...
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-08-30 Szabolcs Nagys390x: add bits/hwcap.h
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-04-22 Bobby Binghams390x: provide sigcontext struct definition
2017-03-16 Tuan M. Hoangs390x: fix fpreg_t and remove unused per_struct
2016-12-17 Bobby Binghamfix use of incomplete struct type in s390x user.h
2016-12-17 Bobby Binghamfix typo in s390x user.h
2016-11-12 Bobby Binghamadd s390x port