summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/gnu/b32/sparc
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate definitionDominik Stolz2021-03-161-1/+0
|
* Add more syscall constanstsDominik Stolz2021-03-161-0/+18
|
* Add SO_PEERSEC and SO_PASSSEC for all linux archs and androidTorbjørn Birch Moltu2021-03-081-0/+2
| | | | | | | | | | | 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
* RustfmtAmanieu d'Antras2021-02-011-1/+1
|
* Fix build for `sparc-unknown-linux-gnu`Yuki Okushi2020-10-201-67/+0
|
* Merge pull request #1897 from Aaron1011/feature/sys-pidfd-open-clone3Josh Triplett2020-09-301-0/+3
|\ | | | | Add SYS_pidfd_open and SYS_clone3
| * Add SYS_pidfd_open and SYS_clone3Aaron Hill2020-09-171-0/+3
| | | | | | | | | | | | These syscalls were added recently, and therefore have consistent numbers across different architetures (other than the weird offsetting on some platforms).
* | Fix type definition for c_char on sparc-unknown-linux-gnuJohn Paul Adrian Glaubitz2020-09-271-1/+1
|/ | | | On sparc-unknown-linux-gnu, char is signed, not unsigned.
* Tweak `MAP_SYNC`Yuki Okushi2020-03-151-0/+1
|
* Add F_OFD_* constantsAndre Nathan2020-03-101-0/+3
|
* Add initial support for sparc-unknown-linux-gnuJohn Paul Adrian Glaubitz2019-11-252-0/+985