summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/musl/b64
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
* powerpc64-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
* x86_64-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
* Add pthread barrierAndrei Odintsov2023-01-111-0/+1
* Auto merge of #2899 - devnexen:linux_fileclone, r=JohnTitorbors2022-09-196-0/+6
|\
| * linux add FICLONE* ioctl.David Carlier2022-09-196-0/+6
* | Add new Linux system call constantsChristian Duerr2022-09-095-0/+40
|/
* Fix incorrect constant for O_LARGEFILE on mips64-linux-musljam1garner2022-08-151-1/+1
* linux 64 bits gnu/musl add clone_args for clone3 syscall.David Carlier2022-05-312-0/+33
* Musl s390x: add ENOTSUP alias for EOPNOTSUPPAleksei Nikiforov2022-05-301-0/+1
* Add ENOTSUP constant for riscv64 muslSören Tempel2022-05-081-0/+1
* mips64: add missing symbolsDonald Hoskins2022-04-041-0/+1
* Create optionally-available __int128 typedefs and use them for ARM64 definiti...Aria Beingessner2022-03-232-0/+14
* Auto merge of #2690 - lancethepants:RLIMIT, r=Amanieubors2022-02-215-13/+0
|\
| * Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-215-13/+0
* | Add ucontext_t and mcontext_t for RISC-V LinuxAmanieu d'Antras2022-02-142-0/+62
|/
* Add 400-series syscalls to musl riscv64 definitionsRoss Schulman2022-02-011-0/+19
* riscv64/mod.rs: Add missing error codesKhem Raj2022-01-261-0/+5
* Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-176-219/+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
* Auto merge of #2417 - devnexen:user_regs_struct_arm64, r=Amanieubors2021-12-291-0/+7
|\
| * linux/android aarch64 add user_regs_struct.David Carlier2021-11-021-0/+7
* | mips64: add missing ENOTSUP constDonald Hoskins2021-12-161-0/+1
* | riscv64/musl: remove unused definitions (fixup)Alexander Kanavin2021-11-171-45/+0
* | FIXUP Correct definitions to match muslDrew DeVault2021-11-171-397/+311
* | Add base definitions for riscv64 + muslDrew DeVault2021-11-172-0/+870
* | Move BOTHER flag to linux::arch::*Maarten de Vries2021-11-142-2/+0
* | Move TIOCM* ioclts and associated flags to linux::arch::*Maarten de Vries2021-11-115-68/+0
|/
* musl: add missing AArch64 HWCAP_* constsTony Arcieri2021-05-131-0/+34
* Add missing `ioctl` function to s390x MUSL targetmessense2021-05-111-0/+4
* Auto merge of #2143 - coolreader18:rlim-nlimits-linux, r=JohnTitorbors2021-04-083-0/+3
|\
| * Add RLIM_NLIMITS constant as alias of RLIMIT_NLIMITS on linux_likeNoah2021-04-083-0/+3
* | Auto merge of #2139 - JohnTitor:style-rework, r=Amanieubors2021-04-061-5/+1
|\ \
| * | Fix styleYuki Okushi2021-04-061-5/+1
* | | Unified all Linux sockopts definitions by archzonyitoo2021-04-055-161/+3
|/ /
* | Define SO_INCOMING_CPU for {aarch64,x86_64}-unknown-linux-muslOssi Herrala2021-03-192-0/+2
* | Add more syscall constanstsDominik Stolz2021-03-165-0/+89
* | Add SYS_clone3 for musl targetsDominik Stolz2021-03-144-0/+4
|/
* Add SO_PEERSEC and SO_PASSSEC for all linux archs and androidTorbjørn Birch Moltu2021-03-083-0/+6
* Fix build for `s390x-unknown-linux-musl`Yuki Okushi2021-03-011-90/+12
* Auto merge of #2071 - kaniini:s390x-musl, r=Amanieubors2021-02-282-0/+844
|\
| * 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-152-0/+844
* | Fix mips64-musl ioctl consts to c_intJubilee Young2021-02-231-31/+31
|/
* RustfmtAmanieu d'Antras2021-02-012-2/+2
* Populate mcontext_t on aarch64-linux-muslLuca Barbato2020-12-191-5/+7