Re: fc-{cache,cat,list,match,pattern,query,scan}.1: broken links

2022-11-12 Thread A Tammy
On 11/12/22 04:29, Thim Cederlund wrote: > Hi tech@, > > I noticed that the fontconfig manpages are referring to a users manual > that doesn't exist as it now resides in the /usr/X11R6/share/doc/ folder. > > See the diff below. > good catch, thanks! committed. > Index: fc-cache/fc-cache.1 > ===

Remove useless struct in6_ifextra

2022-11-12 Thread Klemens Nanni
It only contains a single struct nd_ifinfo pointer now, so the domain/address family specific data might as well be just that. ND6 still works with this, as expected. Again, IPv6/ND6 is the only subsystem using struct ifnet's *if_afdata[AF_MAX]; perhaps this can be broken down further. Feedback

Document struct ifnet's if_afdata protection

2022-11-12 Thread Klemens Nanni
ND6 / SIOCGNBRINFO_IN6 is the only subsystem using this struct. Memory is allocated with the net lock held (incl. asserts) through if_attach() -> if_attachsetup() -> if_attachdomain() -> dom_ifattach/in6_domifattach() Conversly, deallocation happens through if_deattach() -> ... -> in6_domifattach

Re: move vmd vioblk handling to another thread

2022-11-12 Thread Mischa
Hi David, Updated the machine to latest snap and applied the patch. The VMs I have on the machine I am testing with aren't booting properly. OpenBSD/amd64 BOOT 3.53 boot> NOTE: random seed is being reused. booting hd0a:/bsd: 15549720+3695624+345456+0+1171456 [1142327+128+1218000+922932]=0x16f

TrustCore/Msgsafe Certificate Authority -

2022-11-12 Thread Heppler, J. Scott
Worth looking into? https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/oxX69KFvsm4 -- J. Scott Heppler

fc-{cache,cat,list,match,pattern,query,scan}.1: broken links

2022-11-12 Thread Thim Cederlund
Hi tech@, I noticed that the fontconfig manpages are referring to a users manual that doesn't exist as it now resides in the /usr/X11R6/share/doc/ folder. See the diff below. Index: fc-cache/fc-cache.1 === RCS file: /home/cvs/xenoc