This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 06 Mar, 2021 2 commits
-
-
dependabot[bot] authored
Bumps [x86](https://github.com/gz/rust-x86) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/gz/rust-x86/releases) - [Commits](https://github.com/gz/rust-x86/compare/0.36.0...0.37.0) Signed-off-by:
dependabot[bot] <support@github.com>
-
bors[bot] authored
170: Bump crossbeam-utils from 0.8.2 to 0.8.3 r=stlankes a=dependabot[bot] Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-utils's releases</a>.</em></p> <blockquote> <h2>crossbeam-utils 0.8.3</h2> <ul> <li>Make <code>loom</code> dependency optional. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/666">#666</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/d841a2028dc72b4e09739116f07e865db60f3690"><code>d841a20</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/667">#667</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/2b8b3fba82f69d4e6cc7318d8fc2f47478ff11f7"><code>2b8b3fb</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/f8c9922c1ab01ad1e4aed4bcfda70d81c77f23ce"><code>f8c9922</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/666">#666</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/50d2b85841a3d1804b6c9a0197e5c9e07c008ee7"><code>50d2b85</code></a> Make loom dependency optional</li> <li>See full diff in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.2...crossbeam-utils-0.8.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 26 Feb, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.2...crossbeam-utils-0.8.3) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 24 Feb, 2021 1 commit
-
-
bors[bot] authored
169: Bump crossbeam-utils from 0.8.1 to 0.8.2 r=stlankes a=dependabot[bot] Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.1 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-utils's releases</a>.</em></p> <blockquote> <h2>crossbeam-utils 0.8.2</h2> <ul> <li>Deprecate <code>AtomicCell::compare_and_swap</code>. Use <code>AtomicCell::compare_exchange</code> instead. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/619">#619</a>)</li> <li>Add <code>Parker::park_deadline</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/563">#563</a>)</li> <li>Improve implementation of <code>CachePadded</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/636">#636</a>)</li> <li>Add unstable support for <code>loom</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/487">#487</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/d709c89589265c1d68424c3f06b87cf7750fb5d4"><code>d709c89</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/659">#659</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/b71b94412cb1915a0cb2d4ffe043c67b7d935b8a"><code>b71b944</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/591">#591</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/b05c62df2222c4aec6327b2dcd07c52cfc2b06bc"><code>b05c62d</code></a> Run sanitizers on CI</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/e85d8f4f20c8a8a6ebde6566fa5bb5ab154d32b3"><code>e85d8f4</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/655">#655</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/ae5ca20f9235cdee5601c5f31864e4c873c209a3"><code>ae5ca20</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/658">#658</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/d6eb68777d3e39d0049d7fbbd6031f3568bb3f0c"><code>d6eb687</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/661">#661</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/5691c5fa871037d2fc7b70f081e80d97b95d52f9"><code>5691c5f</code></a> Do not re-run CI on master branch</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/82a173f997f3cdf507d24dc301af80291e92e70d"><code>82a173f</code></a> Update SkipSet docs to use deref</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/cbd255770a9bbda5de8b1d3e2067699cdfc2b81b"><code>cbd2557</code></a> Add docs for SkipSet and SkipList</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/b3d48984efc634cb5ee0ee417f89ce4ae6d61ec1"><code>b3d4898</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/657">#657</a></li> <li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.1...crossbeam-utils-0.8.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 22 Feb, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.1...crossbeam-utils-0.8.2) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 15 Feb, 2021 3 commits
-
-
bors[bot] authored
168: fix device number of the legacy virtio network device r=stlankes a=stlankes in addition, we update the toolchain to the latest version Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 14 Feb, 2021 2 commits
-
-
bors[bot] authored
167: spelling police: inital -> initial r=stlankes a=quangIO I hope this type of PR does not annoy you :) but I believe the correct spelling is [initial](https://www.oxfordlearnersdictionaries.com/spellcheck/english/?q=inital) Co-authored-by:
Quang Luong <quangio@outlook.com>
-
Quang Luong authored
Signed-off-by:
Quang Luong <quangio@outlook.com>
-
- 06 Feb, 2021 1 commit
-
-
Stefan Lankes authored
-
- 03 Feb, 2021 2 commits
-
-
bors[bot] authored
166: clearify license text, add workround to use raw-cpuid r=stlankes a=stlankes The workaround should solve issue hermitcore/libhermit-rs#164 and is only necessry until gz/rust-x86#71 is accepted. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
- 02 Feb, 2021 3 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
Since today, the maintainer supports the latest version of raw-cpuid. However, this version is currently not uploaded to crates.io.
-
Stefan Lankes authored
The workaround should solve issue hermitcore/libhermit-rs#164 and is only necessry until gz/rust-x86#71 is accepted.
-
- 28 Jan, 2021 1 commit
-
-
bors[bot] authored
165: Bump log from 0.4.13 to 0.4.14 r=stlankes a=dependabot[bot] Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.14] - 2021-01-27</h2> <ul> <li>Remove the <code>__private_api_log_lit</code> special case.</li> <li>Fixed incorrect combination of <code>kv_unstable</code> and <code>std</code> features causing compile failures.</li> <li>Remove unstable <code>Value::to_*</code> conversions that were incorrectly using <code>as</code>.</li> <li>Rename unstable <code>Value::to_error</code> to <code>Value::to_borrowed_error</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/9d4206770dd93f07cb27c3e1f41dc21c45031302"><code>9d42067</code></a> Prepare for.0.4.14 release (<a href="https://github-redirect.dependabot.com/rust-lang/log/issues/447">#447</a>)</li> <li><a href="https://github.com/rust-lang/log/commit/c8ab70b74308f46ed56cedfe1e1855be9727da71"><code>c8ab70b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/446">#446</a> from hyd-dev/format-args-capture</li> <li><a href="https://github.com/rust-lang/log/commit/2d1a477f5a711d7aa1bbf0ca0c2a01b02a236763"><code>2d1a477</code></a> Remove the <code>__private_api_log_lit</code> special case</li> <li><a href="https://github.com/rust-lang/log/commit/1cd39c01fd991e30a7c6eb4ae2b89d9d8af268db"><code>1cd39c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/442">#442</a> from KodrAus/0.4.13-patch</li> <li><a href="https://github.com/rust-lang/log/commit/71895e0e1e3f9f8d315cc9146ea6ab34a12949f7"><code>71895e0</code></a> update changelog to reflect 0.4.13 patch</li> <li><a href="https://github.com/rust-lang/log/commit/c9ab9d44e43d2054864068fefdd293515e36cb77"><code>c9ab9d4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/439">#439</a> from Thomasdezeeuw/remove_compare_exchange</li> <li><a href="https://github.com/rust-lang/log/commit/16ecfbeeb44c200f39b379f281d54ae6c0801746"><code>16ecfbe</code></a> Remove usage of AtomicUsize::compare_exchange</li> <li><a href="https://github.com/rust-lang/log/commit/c10d1e53f3a03c22acb67ff8f12dd3ea75bb18f1"><code>c10d1e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/435">#435</a> from KodrAus/cargo/0.4.13</li> <li><a href="https://github.com/rust-lang/log/commit/eff148e459a034959c61d8c15f254451aae3eb51"><code>eff148e</code></a> prepare for 0.4.13 release</li> <li><a href="https://github.com/rust-lang/log/commit/b169072cba29e7f3bb5d9f824556a16e4ceba51e"><code>b169072</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/434">#434</a> from rust-lang/fix/kv-features</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.13...0.4.14">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 27 Jan, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [log](https://github.com/rust-lang/log) from 0.4.13 to 0.4.14. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.13...0.4.14) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 24 Jan, 2021 9 commits
-
-
bors[bot] authored
163: specifiy the prefered CPU r=stlankes a=stlankes Conseuently, we disable some host features to avoid bugs like https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1884470. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
Conseuently, we disable some host features to avoid bugs like https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1884470.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
bors[bot] authored
162: switch to the latest nightly compiler r=stlankes a=stlankes - explicit activation of optimized core functions (e.g. memcpy) isn't longer required Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
- explicit activation of optimized core functions (e.g. memcpy) isn't longer required
-
bors[bot] authored
160: fix bug by building the minimal version of libhermit r=stlankes a=stlankes This PR should solve issue #157 In addition, I add a small test to build the minimal configuration. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de> Co-authored-by:
Stefan Lankes <stlankes@users.noreply.github.com>
-
Stefan Lankes authored
-
- 22 Jan, 2021 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
The current version of integration tests crahs sometime. This is failure in uhyve and temporary disable these tests.
-
- 21 Jan, 2021 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 20 Jan, 2021 4 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
This reverts commit 339abc21.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 19 Jan, 2021 1 commit
-
-
Stefan Lankes authored
-
- 17 Jan, 2021 1 commit
-
-
Stefan Lankes authored
-
- 16 Jan, 2021 3 commits
-
-
bors[bot] authored
159: call scheduler only if the task has to block r=stlankes a=stlankes the previous version is able to switch to another core, if a task is available Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
bors[bot] authored
158: define build-std-features to avoid conflicts with the package test r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-