summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump ctest from 0.2.7 to 0.2.8dependabot/cargo/ctest-0.2.8dependabot[bot]2018-11-282-4/+4
| | | | | | | Bumps [ctest](https://github.com/alexcrichton/ctest) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/alexcrichton/ctest/releases) - [Commits](https://github.com/alexcrichton/ctest/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Auto merge of #1155 - semarie:openbsd-unbreak, r=gnzlbgbors2018-11-276-17/+17
|\ | | | | | | | | | | | | | | Openbsd unbreak - unbreak openbsd after #1128 - unbreak openbsd after #1151 - while here, add `KERN_CPUSTATS` and increment `KERN_MAXID` for openbsd
| * openbsd: add KERN_CPUSTATS and increment KERN_MAXIDSébastien Marie2018-11-271-1/+2
| |
| * openbsd: unbreak: TCP_* flagsSébastien Marie2018-11-276-10/+10
| |
| * openbsd: unbreak: chflags familySébastien Marie2018-11-273-6/+5
| |
* | Auto merge of #1153 - gnzlbg:fuchsia2, r=alexcrichtonbors2018-11-273-10/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | Remove unreachable fuchsia branches cc @cramertj So this should be a non-functional change because these branches are unreachable, but please try to build fuchsia with this change to make sure this doesn't break anything.
| * | Remove unreachable fuchsia branchesgnzlbg2018-11-273-10/+4
| | |
* | | Auto merge of #1150 - rust-lang:dependabot/cargo/ctest-0.2.7, r=alexcrichtonbors2018-11-272-7/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump ctest from 0.2.6 to 0.2.7 Bumps [ctest](https://github.com/alexcrichton/ctest) from 0.2.6 to 0.2.7. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/alexcrichton/ctest/commits/0.2.7) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ctest&package-manager=cargo&previous-version=0.2.6&new-version=0.2.7)](https://dependabot.com/compatibility-score.html?dependency-name=ctest&package-manager=cargo&previous-version=0.2.6&new-version=0.2.7) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
| * | | Bump ctest from 0.2.6 to 0.2.7dependabot/cargo/ctest-0.2.7dependabot[bot]2018-11-262-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ctest](https://github.com/alexcrichton/ctest) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/alexcrichton/ctest/releases) - [Commits](https://github.com/alexcrichton/ctest/commits/0.2.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Auto merge of #1146 - mwanner:musl-pthread-affinity, r=alexcrichtonbors2018-11-271-0/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | Add a couple pthread function definitions and get_sched for musl. I missed `pthread_setaffinity_np` for the musl variant, so I added a few missing function declarations for musl.
| * | | Add a couple pthread function definitions and get_sched for musl.Markus Wanner2018-11-261-0/+7
| | | |
| * | | Use crates.io keywords and categoriesgnzlbg2018-11-262-5/+6
| | | | | | | | | | | | | | | | Closes #651 .
* | | | Auto merge of #1151 - Fensteer:Add-TCP-constants, r=gnzlbgbors2018-11-277-3/+28
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add some TCP constants Add some TCP constants according to the sources : https://github.com/freebsd/freebsd/blob/master/sys/netinet/tcp.h#L164
| * | | | Add some TCP constantsFensteer2018-11-277-3/+28
|/ / / /
* | | | Auto merge of #1105 - gz:fix-timestamping, r=gnzlbgbors2018-11-276-8/+16
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | Added SOF_TIMESTAMPING, fix too narrow scoping for SO_TIMESTAMPING. Fixes issues raised in #1104 and #1103.
| * | | Update sparc64 value for SO_TIMESTAMPING.Gerd Zellweger2018-11-261-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Gerd Zellweger <gzellweger@vmware.com>
| * | | Remove some SOF_TIMESTAMPING_ options not supported with musl.Gerd Zellweger2018-11-211-11/+0
| | | |
| * | | Added missing net_tstamp.h header to tests.Gerd Zellweger2018-11-211-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
| * | | Break long line to make style check pass.Gerd Zellweger2018-11-211-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
| * | | Add SOF_TIMESTAMPING_* from linux/net_tstamp.h.Gerd Zellweger2018-11-211-0/+19
| | | |
| * | | Move SO_TIMESTAMPING and SCM_TIMESTAMPING.Gerd Zellweger2018-11-215-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | This used to be defined multiple times in different (but not all) architectures. Moving it to general linux module since it's an architecture independent feature.
* | | | Auto merge of #1130 - palfrey:strcase-various, r=alexcrichtonbors2018-11-278-12/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add various strcase* functions and getline Adds * `strcasestr` * `strcasecmp` * `strncasecmp` * `getline` I *think* they're semi-universal, but shall see what CI pops up...
| * | | | Remove hacky Travis workaroundTom Parker-Shemilt2018-11-261-6/+0
| | | | |
| * | | | Remove non-POSIX loop constructTom Parker-Shemilt2018-11-241-5/+4
| | | | |
| * | | | Download Docker images first as that seems to work better at least locallyTom Parker-Shemilt2018-11-241-0/+8
| | | | |
| * | | | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-237-26/+35
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Split out windows strcase* work into gnu/msvc filesTom Parker-Shemilt2018-11-233-30/+30
| | | | |
| * | | | strcase*: add redox supportTom Parker-Shemilt2018-11-232-1/+6
| | | | |
| * | | | strcase*: Add cloudabi supportTom Parker-Shemilt2018-11-232-0/+10
| | | | |
| * | | | Pull cfg_if! outside the externTom Parker-Shemilt2018-11-231-1/+3
| | | | |
| * | | | Split out strcase* into unix, MSVC and Windows-GNUTom Parker-Shemilt2018-11-212-0/+19
| | | | |
| * | | | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-2120-230/+1067
| |\ \ \ \
| * | | | | Fix line-length unix style issueTom Parker-Shemilt2018-11-211-1/+2
| | | | | |
| * | | | | Fix missing imports for unix moduleTom Parker-Shemilt2018-11-211-0/+1
| | | | | |
| * | | | | Define _WITH_GETLINE for FreeBSD so we can move getline into general UnixTom Parker-Shemilt2018-11-204-4/+3
| | | | | |
| * | | | | Split out getline and strcasestr to supported platformsTom Parker-Shemilt2018-11-204-2/+6
| | | | | |
| * | | | | Add getlineTom Parker-Shemilt2018-11-201-0/+1
| | | | | |
| * | | | | Add strcase*Tom Parker-Shemilt2018-11-201-0/+3
| | | | | |
* | | | | | Auto merge of #1152 - palfrey:retry-curl, r=alexcrichtonbors2018-11-2613-22/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retry all curl operations As the docker pulls from #1148 appear mostly fixed, but we're seeing occasional curl timeouts still (e.g. https://travis-ci.org/rust-lang/libc/jobs/459715534, https://travis-ci.org/rust-lang/libc/jobs/459611627), so this should improve things at least a bit.
| * | | | | | Retry all curl operationsTom Parker-Shemilt2018-11-2613-22/+22
| | |_|/ / / | |/| | | |
* | | | | | Auto merge of #1149 - palfrey:travis-xenial, r=alexcrichtonbors2018-11-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Upgrade Travis to using Xenial environment One part "lets use the latest things", to several parts "might this fix #1148"
| * | | | | Upgrade Travis to using Xenial environmentTom Parker-Shemilt2018-11-241-1/+1
|/ / / / /
* | | | | Auto merge of #1141 - gnzlbg:cats, r=gnzlbgbors2018-11-232-5/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use crates.io keywords and categories Closes #651 .
| * | | | | Use crates.io keywords and categoriesgnzlbg2018-11-222-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Closes #651 .
* | | | | | Auto merge of #1139 - gnzlbg:map_anon, r=gnzlbgbors2018-11-221-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | | | | | Add alias for MAP_ANONYMOUS to Apple targets. Closes #1060 .
| * | | | Add alias for MAP_ANONYMOUS to Apple targets.gnzlbg2018-11-221-0/+1
|/ / / / | | | | | | | | | | | | Closes #1060 .
* | | | Remove unstable `libc` feature on rustc-dep-of-std0.2.44Alex Crichton2018-11-211-9/+1
| |_|/ |/| | | | | | | | No longer needed and this is done via other means in upstream rustc
* | | Auto merge of #1134 - alexcrichton:rustc-test, r=gnzlbgbors2018-11-216-14/+29
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for being included via crates.io into std This commit prepares the `libc` crate to be included directly into the standard library via crates.io. More details about this can be found on rust-lang/rust#56092, but the main idea is that this crate now depends on core/compiler-builtins explicitly (but off-by-default). The main caveat here is that this activates `no_core` when building as part of libstd, which means that it needs to explicitly have an `iter` and `option` module for the expansion of `for` loops to work.
| * | Prepare for being included via crates.io into stdAlex Crichton2018-11-216-14/+29
|/ / | | | | | | | | | | | | | | | | | | | | This commit prepares the `libc` crate to be included directly into the standard library via crates.io. More details about this can be found on rust-lang/rust#56092, but the main idea is that this crate now depends on core/compiler-builtins explicitly (but off-by-default). The main caveat here is that this activates `no_core` when building as part of libstd, which means that it needs to explicitly have an `iter` and `option` module for the expansion of `for` loops to work.
* | Auto merge of #1129 - gnzlbg:sgx, r=gnzlbgbors2018-11-2118-223/+1063
|\ \ | | | | | | | | | | | | | | | Add SGX C types cc @jethrogb