This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 21 Sep, 2020 1 commit
-
-
Stefan Lankes authored
-
- 20 Sep, 2020 7 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 14 Sep, 2020 7 commits
-
-
-
Stefan Lankes authored
-
Stefan Lankes authored
afterwards `cargo build` without any additional flag builds libhermit-rs for x86_64
-
Stefan Lankes authored
This reverts commit 86027bbf.
-
Stefan Lankes authored
This reverts commit b29355c4.
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 13 Sep, 2020 12 commits
-
-
bors[bot] authored
102: remove compiler warnings r=jbreitbart a=stlankes - using of mem::transmute to reinterpret a pointer Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
bors[bot] authored
101: usage of the latest version of the crate x86 r=stlankes a=stlankes Co-authored-by:
Stefan Lankes <slankes@eonerc.rwth-aachen.de>
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
- using of mem::transmute to reinterpret a pointer
-
Stefan Lankes authored
-
Stefan Lankes authored
- doesn't work with Bors
-
Stefan Lankes authored
-
- 12 Sep, 2020 5 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
-
Stefan Lankes authored
* add syscall to set the seed of the pseudo random number generator * use function to create cryptographicly secure random numbers * remove obsolete GitHub Action workflow "build" * add comments to explain the functions
-
- 11 Sep, 2020 8 commits
-
-
Stefan Lankes authored
-
Jonathan Schwender authored
Assert that the boot_info argument is valid by comparing the magic_number field.
-
Jonathan Schwender authored
Fixed some warnings about unused code in test mode.
-
Jonathan Schwender authored
Add hint that prints the command to manually run the unit-test. This might be useful for debugging, since currently there is no way to specify a timeout
-
Jonathan Schwender authored
This prevents CI failure for the unittests running on hermit - which are currently broken. A warning is still printed on the commandline informing the user that the test is skipped, however this is easy to miss.
-
Jonathan Schwender authored
- Also add a flag to test runner to pass a custom uhyve path - Change time measurement to use perf_counter. This function is available since python 3.3 and also gives the highest possible accuracy on each platform. - together with changing the subprocess keywords used, this changed the minimum python version required to 3.6, which happens to be the version that is default on travis for bionic runners.
-
Jonathan Schwender authored
Controls the number of cpu cores the test is executed with on uhyve/qemu.
-
Jonathan Schwender authored
This is a basic example.
-