summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto merge of #2020 - joshtriplett:ifla, r=JohnTitorbors2021-01-051-0/+17
|\
| * Add more IFLA_ valuesJosh Triplett2021-01-051-0/+17
* | Auto merge of #2008 - bsteinb:macos-aarch64-mcontext, r=JohnTitorbors2021-01-059-130/+188
|\ \ | |/ |/|
| * move declarations of mcontext_t and ucontext_tBenedikt Steinbusch2021-01-053-10/+21
| * fix glob symbol name on macOS aarch64Benedikt Steinbusch2021-01-011-1/+4
| * add new constants for macOS Big SurBenedikt Steinbusch2021-01-011-1/+3
| * fix values of constants on macOS aarch64Benedikt Steinbusch2021-01-011-0/+6
| * add declaration of max_align_t for macOS on aarch64Benedikt Steinbusch2021-01-014-7/+21
| * provide declaration of boolean_t for macOS on aarch64Benedikt Steinbusch2021-01-013-1/+4
| * move declaration of __darwin_mcontext64 etc. into align.rsBenedikt Steinbusch2021-01-012-0/+6
| * use [u64; 2] with manual alignment instead of u128Benedikt Steinbusch2021-01-011-1/+2
| * provide complete definition of __darwin_mcontext64 on aarch64Benedikt Steinbusch2021-01-013-66/+78
* | Auto merge of #2019 - kolapapa:mipsel-uclibc, r=JohnTitorbors2021-01-051-0/+2
|\ \
| * | Add EPOLLEXCLUSIVE && EPOLLWAKEUPkolapapa2021-01-041-0/+2
| |/
* | aio functions do not require librt on FreeBSDAlan Somers2021-01-033-17/+40
|/
* Auto merge of #2013 - Thomasdezeeuw:freebsd-constants, r=JohnTitorbors2020-12-291-1/+3
|\
| * Add SO_DOMAIN constant to FreeBSDThomas de Zeeuw2020-12-291-1/+3
* | Auto merge of #2011 - tamird:ip-freebind, r=JohnTitorbors2020-12-291-3/+6
|\ \
| * | Define IP_FREEBIND for FuchsiaTamir Duberstein2020-12-261-3/+6
| |/
* | Auto merge of #2010 - tamird:if-namsiz, r=JohnTitorbors2020-12-281-0/+1
|\ \
| * | Define IFNAMSIZ for FuchsiaTamir Duberstein2020-12-261-0/+1
| |/
* | Auto merge of #2007 - bsteinb:macos-aarch64-symbols, r=JohnTitorbors2020-12-281-3/+9
|\ \ | |/ |/|
| * fix symbols names on macOS aarch64Benedikt Steinbusch2020-12-231-3/+9
* | Auto merge of #2004 - dylni:define-cld-constants-for-more-targets, r=JohnTitorbors2020-12-244-0/+28
|\ \
| * | Define CLD_ constants for more targetsdylni2020-12-214-0/+28
| |/
* | Add ip_mreqn for FuchsiaSam Balana2020-12-211-0/+6
|/
* 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
|/
* Auto merge of #1998 - dylni:make-si-status-method-more-compatible, r=JohnTitorbors2020-12-174-0/+16
|\
| * Make si_status method more compatibledylni2020-12-174-0/+16
* | Auto merge of #1992 - victorhsieh:master, r=JohnTitorbors2020-12-172-2/+2
|\ \ | |/ |/|
| * Android: correct statfs64.f_fsid type & visibilityVictor Hsieh2020-12-092-2/+2
* | Auto merge of #1990 - JohnTitor:arm-macos-state64, r=JohnTitorbors2020-12-123-30/+60
|\ \
| * | Fix `thread_state64` on `aarch64-apple-darwin`Yuki Okushi2020-12-073-30/+60
| |/
* | Declare `O_RSYNC` for Android.whitequark2020-12-121-0/+1
* | Declare `seekdir` and `telldir` for Android.whitequark2020-12-121-0/+2
* | restore the type of the parameter flags of getnameinfo to c_intkolapapa2020-12-101-1/+1
* | Add the Aarch64 HWCAP_ values for AndroidJack Lloyd2020-12-071-0/+43
* | Add getauxval for 64-bit AndroidJack Lloyd2020-12-071-0/+29
|/
* Address review comments.David Craven2020-12-037-108/+18
* Followup to #1649.David Craven2020-12-031-0/+18
* Auto merge of #1982 - Thomasdezeeuw:freebsd-getrandom, r=JohnTitorbors2020-11-271-0/+10
|\
| * Add getrandom to FreeBSDThomas de Zeeuw2020-11-241-0/+10
* | add missing TCP socket options for illumosJoshua M. Clulow2020-11-252-1/+19
* | Auto merge of #1979 - kolapapa:uclibc-dnslookup, r=JohnTitorbors2020-11-251-0/+10
|\ \
| * | Update src/unix/uclibc/mod.rs kolapapa2020-11-231-1/+1