This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 21 Sep, 2021 1 commit
-
-
bors[bot] authored
282: fmt: Replace hex prefix with alternate flag r=stlankes a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- 17 Sep, 2021 1 commit
-
-
Martin Kröning authored
-
- 14 Sep, 2021 1 commit
-
-
bors[bot] authored
281: Implement sys_free_tx_buffer r=stlankes a=mkroening Fixes https://github.com/hermitcore/libhermit-rs/issues/279 . Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- 13 Sep, 2021 1 commit
-
-
Martin Kröning authored
-
- 08 Sep, 2021 1 commit
-
-
bors[bot] authored
278: QEMU: Enable xsaveopt cpu feature r=stlankes a=mkroening Fixes https://github.com/hermitcore/libhermit-rs/issues/273 . Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- 07 Sep, 2021 2 commits
-
-
Martin Kröning authored
-
Martin Kröning authored
-
- 04 Sep, 2021 1 commit
-
-
Stefan Lankes authored
-
- 03 Sep, 2021 2 commits
-
-
Stefan Lankes authored
-
bors[bot] authored
274: kernel_function: Use clobber_abi r=stlankes a=mkroening Closes https://github.com/hermitcore/libhermit-rs/issues/266 . Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- 01 Sep, 2021 4 commits
-
-
Martin Kröning authored
-
bors[bot] authored
268: Improve dependabot config r=jounathaen a=mkroening Same as https://github.com/hermitcore/uhyve/pull/174 Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
bors[bot] authored
271: Upgrade nightly version of hermit to nightly-2021-08-31 r=stlankes a=mkroening Closes https://github.com/hermitcore/libhermit-rs/issues/269, https://github.com/hermitcore/libhermit-rs/issues/265 . Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
Martin Kröning authored
-
- 31 Aug, 2021 5 commits
-
-
Martin Kröning authored
-
Martin Kröning authored
-
Martin Kröning authored
-
Martin Kröning authored
-
Martin Kröning authored
-
- 24 Aug, 2021 2 commits
-
-
bors[bot] authored
267: Bump aarch64 from `582ccd4` to `e920168` r=stlankes a=dependabot[bot] Bumps [aarch64](https://github.com/hermitcore/rust-aarch64) from `582ccd4` to `e920168`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hermitcore/rust-aarch64/commit/e920168c7d8d24b706b984d70ea8f90a2fc4a988"><code>e920168</code></a> increase version number</li> <li>See full diff in <a href="https://github.com/hermitcore/rust-aarch64/compare/582ccd4f738501e4b90a5680e9343c48715a7d7a...e920168c7d8d24b706b984d70ea8f90a2fc4a988 ">compare view</a></li> </ul> </details> <br /> 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>
-
dependabot[bot] authored
Bumps [aarch64](https://github.com/hermitcore/rust-aarch64) from `582ccd4` to `e920168`. - [Release notes](https://github.com/hermitcore/rust-aarch64/releases) - [Commits](https://github.com/hermitcore/rust-aarch64/compare/582ccd4f738501e4b90a5680e9343c48715a7d7a...e920168c7d8d24b706b984d70ea8f90a2fc4a988 ) --- updated-dependencies: - dependency-name: aarch64 dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 23 Aug, 2021 1 commit
-
-
bors[bot] authored
264: Fix clippy::branches_sharing_code in current nightly r=stlankes a=mkroening Co-authored-by:
Martin Kröning <mkroening@posteo.net>
-
- 21 Aug, 2021 4 commits
-
-
bors[bot] authored
263: aarch64 improvements r=stlankes a=stlankes Collections of patches to enable aarch64 support. This pull request is still under development and doesn't support every feature of RustyHermit. Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de> Co-authored-by:
Jonathan Schwender <schwenderjonathan@gmail.com>
-
Stefan Lankes authored
-
Martin Kröning authored
-
Stefan Lankes authored
-
- 20 Aug, 2021 4 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 19 Aug, 2021 3 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
Semihosting involves two machines: a target (the embedded device), and a host (such as a PC) that is connected to the target through a debug interface.
-
- 18 Aug, 2021 6 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- rename files to separate architectures
-
- 17 Aug, 2021 1 commit
-
-
Stefan Lankes authored
-