Jessica Clarke

Results 291 comments of Jessica Clarke

> I have the same issue; as a workaround I've been adding `` directly to `github-plugin-configuration.xml`, but unfortunately it's cleared out when I save/apply System settings in the web UI....

https://reviews.llvm.org/D136999 probably fixes this (and avoids getting nonsense deltas when bouncing between cores)

First two commits should also be reordered; fix the function before adding to it

This also points at the fact Makefile.inc1 should be using `${_INSTALL_DDIR}` rather than `${DESTDIR}/${DISTDIR}` for this, but certctl can be used in other contexts so worth it being robust too.

Looks good at a glance (apart from the `NSLog`). Would this also fix https://github.com/ghewgill/senotifier/issues/8 seeing as this clears all cookies?

If it's dying in loader that's an upstream bug, we don't turn anything CHERI on there. Can you please verify it's reproducible with 14.0-RELEASE and/or recent 15-CURRENT?

loader is built as a plain AArch64 binary, no capabilities allowed, since the firmware doesn't save/restore them currently on traps so they would be clobbered at arbitrary points. We only...

@bsdimp Please liaise with me before landing any of this, I would like to ensure I review it first

Have you tested that with CheriBSD? IIRC our bsd.compat.mk includes src.opts.mk and so Andy's upstream change doesn't help us. Though perhaps we could get rid of that diff anyway.