[libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173440)
Add the boilerplate for declaring these POSIX functions and
providing implementations. So far the only implementations are
just stubs that fail with ENOTSUP, and they are neither tested
nor included in any CMake entrypoints lists. More work is still
required to add the actual fields to the pthread_attr_t and
implement the support in the Linux pthread_create et al, but that
is not done here. It's not an especially large amount of work,
but more than just trivial.
The scaffolding here paves the way for that later work, but is
also immediately useful for filling out the subset of POSIX
pthread_attr_* functions that Fuchsia's libc already supports.
[BOLT][NFC] Split up StaleProfileMatching::matchWeights (#165492)
Simplify matchWeights in preparation for pseudo probe matching
(#100446).
Test Plan: NFC
import games/lzdoom
tweaks and ok bentley@
DESCR:
LZDoom is a fork of the GZDoom source port centered around lower-end
computers. LZDoom follows GZDoom's feature set and has a few
enhancements of its own. It employs an OpenGL 2 based renderer.
firefox140: fix builds with Python >= 3.14
Build failure reported by Hisashi Todd Fujinaka in PR pkg/59854. A fix
was applied upstream by Mozilla directly against their "vendored"
version of jsonschema, but not backported to the ESR branch.
Update to 2.17.0 which requires jdk-17+
* rewrite zaproxy script to add --jvmdebug / --jvmdebug=<port> support
similar to upstream zap.sh
* set default memory 1/2 datasize ulimit
* allow user to set -dir and have it get the correct .ZAP_JVM.properties
file
* default JDK_JAVA_OPTIONS to -Dawt.useSystemAAFontSettings=on if unset
with input and ok armani@
[RISCV] Mark the Xqci Qualcomm uC Vendor Extension as non-experimental (#173331)
Version 0.13 of the Xqci Qualcomm uC Vendor Extension has been marked as
frozen. We've had assembler support for this since LLVM20 and code
generation support since LLVM21. I think we have enough coverage in the
code base to mark the extension as non-experimental.