Poul-Henning Kamp
Poul-Henning Kamp
I've been wanting to try out Varnish Cache under CHERI since Robert first told me about the idea. To do that I need a purecap emulation environment with a C-compiler...
The s390 vtester exposed a race in handling of failing sub-requests, if the request fails fast enough, we send the response, for instance a 503, to the client. On the...
You should trim the pointer returned by the ``sbuf_data()`` function to only be valid over the final length of the sbuf. Something like: return (cheri_bounds_set(s->s_buf, s->slen + 1));
On morello18 (a29002fdf4a), ``backtrace_symbols_fmt()`` returns an array of non-tagged pointers. Output: backtrace = 1, [0] = 0x110c69 [rxR,0x100000-0x1311c0] (sentry) backtrace_symbols_fmt() = 0x40935000 [rwRW,0x40935000-0x40935050], [0] = 0x40935010 In-address space security exception...
More changes resulting from compiling with high -W levels. I'm not entirely sure if the two `m68k_set_*_callback()` are supposed to be undocumented or not ?
I assume that hxc2001.com is your homepage for this project ? It still links to sourceforge rather than github...
I wasted a bit of time thinking that the produced XML files contained only sectors where the CRC check matched. I can fully see the reasoning for including all sectors,...
In Datamuseum.dk we have scanned the full proceedings from EuroBSDcon 2002 and 2004, 2005 & 2006: https://datamuseum.dk/wiki/Bits:Keyword/DKUUG/EUROBSDCON It is not obvious to me how to add/reference these in the papers...
vfil.c contains a linux specific workaround with this comment: /* fallocate will for some filesystems (e.g. xfs) not take the already allocated blocks of the file into account. This will...
These changes are necessary to compile Musashi at default warning levels under FreeBSD. Thanks again for Musashi, it was a great stepping stone for getting my Rational R1000 emulation started.