13,098,276 commits found in 7 milliseconds
service/base.py refactor
Add quotes around "print<cost-model>" argument
This is consistent with other tests and is required for some test runners. [RISC-V] Reduce code duplication for uimm*_lsb* operands. NFC
Use a common tablegen class instead of duplicating all the data and add a
new case macro to handle the isShiftedUInt<>() call. This refactoring was
motivated by adding RVY support since I needed to add uimm{9,10}_lsb0000.
Pull Request: https://github.com/llvm/llvm-project/pull/177743
lang/python311: pull in upstream commits addressing vuxml entries
Security: 613d0f9e -d477-11f0-9e85-03ddfea11990
Event: Winter Field Day 2026
PR: 291609
lang/python310: pull in upstream commits addressing vuxml entries
Security: 613d0f9e -d477-11f0-9e85-03ddfea11990
Event: Winter Field Day 2026
PR: 291609
security/vuxml: update/simplify Python vulnerability version ranges
Event: Winter Field Day 2026
PR: 291609
LLVM /project eae7535 — clang-tools-extra/include-cleaner/lib Record.cpp, clang-tools-extra/test/clang-tidy/checkers/bugprone invalid-enum-default-initialization.cpp [NFC] Fix "FIMXE" typos to "FIXME" (#177895)
Replace common typo "FIMXE" with the intended "FIXME" across the
codebase. [RISCV] Use inheritance to simplify RVInstSet*VL* classes. NFC (#177797)
Rename classes to start with RVInstV to make it more clear they are
vector related. LLVM /project 55de73d — llvm/lib/Target/RISCV RISCVInstrInfoXSfmm.td RISCVInstrInfoXAndes.td [RISCV] Put VL before VTYPE in XAndes and XSfmm instruction Defs/Uses. NFC (#177877)
This is the order we use for standard vector instructions. Refactor tests
Created using spr 1.3.6-beta.1
Remove remnant from pre-4.02 OCaml.
ok sthen@
Merge pull request #48 from ghostbsd/vbox-cleanup
Remove VirtualBox service automation from `setup_virtualbox` Remove VirtualBox service automation from `setup_virtualbox`
- Removed calls to `enable_rc_conf` and `start_service_safe` for `vboxguest` and `vboxservice` within `setup_virtualbox`.
Not supported with Xlibre at this moment.
audio/py-torchaudio: update 2.8.0 → 2.10.0
math/fend: update 1.5.7 → 1.5.8
Reported by: portscout
lang/gravity: update 0.8.5 → 0.9.0
Reported by: portscout
multimedia/assimp: update 6.0.3 → 6.0.4
Reported by: portscout
FreeBSD /ports 88cbd0f — multimedia/webcamoid pkg-plist Makefile, multimedia/webcamoid/files patch-libAvKys_Plugins_Codecs_Video_Encoders_svtav1_src_videoencodersvtav1element.cpp patch-libAvKys_Plugins_VirtualCamera_src_v4l2lb_src_vcamv4l2lb.cpp multimedia/webcamoid: update 9.1.1 → 9.3.0
PR: 291987
FreeBSD /ports 2892dd5 — misc/gemini-cli pkg-plist distinfo, misc/gemini-cli/files package-lock.json misc/gemini-cli: update 0.22.5 → 0.25.2
FreeBSD /ports 6d2bfe3 — misc/ollama distinfo Makefile, misc/ollama/files update-port.sh freebsd-compatibility.patch misc/ollama: update 0.13.5 → 0.15.1
FreeBSD /ports 1e84466 — misc/github-copilot-cli distinfo Makefile, misc/github-copilot-cli/files package-lock.json package-lock-keytar.json misc/github-copilot-cli: update 0.0.377 → 0.0.394
update py-holidays to 0.89
Add support for RTL8125D revision 0x6890000
tested by gnezdo@
ok miod@ gnezdo@
ncm(4) : Verify payload _and header_ fits in buffer.
usbnet(9) only guarantees payload fits in buffer, doesn't know
anything about the ncm(4) header overhead.
PR kern/59940 : usbnet(9) : uno_tx_prepare buffer overrun audit
HBSD: Resolve merge conflicts
Signed-off-by: Shawn Webb <shawn.webb at hardenedbsd.org>
Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master
Conflicts:
lib/libc/gen/posix_spawn.c (unresolved)
sys/kern/kern_fork.c (unresolved)
HardenedBSD /src 9d71290 — sys/compat/linuxkpi/common/src linux_current.c linux_shmemfs.c, sys/dev/asmc asmc.c Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
Merge branch 'freebsd/main' into hardenedbsd/main
linuxkpi: Avoid a potential null pointer dereference in an error path
Reported by: Kevin Day <kevin at your.org>
Reviewed by: bz, emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54672
(cherry picked from commit aa1eb623389008c95b897976f4d28a7fe0acd93c )
linuxkpi: Fix an error path in linux_alloc_current()
If the allocation fails we should free the task struct.
While here get rid of a couple of unnecessary assertions.
Reported by: Kevin Day <kevin at your.org>
Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54671
(cherry picked from commit a4955b0143361900140df640d116891f047f5431 )