summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1380 - gnzlbg:missing_tiors485, r=gnzlbg0.2.56bors2019-05-297-0/+15
|\
| * Add missing TIOCGRS485, TIOCSRS485 constants to Linuxgnzlbg2019-05-297-0/+15
* | Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-2937-762/+759
|\ \
| * | Deprecates fixed-width integer type aliasesgnzlbg2019-05-291-0/+32
| * | Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-2928-691/+691
| * | Refactor fixed-width integer types into its own modulegnzlbg2019-05-2910-71/+36
| |/
* | Auto merge of #1378 - gnzlbg:statx, r=gnzlbgbors2019-05-299-0/+70
|\ \
| * | CI sparc64 glibc version does not have statxgnzlbg2019-05-291-0/+5
| * | Use Rust types instead of fixed-width integer type aliasesgnzlbg2019-05-291-20/+20
| * | Add statx on Linuxgnzlbg2019-05-298-0/+65
| |/
* | Merge pull request #1375 from gnzlbg/deprecate_af_maxgnzlbg2019-05-2921-3/+247
|\ \ | |/ |/|
| * Deprecate AF_MAX and PF_MAXgnzlbg2019-05-2926-8/+262
* | Auto merge of #1374 - gnzlbg:cleanup_asmjs, r=gnzlbgbors2019-05-282-3/+1
|\ \
| * | Bump libc version to 0.2.56gnzlbg2019-05-281-1/+1
| * | Re-enable asmjs on CIgnzlbg2019-05-281-2/+0
* | | Auto merge of #629 - Susurrus:tcflag_t, r=gnzlbgbors2019-05-2818-187/+132
|\ \ \
| * | | Remove termios2 from musl targetsBryant Mairs2019-03-045-55/+0
| * | | Correct datatype for various termios constantsBryant Mairs2019-03-0413-132/+132
* | | | Auto merge of #1372 - tklauser:f-seal-future-write, r=gnzlbgbors2019-05-282-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Add F_SEAL_FUTURE_WRITE on Linux/AndroidTobias Klauser2019-05-282-0/+4
| | |/ | |/|
* | | Auto merge of #1373 - gnzlbg:cleanup_emscripten, r=gnzlbgbors2019-05-2814-218/+129
|\ \ \ | |/ / |/| |
| * | Re-enable wasm32-unknown-emscripten on CIgnzlbg2019-05-281-1/+0
| * | Document SIGUNUSED deprecation on Androidgnzlbg2019-05-281-2/+2
| * | Minor nitpicksgnzlbg2019-05-286-19/+29
| * | Update values of some emscripten constantsgnzlbg2019-05-281-2/+2
| * | [breaking change] remove constants that are unavailable in emscriptengnzlbg2019-05-282-7/+2
| * | [breaking change] sendmmsg/recvmmsg have incorrect signature c_int vs c_uint ...gnzlbg2019-05-282-2/+5
| * | [breaking change] sockaddr_nl is not available on emscriptengnzlbg2019-05-283-32/+64
| * | Enable disabled testsgnzlbg2019-05-282-150/+16
| * | update emscriptengnzlbg2019-05-283-4/+10
|/ /
* | Auto merge of #1365 - gnzlbg:cleanup_linux, r=gnzlbgbors2019-05-2845-478/+605
|\ \
| * | [breaking change] sendmmsg/recvmmsg flag argument is an unsigned integer on MUSLgnzlbg2019-05-2813-80/+95
| * | bump kernel headers to 4.4.2-2gnzlbg2019-05-2711-25/+88
| * | [breaking change] MADV_SOFT_OFFLINE is undefined on MIPSgnzlbg2019-05-2713-6/+34
| * | Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-2742-445/+466
* | | Auto merge of #1371 - Susurrus:mq_attr, r=gnzlbgbors2019-05-276-97/+316
|\ \ \
| * | | Ignore padding for `sockaddr_nl` structBryant Mairs2019-05-273-21/+96
| * | | Ignore padding for mq_attrBryant Mairs2019-05-275-76/+220
| |/ /
* | | Auto merge of #1370 - alesharik:master, r=gnzlbgbors2019-05-272-14/+14
|\ \ \ | |/ / |/| |
| * | Fix SA_* constants for `sigaction` in AndroidalesharikReserv@yandex.ru2019-05-272-14/+14
|/ /
* | Merge pull request #1346 from gnzlbg/simplify_freebsdgnzlbg2019-05-2617-421/+710
|\ \
| * | Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-2417-421/+698
| * | Add a nightly FreeBSD Cirrus-CI taskgnzlbg2019-05-241-3/+15
* | | 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 #1358 - pkubaj:patch-1, r=gnzlbgbors2019-05-251-0/+2
|\ \ \ \
| * | | | Move aarch64 and powerpc64 targets for FreeBSDpkubaj2019-05-251-2/+2
| * | | | Move aarch64 and powerpc64 targets for FreeBSDpkubaj2019-05-241-2/+2
| * | | | Add aarch64-unknown-freebsd to CIpkubaj2019-05-231-0/+1
| * | | | Add powerpc64-unknown-freebsd targetpkubaj2019-05-231-0/+1