hdestroy(3): stop freeing key values
POSIX leaves ownership of ENTRY.key with the caller. Our current behaviour
came from NetBSD when this code was imported in 2004. NetBSD and FreeBSD
both stopped freeing key values in July 2014. NetBSD in commit fe0a1a6 and
FreeBSD in commit e19f362.
Remove the call to free(3) to align ourselves with NetBSD, FreeBSD and
POSIX. Also adjust rsync for the change in semantics.
Flagged by Sortix os-test.
ok millert@, deraadt@
limits.h: bump _POSIX_THREAD_THREADS_MAX to 64
This matches POSIX and the other BSDs. The mismatch was flagged by Sortix
os-test.
ok guenther@, asou@, deraadt@
acpidmar(4): Store PCI domain in softc for segment mapping
Ensure we get a valid segement and enforce use of the IOMMU.
While there:
- tweak printf to use segment instead of PCI domain
- use ACPI provided segment instead of hardcoded 0 in ivhd_showpage()
ok kettenis@
iked: avoid parameter overload
Old ca_validate_cert() API interpreted data pointer as parsed X509
structure if len == 0 and crashed if a zero size certificate buffer
was passed instead. Now we have an explicit certifcate and key
parameter.
from hshoexer@ markus@; ok bluhm@ tb@ tobhe@
this is errata/7.9/009_iked.patch.sig
iked: avoid parameter overload
Old ca_validate_cert() API interpreted data pointer as parsed X509
structure if len == 0 and crashed if a zero size certificate buffer
was passed instead. Now we have an explicit certifcate and key
parameter.
from hshoexer@ markus@; ok bluhm@ tb@ tobhe@
this is errata/7.8/045_iked.patch.sig