Hans Christian Schmitz

Results 22 comments of Hans Christian Schmitz

After looking a bit into how autoconf is used, I noticed that `autoconf/colpack.m4` also contains non-POSIX script elements. I tried replacing all non-POSIX constructs with POSIX compliant equivalents, the configure...

Ah, sorry in that case. I should have had a closer look at the `dev` branch as well and not just the latest release (0.9.1) that I was packaging in...

Hey, thanks for the positive response :D Being able to query Talc for the largest still possible contiguous allocation would be great as well, and IMO even feels a bit...

Just noticed that I still had the old `try_malloc` name in a doc comment. I fixed that to use the `malloc_without_oom_handler` name in the force push just now.

I think, as you are using nil for your formatting, the issue is more appropriate for the nil repo. https://github.com/oxalica/nil/issues/70 already exists there to track this issue. You can use...

I might have been a bit too much in an issue opening spree, sorry. It seems this was intentionally done in https://github.com/hermit-os/kernel/commit/b5a45e2619a86c5b10cea85e6918953babe8a848 to hide VIRTIO fs when the PCI feature...

I can reproduce this with the following simple program with hermit at 4a33adb09: Rust program and Cargo.toml (click to expand) ```rust use std::time::Duration; #[cfg(target_os = "hermit")] use hermit as _;...

So far I haven't been able to capture any traces with rftrace because of this

It seems that a requirement for the bug is kernel instrumentation with mcount (having the `instrument` feature enabled) and a large enough value of `max_event_count` (the parameter to `rftrace::init`). For...

The stack pointer of 71992 seems normal after all (`rsp` is smaller than 100_000 during `pre_init` for example). I juts discovered that during (what I think is) a run of...