This project is mirrored from https://github.com/hermitcore/hermit-rs.git.
Pull mirroring updated .
-
hermit-sys-0.1.20e5e76d82 · ·
add basic DHCP support - add basic DHCP support #102 - add option to enable VGA support #101 - add feature flag to enable/disable smp support #93
-
hermit-abi-0.1.18e5e76d82 · ·
Allow hermit-abi to build without std This makes crates depending on hermit-abi able to check their build by just using `-Zbuild-std=core` instead of needing all of `-Zbuild-std`. Also, remove an unnecessary feature that isn't used anywhere.
-
-
hermit-sys-0.1.179d0a06d0 · ·
rename basic function (e.g. memcpy) to avoid collisions with the libos Kernel and user space has its own versions of memcpy, memset, etc. Consequently, we rename the functions in the libos to avoid collisions. In addition, it provides us the offer to create a optimized version of memcpy in user space.
-
hermit-sys-0.1.15ed9fe8f9 · ·
revise network interface - revise network interface to impove the performance - activate LTO support
-
hermit-abi-0.1.15ed9fe8f9 · ·
revise network interface - revise network interface to impove the performance - activate LTO support
-
-
hermit-abi-0.1.114e2b3c74 · ·
add a new interface to spawn threads spawn2 offers the possibility to define the stack size of the new thread
-
-
-
-