summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/arch/generic/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* linux_like: Add missing constants for loongarch64WANG Rui2023-05-061-2/+4
* Define `FICLONE` on mips and power.Dan Gohman2023-04-211-8/+2
* Upstream a few more constants from rustix.Dan Gohman2023-04-181-1/+10
* Add support for OpenHarmonyAmanieu d'Antras2023-03-041-2/+2
* Add FICLONE ioctl for linux aarch64David Tolnay2022-10-311-1/+3
* linux add FICLONE* ioctl.David Carlier2022-09-191-0/+7
* Add Linux BLKIOMIN and BLKIOOPT ioctl constantsStefan Hajnoczi2022-03-011-0/+2
* Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-211-94/+136
* Fix linux ioctl BLKSSZGET and BLKPBSZGET constants types.Mek1012022-01-251-2/+2
* Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-171-8/+102
* Add more linux ioctl constansts: BLKSSZGET and BLKPBSZGETMek1012021-12-031-0/+3
* Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-171-8/+8
* Add IBSHIFT constant for Linux and Android.Maarten de Vries2021-11-141-0/+1
* Move BOTHER flag to linux::arch::*Maarten de Vries2021-11-141-0/+2
* Move TIOCM* ioclts and associated flags to linux::arch::*Maarten de Vries2021-11-111-0/+16
* Move termios2 struct and ioctl constants to linux::arch.Maarten de Vries2021-11-061-0/+18
* Unified all Linux sockopts definitions by archzonyitoo2021-04-051-0/+100