add XOR and MOD operations.
linux introduced these and netbsd and freebsd have picked them up.
i'm not sure of the usefulness of these, but they're cheap to
implement.
from Guy Harris via bugs@
bootblock softraid code was assuming struct disklabel fits in a 512 byte
buffer. That is no longer true, since the on-disk is being seperated
from the in-memory.
ok krw florian hshoexer
bn_test: remove dead code
We haven't defined SIXTY_FOUR_BITS in a long time, if ever. The last
#undef SIXTY_FOUR_BITS were removed when we cleaned up opensslconf.h.
Code behind #ifdef SIXTY_FOUR_BITS is therefore dead.
only try BIOCLOCK against bpf if tcpdump is using bpf.
fixes tcpdump -r pcapfile, which is getting packets from a file,
not the kernel via bpf.
problem found by bluhm@ and regress tests
ok deraadt@
Simplify OF_chain() interface, remove commented out code, and do not bother
flushing the cache for non-text parts of the kernel.
Crank the bootloader version, just in case that last bit turns out to be a
bad idea.
ok kettenis@ deraadt@
Push netlock down to ifconf() and move copyout() out of netlock.
Link interface and address descriptors to the `if_tmplist_lock'
protected temporary lists while holding netlock and then release it. Do
copyout() while following these lists and holding only
`if_tmplist_lock'.
ok bluhm
Implement XDG_RUNTIME_DIR support through setusercontext(LOGIN_SETXDGENV)
If LOGIN_SETXDGENV is passed in the flags, ensure the presence and
usability of a runtime directory dedicated to <uid>. Set the
XDG_RUNTIME_DIR variable only if the directory is usable.
With feedback from deraadt@, matthieu@ and guenther@.
ok deraadt@ robert@
Fix llvm x86 frame lowering for -msave-args
The problem only shows up with KASAN builds where it causes registers
saved below SP leading to fills not finding what was spilled.
go for it dlg@
Fix rpki-client/openssl/build test for trees outside /usr/src
The way this was written it assumed obj@ symlinks and would break with
obj/ directories. Slightly rework the targets to work in both situations.
tweak/test bluhm, test/ok anton
drm/amd/display: Fix black screen with HDMI outputs
From Alex Hung
b12a603d2213c07fd1bb0127416da957e530b2d2 in linux-6.12.y/6.12.58
fdc93beeadc2439e5e85d056a8fe681dcced09da in mainline linux
drm/amdgpu: Fix function header names in amdgpu_connectors.c
From Srinivasan Shanmugam
f4fccd55e81d37390b124da8532dd9610b992889 in linux-6.12.y/6.12.58
38ab33dbea594700c8d6cc81eec0a54e95d3eb2f in mainline linux
drm/amdgpu: Fix unintended error log in VCN5_0_0
From Sathishkumar S
451cd07a8f9d457b0d5409c0c80b93887c21522d in linux-6.12.y/6.12.58
46b0e6b9d749cfa891e6969d6565be1131c53aa2 in mainline linux