This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 10 Oct, 2020 1 commit
-
-
Stefan Lankes authored
-
- 06 Oct, 2020 1 commit
-
-
Stefan Lankes authored
-
- 27 Sep, 2020 3 commits
-
-
Stefan Lankes authored
- more precise specification of the dependent crates
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 21 Sep, 2020 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 11 Sep, 2020 6 commits
-
-
Jonathan Schwender authored
num-traits currently fails to build with i128 feature enabled, even though we have i128 support, since autocfg can't detect it.
-
Jonathan Schwender authored
-
Jonathan Schwender authored
Not sure if this is necessary.
-
Jonathan Schwender authored
-
Jonathan Schwender authored
Using the standard sys_exit when running on qemu, results in the return code being dropped and qemu always exiting with 0. This commit introduces exiting qemu via a debug device, which allows passing a return code.
-
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.
-
- 08 Sep, 2020 1 commit
-
-
Stefan Lankes authored
-
- 31 Aug, 2020 1 commit
-
-
Stefan Lankes authored
-
- 12 Aug, 2020 1 commit
-
-
Stefan Lankes authored
-
- 06 Jul, 2020 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 22 Jun, 2020 1 commit
-
-
Stefan Lankes authored
see http://blog.llvm.org/2016/06/thinlto-scalable-and-incremental-lto.html for more information
-
- 14 Jun, 2020 1 commit
-
-
Stefan Lankes authored
-
- 03 Jun, 2020 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 02 Jun, 2020 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
-
- 21 May, 2020 1 commit
-
-
jschwe authored
* Refactor: Fix Clippy warnings - Added support for empty println!() - use short hand initialization when possible - replace if x==false with if !x - replace unwrap_or(function_call()) with unwrap_or_else(|| function_call()) - and others * Update to Rust edition 2018 - Mostly just adds crate::
-
- 20 May, 2020 2 commits
-
-
Stefan Lankes authored
-
Stefan Lankes authored
- requires PR rust-lang/rust#71839 - consequently, the latest nightly compiler has to be used
-
- 17 May, 2020 1 commit
-
-
Stefan Lankes authored
-
- 16 May, 2020 1 commit
-
-
Stefan Lankes authored
-
- 15 May, 2020 1 commit
-
-
Stefan Lankes authored
-
- 06 May, 2020 1 commit
-
-
Stefan Lankes authored
-
- 01 May, 2020 2 commits
-
-
Stefan Lankes authored
=> we can remove the spin crate from Cargo.toml
-
Stefan Lankes authored
-
- 29 Apr, 2020 1 commit
-
-
Thomas Lambertz authored
virtio-fs/fuse: add file opening/closing/creating/reading/writing/unlinking. Currently only 8 bytes aligned writes supported, error handling mostly missing
-
- 26 Apr, 2020 1 commit
-
-
Stefan Lankes authored
-
- 15 Apr, 2020 1 commit
-
-
Stefan Lankes authored
-
- 14 Apr, 2020 1 commit
-
-
Stefan Lankes authored
-
- 08 Apr, 2020 1 commit
-
-
Stefan Lankes authored
-
- 04 Apr, 2020 1 commit
-
-
Stefan Lankes authored
-
- 28 Mar, 2020 1 commit
-
-
Stefan Lankes authored
-