This project is mirrored from https://github.com/hermitcore/hermit-rs.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 26, 2023
-
-
bors[bot] authored
-
joboet authored
-
bors[bot] authored
394: mark old TCP interface as deprecated r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
bors[bot] authored
388: add BSD socket layer r=stlankes a=stlankes The new BSD socket layer depends on hermitcore/libhermit-rs#633 and a revised version of `std`. `std` is part of the [rust](/hermitcore/rust/tree/socket) fork. Note: If you use this version, please modify `Cargo.toml`. [`hermit-abi`](https://github.com/hermitcore/rust/blob/socket/library/std/Cargo.toml#L45 ) must point to the version of this PR. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
- Jan 25, 2023
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- Jan 13, 2023
-
-
bors[bot] authored
390: Migrate from deprecated license format to SPDX License Expression r=mkroening a=mkroening See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60 Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Jan 12, 2023
-
-
Stefan Lankes authored
-
- Jan 11, 2023
-
- Dec 12, 2022
-
-
bors[bot] authored
387: Upgrade to nightly-2022-12-12 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
- Dec 05, 2022
-
-
bors[bot] authored
386: Update core_affinity requirement from 0.5 to 0.7 r=mkroening a=dependabot[bot] Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/d217f7ff731980d2f94c4d3081c13e37b73014f6"><code>d217f7f</code></a> Bumped version</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/e58efabae410452b6edfa067fcc89e8655e1216f"><code>e58efab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/15">#15</a> from stlankes/patch-1</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/7c791d4a97685783dc9f75de686e8146da1f7b24"><code>7c791d4</code></a> Fix set_for_current_helper</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/87b3371bfd45bf5b913d988262886a887d467bee"><code>87b3371</code></a> Bumped version number to fix bug on OSX</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/130f543b291b4e6358bf66afd880df488017a7f9"><code>130f543</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/14">#14</a> from nicolas-siplis/master</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/19c66423031e3eb6437b83b280c7098ed666ddc0"><code>19c6642</code></a> Bumped version number</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/7503ef474eee85d44c1aad812a8abc47f0789883"><code>7503ef4</code></a> Fixed Windows issue</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/fd075a63096fe429b10cc502c6520666acd34ab5"><code>fd075a6</code></a> Fix set_for_current_helper in macOS.</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/805b476e7354430c9fa40f852d769f4db6c41918"><code>805b476</code></a> Updated documentation to make it clear that core_affinity::get_core_ids() onl...</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/79765a1dbfb1b94d5c261271be411811bed31a2c"><code>79765a1</code></a> Updated example in README.md with new API</li> <li>Additional commits viewable in <a href="https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.6 ">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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>
-
dependabot[bot] authored
Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. - [Release notes](https://github.com/Elzair/core_affinity_rs/releases) - [Commits](https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.6 ) --- updated-dependencies: - dependency-name: core_affinity dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Nov 30, 2022
-
-
bors[bot] authored
385: CI: Run clippy for hermit r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
This reverts commit 951c01d4.
-
Martin Kröning authored
-
- Nov 29, 2022
-
-
bors[bot] authored
384: Update core_affinity requirement from 0.5 to 0.7 r=mkroening a=dependabot[bot] Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/805b476e7354430c9fa40f852d769f4db6c41918"><code>805b476</code></a> Updated documentation to make it clear that core_affinity::get_core_ids() onl...</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/79765a1dbfb1b94d5c261271be411811bed31a2c"><code>79765a1</code></a> Updated example in README.md with new API</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/77c8a793b13248c5de818187ca15ce5d78fc9083"><code>77c8a79</code></a> core_affinity::set_for_current() returns bool to check if operation failed</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/75c7bdae0d1ad6f93c678a360c45b8c77f0a2697"><code>75c7bda</code></a> Added PartialEq, and Eq for CoreId</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/8c95b051add9461db38dee2082d5af17b4c1bc0d"><code>8c95b05</code></a> Bumped dependencies and version number</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/fd557831d07b1a3a3754a36df1c6a4461ef54856"><code>fd55783</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/6">#6</a> from s1341/master</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/6648a7a44efd5c231f2101a715c69bf56467f0c5"><code>6648a7a</code></a> Fix missing android cfg attributes</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/bfa80367813afcb440be3f0e3616a633facd8160"><code>bfa8036</code></a> Bumped version number</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/a7ab0457d753ab2a71afa312df1bac7055cb8e6a"><code>a7ab045</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Elzair/core_affinity_rs/issues/1">#1</a> from nau/patch-1</li> <li><a href="https://github.com/Elzair/core_affinity_rs/commit/1008365593747fd905ad7377b8422de4b6d1c68e"><code>1008365</code></a> Derive Debug for CoreId and make CoreId.id field public.</li> <li>Additional commits viewable in <a href="https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.2 ">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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>
-
- Nov 25, 2022
-
-
bors[bot] authored
380: Readme: Remove project-specifcs r=jounathaen a=mkroening See https://github.com/hermitcore/rusty-loader/pull/176 . Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Nov 23, 2022
-
-
bors[bot] authored
382: Minimize rust-toolchain.toml r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- Nov 21, 2022
-
-
dependabot[bot] authored
Updates the requirements on [core_affinity](https://github.com/Elzair/core_affinity_rs) to permit the latest version. - [Release notes](https://github.com/Elzair/core_affinity_rs/releases) - [Commits](https://github.com/Elzair/core_affinity_rs/compare/0.5.0...0.7.2 ) --- updated-dependencies: - dependency-name: core_affinity dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Nov 18, 2022
-
-
bors[bot] authored
383: Dockerfile: Update rustup-init to 1.25.1 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
- Nov 17, 2022
-
-
bors[bot] authored
381: Omit implicit core,alloc from build-std r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
Martin Kröning authored
-
bors[bot] authored
379: CI: Install uhyve with --locked r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
- Nov 07, 2022
-
-
bors[bot] authored
377: Bump dsaltares/fetch-gh-release-asset from 1.0.0 to 1.1.0 r=mkroening a=dependabot[bot] Bumps [dsaltares/fetch-gh-release-asset](https://github.com/dsaltares/fetch-gh-release-asset) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dsaltares/fetch-gh-release-asset/releases">dsaltares/fetch-gh-release-asset's releases</a>.</em></p> <blockquote> <h2>1.1.0</h2> <h2>What's Changed</h2> <ul> <li>feat: 37 - add support for Github Enterprise by <a href="https://github.com/dsaltares"><code>`@dsaltares</code></a>` in <a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/pull/46">dsaltares/fetch-gh-release-asset#46</a></li> <li>fix: <code>set-output</code> deprecating warning from GitHub by <a href="https://github.com/pau1ocampos"><code>`@pau1ocampos</code></a>` in <a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/pull/51">dsaltares/fetch-gh-release-asset#51</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pau1ocampos"><code>`@pau1ocampos</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/pull/51">dsaltares/fetch-gh-release-asset#51</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.0.1">https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/3942ce82f1192754cd487a86f03eef6eeb89b5da"><code>3942ce8</code></a> fix: <code>set-output</code> deprecating warning from GitHub (<a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/issues/51">#51</a>)</li> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/d9376dacd30fd38f49238586cd2e9295a8307f4c"><code>d9376da</code></a> feat: 37 - add support for Github Enterprise (<a href="https://github-redirect.dependabot.com/dsaltares/fetch-gh-release-asset/issues/46">#46</a>)</li> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/709d9c486c868275dfd114e5dde3c71e67be5675"><code>709d9c4</code></a> fix: try fix master</li> <li><a href="https://github.com/dsaltares/fetch-gh-release-asset/commit/3a2045cc2f4abc2e2a707d8e2537afce13439c38"><code>3a2045c</code></a> chore: update dist file</li> <li>See full diff in <a href="https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores ) You can trigger a rebase of this PR 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>
-
dependabot[bot] authored
Bumps [dsaltares/fetch-gh-release-asset](https://github.com/dsaltares/fetch-gh-release-asset) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dsaltares/fetch-gh-release-asset/releases) - [Commits](https://github.com/dsaltares/fetch-gh-release-asset/compare/1.0.0...1.1.0 ) --- updated-dependencies: - dependency-name: dsaltares/fetch-gh-release-asset dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Oct 31, 2022
-
-
bors[bot] authored
376: Fix grammar r=stlankes a=ssg Co-authored-by:
Sedat Kapanoğlu <sedat@kapanoglu.com>
-
Sedat Kapanoğlu authored
-
- Oct 20, 2022
-
-
bors[bot] authored
373: Release hermit-sys 0.4.0 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
bors[bot] authored
372: Upgrade to nightly-2022-10-19 r=mkroening a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-