Commit Graph

13 Commits

Author SHA1 Message Date
Yuki Okushi 3fae7e9ce7 Fix style 2021-04-06 10:10:29 +09:00
Florent Bécart 24c15302ae Define SO_INCOMING_CPU for i686-unknown-linux-musl 2021-03-26 14:03:36 +02:00
Dominik Stolz a9c4446eeb Add more syscall constansts 2021-03-16 07:57:34 +01:00
Dominik Stolz efe0fe9499 Add SYS_clone3 for musl targets 2021-03-14 20:58:21 +01:00
Torbjørn Birch Moltu fe4be350a8 Add SO_PEERSEC and SO_PASSSEC for all linux archs and android
SO_PASSSEC and SO_PEERSEC were already added for the most common archs
such as x86_64 and aarch64, but were missing on for example x86.

Sources:
* linux mips: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/mips/include/uapi/asm/socket.h
* linux sparc: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/sparc/include/uapi/asm/socket.h
* other linux: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/asm-generic/socket.h
* android: https://android.googlesource.com/platform/bionic.git/+/refs/heads/master/libc/kernel/uapi/asm-generic/socket.h
2021-03-08 00:10:10 +01:00
Amanieu d'Antras 9d393107c6 Rustfmt 2021-02-01 22:52:54 +00:00
David Craven 53a8be9696 Address review comments. 2020-12-03 17:33:05 +01:00
Yuki Okushi 5e10268b64
Tweak `MAP_SYNC` 2020-03-15 01:17:53 +09:00
Andre Nathan c18ab84108 Add F_OFD_* constants 2020-03-10 13:27:38 -03:00
ru 5472ccded8 structs nlmsghdr, nlmsgerr and nlattr added to linux arm and x86 musl targets 2020-02-19 14:31:31 +01:00
oxalica d211ebff76
Bring back SYS_pkey_* for musl 2019-11-22 13:55:52 +08:00
oxalica ea00e8b911
Provide SYS_statx for more arch 2019-11-22 13:46:40 +08:00
gnzlbg 974f550e1c Implement max_align_t 2019-09-20 17:17:22 +02:00