Skip to content
Snippets Groups Projects
Unverified Commit dc4b3218 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #388

388: add BSD socket layer r=stlankes a=stlankes

The new BSD socket layer depends on hermitcore/libhermit-rs#633 and a revised version of `std`. `std` is part of the [rust](/hermitcore/rust/tree/socket) fork. Note: If you use this version, please modify `Cargo.toml`.  [`hermit-abi`](https://github.com/hermitcore/rust/blob/socket/library/std/Cargo.toml#L45

) must point to the version of this PR.    

Co-authored-by: Stefan Lankes's avatarStefan Lankes <slankes@eonerc.rwth-aachen.de>
parents 35487244 46616551
No related branches found
No related tags found
No related merge requests found
Pipeline #902261 passed
[package]
name = "hermit-abi"
version = "0.2.6"
version = "0.3.0"
authors = ["Stefan Lankes"]
license = "MIT OR Apache-2.0"
readme = "README.md"
......
This diff is collapsed.
......@@ -101,7 +101,7 @@ impl KernelSrc {
forward_features(
&mut cmd,
[
"acpi", "dhcpv4", "fsgsbase", "pci", "pci-ids", "smp", "tcp", "vga",
"acpi", "dhcpv4", "fsgsbase", "pci", "pci-ids", "smp", "tcp", "trace", "vga",
]
.into_iter(),
);
......
Subproject commit 1990f0d2211a2e27563d971c938173973a46d46a
Subproject commit 99d90dad95e967af053dd6d645b84b89879f5b60
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment