summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/arch
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-213-8/+8
* 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-014-0/+8
* Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-214-106/+294
* Fix linux ioctl BLKSSZGET and BLKPBSZGET constants types.Mek1012022-01-254-8/+8
* Undefine FIOASYNC for sparc64.lancethepants2022-01-181-1/+1
* Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-174-8/+325
* 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
* Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-174-28/+28
* Add IBSHIFT constant for Linux and Android.Maarten de Vries2021-11-144-0/+4
* Move BOTHER flag to linux::arch::*Maarten de Vries2021-11-144-0/+8
* Move TIOCM* ioclts and associated flags to linux::arch::*Maarten de Vries2021-11-114-0/+65
* Move termios2 struct and ioctl constants to linux::arch.Maarten de Vries2021-11-063-0/+54
* Unified all Linux sockopts definitions by archzonyitoo2021-04-055-0/+390