summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump patch version to 0.2.600.2.60gnzlbg2019-07-151-1/+1
* Auto merge of #1432 - josephlr:errno, r=gnzlbgbors2019-07-156-5/+31
|\
| * Remove use of `unstable` featureJoe Richey2019-07-143-9/+2
| * Update documentation to point to Rust issueJoe Richey2019-07-121-2/+4
| * Add libc_thread_local cfg and unstable featureJoe Richey2019-07-106-15/+35
| * dragonfly: Add errno behind libc_thread_localJoe Richey2019-07-103-2/+11
| * libc::c_int -> ::c_intJoe Richey2019-07-102-2/+2
| * Add __errno_location on Redox, DragonFlyBSD, HaikuJoe Richey2019-07-104-2/+4
|/
* Auto merge of #1436 - condy0919:linux_pthread_setname, r=gnzlbgbors2019-07-101-0/+5
|\
| * Support pthread_{set,get}name_np for linux with glibccondy2019-07-101-0/+5
|/
* Auto merge of #1435 - dianpopa:master, r=gnzlbgbors2019-07-091-0/+5
|\
| * Add missing syscalls for aarch64-unknown-linux-muslDiana Popa2019-07-091-0/+5
|/
* Auto merge of #1421 - DoumanAsh:expose_posix_timer_value, r=gnzlbgbors2019-07-097-1/+124
|\
| * Expose signal value of siginfo_tDouman2019-07-097-1/+124
|/
* Auto merge of #1430 - gnzlbg:bump_v, r=gnzlbg0.2.59bors2019-07-081-1/+1
|\
| * Bump patch versiongnzlbg2019-07-081-1/+1
|/
* Auto merge of #1423 - Susurrus:issue_665, r=gnzlbgbors2019-07-0621-334/+1
|\
| * Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-0521-334/+1
* | Auto merge of #1429 - gnzlbg:appveyor_reduce, r=gnzlbgbors2019-07-061-0/+1
|\ \
| * | Reduce appveyor churngnzlbg2019-07-061-0/+1
|/ /
* | Auto merge of #1419 - gnzlbg:ctest_fix, r=gnzlbgbors2019-07-053-14/+91
|\ \ | |/ |/|
| * Fix appveyor try 3gnzlbg2019-07-051-13/+9
| * Fix appveyor try 2gnzlbg2019-07-051-1/+1
| * Fix x86_64 muslgnzlbg2019-07-051-0/+1
| * Allow s390x to fail - segfaultgnzlbg2019-07-051-0/+1
| * Allow PPC to fail - segfaultgnzlbg2019-07-051-1/+1
| * Fix FreeBSD and Appveyorgnzlbg2019-07-052-0/+11
| * Allow wasi to failgnzlbg2019-07-051-0/+1
| * Silence roundtrip errorsgnzlbg2019-07-051-1/+49
| * Silence roundtrip in linuxgnzlbg2019-07-051-1/+14
| * Update ctest versiongnzlbg2019-07-031-0/+6
|/
* Auto merge of #1418 - fintelia:patch-2, r=gnzlbgbors2019-06-281-1/+1
|\
| * Fix link in README.mdJonathan Behrens2019-06-281-1/+1
|/
* Auto merge of #1407 - tmfink:wasi-schar, r=gnzlbgbors2019-06-281-0/+1
|\
| * wasi: add c_schar definitionTravis Finkenauer2019-06-251-0/+1
* | Auto merge of #1411 - acfoltzer:ucontext-compat, r=gnzlbgbors2019-06-273-3/+13
|\ \
| * | fix line lengthAdam C. Foltzer2019-06-271-1/+3
| * | replace deprecated string functions in style scriptAdam C. Foltzer2019-06-271-2/+2
| * | add fixmes for the ucontext_t shadow stack fieldAdam C. Foltzer2019-06-272-0/+4
| * | filter out the struct test rather than removing the headerAdam C. Foltzer2019-06-261-4/+6
| * | remove newer `__ssp` field from `ucontext_t` for earlier glib compatAdam C. Foltzer2019-06-262-2/+4
| |/
* | Auto merge of #1409 - jbaublitz:nl-const-rtm-pr, r=gnzlbgbors2019-06-272-0/+54
|\ \ | |/ |/|
| * Move constants to gnu/mod.rs that are not musl-compatibleJohn Baublitz2019-06-262-4/+5
| * Add RTM_* constants to linux/mod.rs for rtnetlinkJohn Baublitz2019-06-261-0/+53
|/
* Auto merge of #1404 - robertdfrench:solarish-doors, r=gnzlbgbors2019-06-251-0/+40
|\
| * Obey 80 char line widthRobert D. French2019-06-231-10/+11
| * Support calls to the SunOS Doors APIRobert D. French2019-06-221-0/+39
* | Auto merge of #1350 - dbrgn:ttyname_r, r=gnzlbgbors2019-06-241-0/+4
|\ \ | |/ |/|
| * fixup! Add ttyname_rDanilo Bargen2019-06-231-0/+2
| * Add ttyname_rDanilo Bargen2019-05-191-0/+2