summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/musl
Commit message (Expand)AuthorAgeFilesLines
* Fix `MAP_SYNC` on musl powerpc and s390.Dan Gohman2023-03-123-2/+4
* Add support for OpenHarmonyAmanieu d'Antras2023-03-041-9/+18
* Add pthread barrierAndrei Odintsov2023-01-114-0/+5
* linux musl adding `PIDFD_NONBLOCK` constant.David Carlier2022-11-201-0/+2
* expose dirname and basenameSteve Lau2022-10-251-0/+3
* some time functions on glibc and muslSteve Lau2022-10-121-0/+10
* add euidaccess and eaccess on gnu/musl linuxSteve Lau2022-10-081-0/+3
* Auto merge of #2899 - devnexen:linux_fileclone, r=JohnTitorbors2022-09-197-0/+7
|\
| * linux add FICLONE* ioctl.David Carlier2022-09-197-0/+7
* | Add new Linux system call constantsChristian Duerr2022-09-099-0/+72
|/
* Add ENOTSUP constant for riscv32/muslKhem Raj2022-08-191-0/+1
* 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
* Auto merge of #2808 - devnexen:linux_somaxconn_rework, r=Amanieubors2022-05-311-0/+2
|\
| * linux SOMAXCONN rework proposal.David Carlier2022-05-281-0/+2
* | Musl s390x: add ENOTSUP alias for EOPNOTSUPPAleksei Nikiforov2022-05-301-0/+1
|/
* Add ENOTSUP constant for riscv64 muslSören Tempel2022-05-081-0/+1
* add malloc_usable_size for musljjl2022-05-021-0/+1
* Auto merge of #2540 - kraj:rv32-musl, r=Amanieubors2022-04-294-0/+818
|\
| * Add riscv32 support for musl C library based linux platformsKhem Raj2022-04-284-0/+818
* | 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
* | Add 400-series syscalls to musl hexagon definitionsBrian Cain2022-02-271-0/+19
* | Auto merge of #2690 - lancethepants:RLIMIT, r=Amanieubors2022-02-2111-65/+0
|\ \
| * | Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-2111-65/+0
* | | Auto merge of #2685 - Amanieu:riscv-ucontext, r=Amanieubors2022-02-142-0/+62
|\ \ \
| * | | Add ucontext_t and mcontext_t for RISC-V LinuxAmanieu d'Antras2022-02-142-0/+62
| |/ /
* | | Implement extra traits for ucontext_tAmanieu d'Antras2022-02-111-0/+35
* | | Add mcontext_t and ucontext_t for ARM LinuxAmanieu d'Antras2022-02-111-0/+36
|/ /
* | 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
* | Define ip_mreqn on all Linux platformsTamir Duberstein2022-01-231-6/+0
* | Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-1713-428/+1
* | 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
* | | uclibc does not have mlock2Jonah Petri2021-12-131-0/+1
* | | memfd_create is a glibc API, which is not present on uclibcJonah Petri2021-11-221-0/+2
* | | Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-171-0/+10
* | | riscv64/musl: remove unused definitions (fixup)Alexander Kanavin2021-11-171-45/+0
* | | FIXUP Correct definitions to match muslDrew DeVault2021-11-171-397/+311
* | | FIXUP: linux/musl/mod.rs: add riscv64 to b64 setDrew DeVault2021-11-171-1/+2
* | | Add base definitions for riscv64 + muslDrew DeVault2021-11-172-0/+870
| |/ |/|
* | Auto merge of #2530 - de-vri-es:tty-cleanup, r=JohnTitorbors2021-11-1510-149/+0
|\ \
| * | 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-1110-147/+0
* | | linux ctermid addition.David Carlier2021-11-131-0/+2
|/ /
* | Move termios2 struct and ioctl constants to linux::arch.Maarten de Vries2021-11-061-11/+0
|/