summaryrefslogtreecommitdiff
path: root/src/unix/linux_like
Commit message (Expand)AuthorAgeFilesLines
* Fix linux ioctl BLKSSZGET and BLKPBSZGET constants types.Mek1012022-01-254-8/+8
* Auto merge of #2650 - sunfishcode:sunfishcode/mfd-huge-sizes, r=Amanieubors2022-01-252-0/+28
|\
| * Define the `MFD_HUGE_*` macros for Linux and Android.Dan Gohman2022-01-242-0/+28
* | Auto merge of #2639 - sunfishcode:sunfishcode/linux-super-magic, r=Amanieubors2022-01-254-179/+118
|\ \
| * | Don't define the `*_SUPER_MAGIC` constants on Emscripten.Dan Gohman2022-01-241-1/+3
| * | Move `BINDERFS_SUPER_MAGIC` and `XFS_SUPER_MAGIC` back into ABI-specific mods.Dan Gohman2022-01-243-4/+19
| * | Consolodate the Linux `*_SUPER_MAGIC` constants.Dan Gohman2022-01-204-192/+114
| |/
* | add O_NOFOLLOW flag to uclibcBenjamin Lamowski2022-01-241-0/+1
* | Define ip_mreqn on all Linux platformsTamir Duberstein2022-01-238-42/+6
|/
* uclibc: fix O_TMPFILE value, un-pub some unused fields to fix libc-testJonah Petri2022-01-192-20/+20
* uclibc: PTRACE_O_MASK comes from the kernel, not from libc, so don't speciali...Jonah Petri2022-01-192-7/+1
* Auto merge of #2615 - lancethepants:TIOCGWINSZ, r=Amanieubors2022-01-1836-935/+329
|\
| * Undefine FIOASYNC for sparc64.lancethepants2022-01-181-1/+1
| * Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-1736-935/+329
* | Add `ip_mreqn` on AndroidTamir Duberstein2022-01-171-0/+6
|/
* Auto merge of #2630 - kaniini:chore/s390x-musl-fixes, r=Amanieubors2022-01-171-4/+4
|\
| * 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
* | Add android ioctl constansts: BLKSSZGET and BLKPBSZGETMek1012022-01-131-0/+3
|/
* Define UMOUNT_NOFOLLOW on Linux-like platformsRyan Zoeller2022-01-121-2/+2
* Auto merge of #2622 - devnexen:fuse_super_magic, r=Amanieubors2022-01-121-0/+2
|\
| * linux GLIBC add FUSE_SUPER_MAGICDavid Carlier2022-01-121-0/+2
* | Android defines _POSIX_VDISABLERyan Zoeller2022-01-101-0/+2
|/
* linux GLIBC add malloc_trim fn.David Carlier2022-01-081-0/+1
* linux add ptrace_syscall_info ptrace query.David Carlier2022-01-039-0/+85
* linux/android add ptracec_peeksiginfo_args struct.David Carlier2021-12-294-1/+19
* Auto merge of #2417 - devnexen:user_regs_struct_arm64, r=Amanieubors2021-12-293-0/+21
|\
| * linux/android aarch64 add user_regs_struct.David Carlier2021-11-023-0/+21
* | linux seccomp extension for glibcDavid Carlier2021-12-204-0/+44
* | linux BPF filters operandsDavid Carlier2021-12-191-0/+79
* | mips64: add missing ENOTSUP constDonald Hoskins2021-12-161-0/+1
* | Auto merge of #2592 - skrap:uclibc-fix-extproc-type, r=Amanieubors2021-12-151-1/+1
|\ \
| * | uclibc: fix type of EXTPROC.Jonah Petri2021-12-131-1/+1
* | | uclibc does not have mlock2Jonah Petri2021-12-133-1/+2
|/ /
* | Auto merge of #2548 - Mek101:master, r=Amanieubors2021-12-094-0/+12
|\ \
| * | Removed endianess conditionals on mips ioctlMek1012021-12-051-9/+2
| * | Fix ioctl constants on mips little-endianMek1012021-12-051-2/+2
| * | Fix ioctl constants on mips big-endianMek1012021-12-041-2/+2
| * | Fix ioctl constants on PowerPCMek1012021-12-041-9/+2
| * | Endian dependent ioctl constants on PowerPCMek1012021-12-041-2/+9
| * | Endian dependent ioctl constants on mipsMek1012021-12-041-2/+9
| * | Add more linux ioctl constansts: BLKSSZGET and BLKPBSZGETMek1012021-12-034-0/+12
* | | Auto merge of #2525 - qwandor:mlock2, r=Amanieubors2021-12-092-0/+6
|\ \ \
| * | | Add mlock2 on Android and Linux.Andrew Walbran2021-11-092-0/+6
* | | | linux add pidfd_open syscall modeDavid Carlier2021-12-061-0/+1
| |/ / |/| |
* | | memfd_create is a glibc API, which is not present on uclibcJonah Petri2021-11-223-2/+4
* | | Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-177-28/+58
* | | 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