David Chisnall

Results 413 comments of David Chisnall

It looks as if the Windows spelling of `__clear_cache` is `FlushInstructionCache`. It should be possible to write a static function in `block_to_imp.c` that wraps this for compatibility. The second linking...

That was always one of my goals. I used to run the tests manually on macOS.

It would help hugely if the pre-built binaries were packages, even if they aren't in a package repo. For example, the FreeBSD one seems to depend on other CopperSpice things,...

> For right now we want to find out what is going on with your set up. Did you download the pre-built version of DoxyPress from our github or download...

I did, a year ago, but I'm not sure I can distill a useful example. I'll try to get around to putting my code somewhere public soon. Reading through my...

@brd, any chance that you can share your script? I'd like to be able to create bootable ZFS images with Poudriere (since the project *still* doesn't provide ZFS VM images,...

As a new Mastodon user, I have seen several posts with the ‘in reply to’ banner, in both the official iOS app and the web UI. It took me a...

We are hitting the same issue. We ship a container image that contains the tools required to build our project. When we roll out a new version of the tools,...

Most of the GCC APIs are guarded by an off by default flag, we can remove them at some point. The construct and destruct instance are probably not possible to...

I see a couple of potential problems with using MPK: - It's a finite (and tiny) key space, so consuming any of the values in the allocator may break code...