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
> ===
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
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
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
Worth looking into?
https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/oxX69KFvsm4
--
J. Scott Heppler
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