summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/musl/b64/s390x.rs
Commit message (Expand)AuthorAgeFilesLines
* linux/musl/s390x: change f_* types to uint from ulongpsykose2023-05-141-12/+12
* s930x-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
* Fix `MAP_SYNC` on musl powerpc and s390.Dan Gohman2023-03-121-0/+1
* Auto merge of #2899 - devnexen:linux_fileclone, r=JohnTitorbors2022-09-191-0/+1
|\
| * linux add FICLONE* ioctl.David Carlier2022-09-191-0/+1
* | Add new Linux system call constantsChristian Duerr2022-09-091-0/+8
|/
* Musl s390x: add ENOTSUP alias for EOPNOTSUPPAleksei Nikiforov2022-05-301-0/+1
* Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-171-36/+0
* Fix definitions of FIONBIO/FIONCLEX/FIOCLEX constants on s390x-musl.Ariadne Conill2022-01-161-3/+3
* Fix ioctl definition on s390x-musl targets.Ariadne Conill2022-01-161-1/+1
* Move BOTHER flag to linux::arch::*Maarten de Vries2021-11-141-1/+0
* Move TIOCM* ioclts and associated flags to linux::arch::*Maarten de Vries2021-11-111-10/+0
* Add missing `ioctl` function to s390x MUSL targetmessense2021-05-111-0/+4
* Unified all Linux sockopts definitions by archzonyitoo2021-04-051-26/+0
* Add more syscall constanstsDominik Stolz2021-03-161-0/+17
* Fix build for `s390x-unknown-linux-musl`Yuki Okushi2021-03-011-90/+12
* musl: s390x: use c_int instead of c_ulong for terminal-related ioctl constantsAriadne Conill2021-02-271-31/+31
* musl: s390x: use c_int instead of c_ulong for ioctl constantsAriadne Conill2021-02-271-2/+2
* add definitions for s390x musl targetsAriadne Conill2021-02-151-0/+841