summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #274 - alexcrichton:bump, r=alexcrichton0.2.11bors2016-05-032-19/+11
|\
| * Bump to 0.2.11Alex Crichton2016-05-032-19/+11
|/
* Auto merge of #272 - kamalmarhubi:apple-rlimit-rss, r=alexcrichtonbors2016-04-301-0/+1
|\
| * apple: Add RLIMIT_RSS as alias of RLIMIT_ASKamal Marhubi2016-04-301-0/+1
|/
* Auto merge of #271 - mbarnett:add_WSIGNALED_etc_for_osx, r=alexcrichtonbors2016-04-292-0/+29
|\
| * fix naming of _WSTATUS macro from wait.hMatt Barnett2016-04-291-4/+4
| * OS X: add various process status tests defined by wait.hMatt Barnett2016-04-282-0/+29
* | Auto merge of #268 - kamalmarhubi:prlimit, r=alexcrichtonbors2016-04-292-0/+7
|\ \
| * | linux: Add prlimit(2) and prlimit64(2)Kamal Marhubi2016-04-292-0/+7
|/ /
* | Auto merge of #269 - kamalmarhubi:linux-android-dups, r=alexcrichtonbors2016-04-286-70/+30
|\ \
| * | notbsd: Deduplicate definitionsKamal Marhubi2016-04-276-70/+30
* | | Auto merge of #265 - fiveop:missing_signals, r=alexcrichtonbors2016-04-282-0/+2
|\ \ \ | |_|/ |/| |
| * | Add SIGEMT (for apple) and SIGINFO (for bsd).Philipp Matthias Schaefer2016-04-262-0/+2
| |/
* | Auto merge of #259 - nodakai:patch-1, r=alexcrichtonbors2016-04-282-1/+11
|\ \ | |/ |/|
| * Explain about the automated tests on TravisKai Noda2016-04-272-1/+11
|/
* Merge pull request #267 from alexcrichton/rustupAlex Crichton2016-04-251-3/+3
|\
| * Use rustup to add targets, not manual curlAlex Crichton2016-04-251-3/+3
|/
* Auto merge of #264 - timonvo:armmusleabi, r=alexcrichtonbors2016-04-183-9/+26
|\
| * Add support for arm-unknown-linux-musleabi{,hf} targets.Timon Van Overveldt2016-04-153-9/+26
* | Auto merge of #255 - fiveop:ucontext_musl, r=alexcrichtonbors2016-04-152-0/+28
|\ \ | |/ |/|
| * Add ucontext for linux-musl.Philipp Matthias Schaefer2016-04-152-0/+28
* | Auto merge of #263 - bluss:printf, r=alexcrichtonbors2016-04-131-0/+10
|\ \
| * | printf: Fix too long linebluss2016-04-131-1/+2
| * | Move printf, scanf family of functions into the unix categorybluss2016-04-132-10/+9
| * | Add the family of printf, scanf functionsbluss2016-04-131-0/+10
* | | Auto merge of #261 - myfreeweb:master, r=alexcrichtonbors2016-04-123-1/+8
|\ \ \
| * | | 64-bit android fixGreg V2016-04-123-1/+8
| |/ /
* | | Auto merge of #262 - alexcrichton:bump, r=alexcrichton0.2.10bors2016-04-122-3/+3
|\ \ \ | |/ / |/| |
| * | Bump to 0.2.10Alex Crichton2016-04-122-3/+3
|/ /
* | Auto merge of #260 - alexcrichton:correctly-gate-travis, r=alexcrichtonbors2016-04-112-3/+3
|\ \
| * | Use '&&' on travis, not ';'Alex Crichton2016-04-112-3/+3
* | | Auto merge of #256 - nodakai:fix-cpu_set, r=alexcrichtonbors2016-04-111-4/+4
|\ \ \ | |_|/ |/| |
| * | Fix CPU_SET and CPU_ISSETNODA, Kai2016-04-101-4/+4
|/ /
* | Auto merge of #237 - Nercury:use-signal-instead-of-bsd-signal, r=alexcrichtonbors2016-04-062-7/+0
|\ \ | |/ |/|
| * Do not skip "signal" when building libc tests.Nerijus Arlauskas2016-04-061-6/+0
| * Use now available link name "signal" instead of "bsd_signal".Nerijus Arlauskas2016-03-191-1/+0
* | Auto merge of #250 - mrhota:readme_update, r=alexcrichtonbors2016-04-041-3/+2
|\ \
| * | Remove iOS doc links from READMEA.J. Gardner2016-04-021-3/+2
* | | Auto merge of #248 - mrhota:langinfo, r=alexcrichtonbors2016-04-0413-1/+580
|\ \ \
| * | | Define xlocale and langinfo interfacesA.J. Gardner2016-04-0413-1/+580
|/ / /
* | | Auto merge of #254 - alexcrichton:rtld-default, r=alexcrichtonbors2016-04-042-0/+2
|\ \ \
| * | | Add RTLD_DEFAULT to more platformsAlex Crichton2016-04-042-0/+2
* | | | Auto merge of #249 - alexcrichton:fix-link, r=alexcrichtonbors2016-04-041-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Link to libraries when disabling `use_std`Alex Crichton2016-04-041-1/+3
|/ / /
* | | Auto merge of #253 - nodakai:strerror_r, r=alexcrichtonbors2016-04-032-2/+3
|\ \ \
| * | | Exclude MS_RMT_MASK from libc-testNODA, Kai2016-04-031-0/+1
| * | | On non-musl Linux, strerror_r should be linked to __xpg_strerror_rNODA, Kai2016-04-031-2/+2
* | | | Auto merge of #252 - mneumann:freebsd_dragonfly_pthread, r=alexcrichtonbors2016-04-031-1/+9
|\ \ \ \
| * | | | Add several pthread functions for DragonFly/FreeBSDMichael Neumann2016-04-031-1/+9
| |/ / /
* | | | Auto merge of #247 - nodakai:clock_getres, r=alexcrichtonbors2016-04-036-27/+85
|\ \ \ \ | |/ / / |/| | |