This project is mirrored from https://github.com/hermit-os/kernel.git.
Pull mirroring updated .
- May 12, 2022
-
-
Martin Kröning authored
Replaces remaining uses of x86_64-unknown-hermitkernel
-
- Mar 26, 2022
-
-
Martin Kröning authored
-
- Mar 23, 2022
-
-
Martin Kröning authored
-
- Dec 05, 2021
-
-
Martin Kröning authored
CI: Explicitly set build-std without std Else, cargo unifies with rusty-hermit's outer .cargo/config.toml and tries to build std for the kernel, which fails with: error[E0432]: unresolved import `crate::sys::hermit::thread_local_dtor` --> /home/mkroening/.rustup/toolchains/nightly-2021-10-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/hermit/thread.rs:9:25 | 9 | use crate::sys::hermit::thread_local_dtor::run_dtors; | ^^^^^^^^^^^^^^^^^ could not find `thread_local_dtor` in `hermit` error[E0432]: unresolved import `crate::sys::hermit::thread_local_dtor` --> /home/mkroening/.rustup/toolchains/nightly-2021-10-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/hermit/mod.rs:122:29 | 122 | use crate::sys::hermit::thread_local_dtor::run_dtors; | ^^^^^^^^^^^^^^^^^ could not find `thread_local_dtor` in `hermit`
-
- Nov 24, 2021
-
-
Martin Kröning authored
-
- Nov 07, 2021
-
-
Martin Kröning authored
-
- Jun 23, 2021
-
-
Martin Kröning authored
I noticed this due to failing docs CI [1] The rename began in 18dd15f5. It seems that the repository-local json target specifications are not used, so I removed those. [1] https://github.com/hermitcore/libhermit-rs/runs/2889060428
-
- Jun 11, 2021
-
-
Martin Kröning authored
-
- May 28, 2021
-
-
Martin Kröning authored
-
- Apr 26, 2021
-
-
Stefan Lankes authored
-
- Jan 24, 2021
-
-
Stefan Lankes authored
- explicit activation of optimized core functions (e.g. memcpy) isn't longer required
-
- Nov 24, 2020
-
-
Stefan Lankes authored
-
Stefan Lankes authored
This reverts commit 8f83d097.
-
- Nov 23, 2020
-
-
Stefan Lankes authored
- don't rename symbol for newlib
-
- Oct 27, 2020
-
-
Stefan Lankes authored
-
- Sep 14, 2020
-
-
Stefan Lankes authored
afterwards `cargo build` without any additional flag builds libhermit-rs for x86_64
-
- Sep 11, 2020
-
-
Jonathan Schwender authored
Adds an initial version of integration tests. The tests are located in the top level of the 'tests' directory. Integration tests are executed via the hermit_test_runner.py script, which can use either uhyve or qemu to execute the tests. In this initial version, using the test_harness is deactivated.
-
- Mar 23, 2020
-
-
Stefan Lankes authored
-
- Mar 18, 2020
-
-
Stefan Lankes authored
-
- Dec 16, 2019
-
-
Stefan Lankes authored
-