David Chisnall
David Chisnall
Thanks, I hope to get to this at the weekend.
Please can you add some instructions for how to build with MinGW? I have installed msys2 from choco and started the msys2 shell. I have run: ``` $ pacman --needed...
At the moment, I have a small time window each weekend when I can spare the time to work on this. I *still* can't build it. Please can you provide...
> > The libobjc2 library needs to be buildable under MSYS2. I would very much like to get clang working WITHOUT, I REPEAT WITHOUT using Visual Studio or any MS...
I've tried installing gdb in mingw, but it doesn't seem to be able to set breakpoints (even one on main).
There's something odd with MinGW's bridging of the SEH and DWARF EH models that is breaking the code that tries to figure out the layout of the C++ exception structure....
Thinking a bit more about it, the right strategy for MinGW may be to simply punt all exception handling to the C++ runtime, as Apple does.
Thanks. I'm interested (time permitting) in working on some of the network integration (vnet + pf). [Pot](https://github.com/pizzamig/pot) already seems to manage this reasonably well, so should provide a good reference....
I'm a little bit nervous that this seems to directly leak the RACCT resource names directly into the config file format. This means that if FreeBSD 14 adds a new...
> Here's a potential alternative sketch: This is more what I had in mind. This way, if a future version of FreeBSD changes the names of the resources or actions,...