summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in swapoffVilgot Fredenberg2021-03-301-1/+1
* Define SO_INCOMING_CPU for i686-unknown-linux-muslFlorent Bécart2021-03-261-0/+1
* Auto merge of #2123 - Heliozoa:master, r=JohnTitorbors2021-03-241-0/+1
|\
| * Define SO_INCOMING_CPU for i686-unknown-linux-gnuHeliozoa2021-03-241-0/+1
* | Move `AT_*` consts from `linux_like/linux/gnu` to `linux_like/linux`Yuki Okushi2021-03-252-27/+26
|/
* Define SO_INCOMING_CPU for {aarch64,x86_64}-unknown-linux-muslOssi Herrala2021-03-192-0/+2
* Add getauxval to muslAmanieu d'Antras2021-03-171-0/+1
* Add `renameat2` and change their flags' type to `c_uint`Yuki Okushi2021-03-172-3/+10
* Add SO_INCOMING_CPU for targets arm-unknown-linux-*zonyitoo2021-03-172-0/+2
* Remove duplicate definitionDominik Stolz2021-03-161-1/+0
* Add more syscall constanstsDominik Stolz2021-03-1623-0/+402
* Add SYS_clone3 for musl targetsDominik Stolz2021-03-148-0/+8
* Move some structs to s_no_extra_traits due to large arraysNoah2021-03-121-16/+82
* Add structs from linux/uinput.h + a couple of input-related constantsNoah2021-03-121-0/+66
* Add SO_PEERSEC and SO_PASSSEC for all linux archs and androidTorbjørn Birch Moltu2021-03-0815-0/+30
* Add gettid() for Linux and AndroidTheDoctor3142021-03-051-0/+2
* Add definitions for security related MAGICKenta Tada2021-03-021-0/+4
* Add definition of SELINUX_MAGICKenta Tada2021-03-011-0/+2
* Fix build for `s390x-unknown-linux-musl`Yuki Okushi2021-03-012-92/+22
* Auto merge of #2071 - kaniini:s390x-musl, r=Amanieubors2021-02-283-1/+846
|\
| * musl: s390x: use c_int instead of c_ulong for terminal-related ioctl constantsAriadne Conill2021-02-271-31/+31
| * musl: s390x: use c_int instead of c_ulong for ioctl constantsAriadne Conill2021-02-271-2/+2
| * add definitions for s390x musl targetsAriadne Conill2021-02-153-1/+846
* | Fix mips64-musl ioctl consts to c_intJubilee Young2021-02-231-31/+31
|/
* style fixes to satisfy new rustfmtJonah Petri2021-02-131-2/+2
* uclibc: fix x86_64-unknown-l4re-uclibc buildJonah Petri2021-02-131-12/+54
* move EPOLLEXCLUSIVE and EPOLLWAKEUP to linux/mod.rsJonah Petri2021-02-124-6/+2
* uclibc: style fixesJonah Petri2021-02-125-117/+103
* change getnameinfo flags type to int to conform to other libc implementationsJonah Petri2021-02-121-1/+1
* uclibc -> linux-like/linux: Manual consolitation of redundant structs and fns.Jonah Petri2021-02-1211-853/+401
* uclibc -> linux-like/linux: mostly mechanical removal of redundant symbolsJonah Petri2021-02-1219-14/+3553
* Auto merge of #2066 - wmanley:preadv2-pwritev2, r=JohnTitorbors2021-02-121-0/+23
|\
| * Move `RWF_*` constants into linux/gnu/mod.rsWilliam Manley2021-02-112-7/+9
| * preadv2/pwritev2: Only define these functions with glibcWilliam Manley2021-02-112-14/+14
| * Linux: Add `preadv2` and `pwritev2` and associated constantsWilliam Manley2021-02-111-0/+21
* | Add mount ID to statxMax Reitz2021-02-111-1/+4
* | Make statx's padding fields privateMax Reitz2021-02-111-2/+2
* | Add bindings for iconv callsAlexander Batischev2021-02-111-0/+15
|/
* RustfmtAmanieu d'Antras2021-02-0115-43/+43
* Don't mark time_t as deprecated on musl in rustc buildAmanieu d'Antras2021-02-011-5/+8
* Remove link directives for libutil on linux-gnu targetsJosh Triplett2021-01-286-6/+0
* Add support for the ILP32 variant of AArch64Amanieu d'Antras2021-01-204-44/+159
* Move structs to `s_no_extra_traits`Yuki Okushi2021-01-071-21/+23
* Define some consts on 1.25 ot higherYuki Okushi2021-01-071-1/+1
* Define basic Linux SocketCAN constants and typesDamian Jarek2021-01-072-0/+102
* Add more IFLA_ valuesJosh Triplett2021-01-051-0/+17
* Auto merge of #1999 - Jakob-Naucke:fix-statfs-magic-s390x, r=JohnTitorbors2020-12-211-50/+105
|\
| * Declare statfs MAGIC constants as c_uint on s390xJakob Naucke2020-12-211-50/+105
* | Populate mcontext_t on aarch64-linux-muslLuca Barbato2020-12-191-5/+7
|/
* Address review comments.David Craven2020-12-037-108/+18