summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-2725-23/+89
* Merge pull request #1346 from gnzlbg/simplify_freebsdgnzlbg2019-05-2613-228/+577
|\
| * Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-2413-228/+577
* | Auto merge of #1364 - gnzlbg:deprecate_mach, r=gnzlbgbors2019-05-252-99/+167
|\ \
| * | Deprecate mach APIs: users should use the `mach` crate instead.gnzlbg2019-05-242-99/+167
* | | Auto merge of #511 - malbarbo:android_sa, r=gnzlbgbors2019-05-253-8/+18
|\ \ \
| * | | Fix android SA_* constantsMarco A L Barbosa2019-02-203-8/+18
* | | | Auto merge of #503 - TethysSvensson:fix-mode, r=gnzlbgbors2019-05-251-3/+3
|\ \ \ \
| * | | | Set the type for S_ISUID, S_ISGID and S_ISVTX correctlyMathias Svensson2019-03-031-3/+3
* | | | | Auto merge of #1360 - jbaublitz:nl_consts_pr-2, r=gnzlbgbors2019-05-242-0/+15
|\ \ \ \ \
| * | | | | Fix CI errors by moving non-musl netlink constants to linux/other/mod.rsJohn Baublitz2019-05-242-6/+5
| * | | | | Add final netlink constants referenced as needed for rtnetlink in the documen...John Baublitz2019-05-231-0/+16
| | |_|/ / | |/| | |
* | | | | Auto merge of #1366 - Susurrus:iff_constants, r=gnzlbgbors2019-05-241-13/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Change datatype for some IFF_ constantsBryant Mairs2019-05-241-13/+13
* | | | | Auto merge of #1361 - gnzlbg:std_feature, r=gnzlbgbors2019-05-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Deprecate `use_std` cargo feature: use `std` instead .gnzlbg2019-05-241-1/+1
| |/ / /
* | | | Fix locale_t in unix and fuchsia.gnzlbg2019-05-242-12/+4
|/ / /
* | | Auto merge of #1344 - gnzlbg:fix_android_bj, r=gnzlbgbors2019-05-2316-63/+103
|\ \ \
| * | | [breaking change] remove getdtablesize - removed in Android API 21gnzlbg2019-05-231-1/+0
| * | | [breaking change] remove __prognamegnzlbg2019-05-231-4/+0
| * | | Test strerror_r on Android and Linuxgnzlbg2019-05-2311-4/+35
| * | | [breaking change] personality takes a c_uint instead of c_ulong on Androidgnzlbg2019-05-231-2/+1
| * | | [breaking change] set/getpriority who argument is of type id_t on Androidgnzlbg2019-05-231-2/+3
| * | | [breaking change] recvfrom takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | | [breaking change] mprotect takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | | [breaking change] msync takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | | [breaking change] madvise takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | | [breaking change] pthread_key_t is signed on Androidgnzlbg2019-05-234-1/+3
| * | | [breaking change] fix types of stat/stat64 structs, atime/mtime/ctime fields ...gnzlbg2019-05-233-30/+30
| * | | Deprecate ENOATTR on Linux and Androidgnzlbg2019-05-232-4/+8
| * | | [breaking change] sigaction.sa_flags changed from c_ulong to c_int on 32-bit ...gnzlbg2019-05-231-1/+1
| * | | [breaking change] sigaction.sa_flags changed signedness on x86_64-androidgnzlbg2019-05-231-1/+1
| * | | [breaking change] __sched_cpucount changed pointer mutability on x86_64-androidgnzlbg2019-05-231-1/+2
| * | | Update FILENAME_MAX, L_tmpnam, MS_*, SYS_ and NFT* Android constantsgnzlbg2019-05-235-10/+17
* | | | openbsd: add KERN_PFSTATUS and update KERN_MAXIDSébastien Marie2019-05-231-1/+11
* | | | Auto merge of #1351 - jbaublitz:nl_consts_pr, r=gnzlbgbors2019-05-222-0/+143
|\ \ \ \ | |/ / / |/| | |
| * | | Fix builds by moving the rest of the current constants to linux/other/mod.rs ...John Baublitz2019-05-222-5/+8
| * | | Fix builds by moving some constants to linux/other/mod.rs to avoid breaking muslJohn Baublitz2019-05-212-11/+14
| * | | Add more neighbour.h constantsJohn Baublitz2019-05-171-0/+13
| * | | Add NTF_ constsJohn Baublitz2019-05-171-0/+8
| * | | Add NUD_ constsJohn Baublitz2019-05-171-0/+11
| * | | Add RT_TABLE_ constsJohn Baublitz2019-05-171-0/+6
| * | | RT_SCOPE_ constsJohn Baublitz2019-05-171-0/+6
| * | | RTN_ and RTPROT_ constsJohn Baublitz2019-05-171-0/+19
| * | | Add RTA_ const valuesJohn Baublitz2019-05-171-0/+29
| * | | Commit for rtnetlink constsJohn Baublitz2019-05-172-0/+45
* | | | Refactor OpenBSD-like module into OpenBSDgnzlbg2019-05-226-503/+483
* | | | Auto merge of #1354 - gnzlbg:gettimeofday, r=gnzlbgbors2019-05-2216-14/+30
|\ \ \ \
| * | | | [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-2216-14/+30
| |/ / /
* | | | Auto merge of #1340 - ibabushkin:mmap_flags, r=gnzlbgbors2019-05-213-0/+6
|\ \ \ \