This project is mirrored from https://github.com/hermitcore/libhermit-rs.git.
Pull mirroring updated .
- 04 Jul, 2020 1 commit
-
-
Stefan Lankes authored
-
- 29 Jun, 2020 1 commit
-
-
Stefan Lankes authored
- network thread is able to wakeup directly the blocked threads - reduce the number of context switches
-
- 22 Jun, 2020 1 commit
-
-
Stefan Lankes authored
- acquire don't longer expect an absolute time as argument - a maximum delay from calling the function is passed
-
- 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::
-
- 06 May, 2020 1 commit
-
-
Stefan Lankes authored
- rename old virtio-fs driver - introduce memory barriers
-
- 29 Apr, 2020 1 commit
-
-
Stefan Lankes authored
- use for all kernel functions the kernel stack
-
- 23 Feb, 2020 1 commit
-
-
Stefan Lankes authored
- move interrupt handler to net/mod.rs
-
- 03 Feb, 2020 1 commit
-
-
Stefan Lankes authored
-
- 01 Sep, 2019 1 commit
-
-
Stefan Lankes authored
-
- 31 Aug, 2019 1 commit
-
-
Stefan Lankes authored
-
- 13 Jul, 2019 1 commit
-
-
Stefan Lankes authored
-
- 06 Jul, 2019 1 commit
-
-
Stefan Lankes authored
-
- 16 Jun, 2019 1 commit
-
-
Stefan Lankes authored
-
- 15 Jun, 2019 1 commit
-
-
Stefan Lankes authored
-
- 13 Jun, 2019 1 commit
-
-
Stefan Lankes authored
-
- 10 Jun, 2019 1 commit
-
-
Stefan Lankes authored
-
- 13 Apr, 2018 1 commit
-
-
Stefan Lankes authored
-
- 21 Dec, 2017 1 commit
-
-
Colin Finck authored
Port over the lwIP-based network stack along with an Intel E1000 driver from the HermitCore C version. I have built some Rust helper functions around lwIP to make it more comfortable and split up the lwIP network interface from the E1000 network adapter. However, using the lwIP C library requires many unsafe blocks and usage of raw pointers. This is still untested and requires the scheduler implementation first.
-