Delete __tmpfd(2) which is not used. There was no libc stub, so no
pinsyscalls table entry is ever created, so a pecululiar flaw in this
subsystem wasn't reachable.
ok millert kettenis
sys/uvideo: fix UVIDEO_FLAG_VENDOR_CLASS attach
UVIDEO_FLAG_VENDOR_CLASS has been broken since r1.147: attach selected
only UICLASS_VIDEO interfaces, even after match accepted a device whose
video control interface incorrectly reports UICLASS_VENDOR.
Restore the vendor class path in attach, and add the remaining Logitech
vendor class UVC devices listed by Linux for which usbdevs already has
product IDs.
Issue reported and tested by "requiem." on Logitech QuickCam Pro5000
OK: mglocker@
mail/hypermail: llvm22 build fix
va_list is very special. Do pass try to pass references to it.
From trio upstream.
While here, change HOMEPAGE to https. From bket@
ok bket@
Unbreak openvpn-using-LibreSSL server compat with clients <= openvpn-2.5
Exposing a code path hidden upstream behind !LIBRESSL_VERSION_NUMBER.
Issue reported and fix tested by landry@, ok tb@
Unbreak openvpn-using-LibreSSL server compat with clients <= openvpn-2.5
Exposing a code path a path hidden upstream behind !LIBRESSL_VERSION_NUMBER.
Issue reported and fix tested by landry@, ok tb@