Protect ip6_mforward() with kernel lock in ip6_output().
Multicast forwarding is not MP safe yet and also locked with shared
netlock plus kernel lock elsewhere.
OK sashan@
Remove documentation of OBJ_add_object(3)
This API was removed a long time ago but I forgot to update the manpage
(probably because doing so is slightly non-trivial).
There's still a lot of API here that should be removed. OBJ_add_objects()
seems now unused while OBJ_new_nid() is used by the one consumer that is
single-handedly responsible for at least two dozen APIs that could otherwise
be removed from libcrypto with significant simplifications: security/xca.
It would appear the author is on a quest to figure out how to make use of
whatever undocumented garbage they can find in the openssl headers. That's
of course a hobby project you can pursue for decades.
re(4) uses 64 bit DMA for kstat.
All except one bus DMA operation of re(4) with PCIe have been
converted to 64 bit access. Also do it for kstat statistics.
tested by krw@ mvs@
introduce the MATE_GITHUB knob to allow fetching mate tarballs from github
some mate projects are using github to publish release tarballs so instead
of setting SITES in each of these, the MATE_GITHUB knob can be used to
configure the port to use the github release tarball
xfce4/orage: tweak libicalss handling to work with newer pkgconf
The current approach results in an extra "4.0.4" on its own line in
makefile fragments or the Makefile itself, which breaks either configure
or builds with recent pkgconf (depending on whether automatic dependency
tracking is enabled or not). Use a separate libicalss line to avoid this.
ok ajacoutot landry (maintainer)