[PATCH] libirqhelp: user interrupt handler helper library

2022-09-19 Thread Damien Zammit
This provides a new helper lib for registering interrupt handlers in userspace. ( -1, bus, dev, fun, ...): will look up gsi from ACPI (gsi, -1, -1, -1, ...): will use gsi and ignore pci commands I haven't been able to test this yet, but hope to introduce it into rumpkernel(pci-userspace) and l

[PATCH v4 1/1] procfs: Populate /proc/route with network routes

2022-09-19 Thread Damien Zammit
--- procfs/Makefile | 2 +- procfs/rootdir.c | 77 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/procfs/Makefile b/procfs/Makefile index 13ee026c..d32328d2 100644 --- a/procfs/Makefile +++ b/procfs/Makefile @@ -21,7 +21,7 @@ makem

[PATCH v3 1/1] acpi: Convert translator to an emulated mach device

2022-09-19 Thread Damien Zammit
This makes acpi usable as a bootstrap translator. --- acpi/Makefile | 6 +- acpi/acpifs.c | 37 acpi/acpifs.h | 6 +- acpi/main.c| 155 + acpi/options.c | 20 +++ acpi/options.h | 8 +++ 6 files changed, 207 insertions