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@