truss - Various small code cleanups.
* Remove accidentally committed ktrace.out file.
* Simplify some code, e.g. malloc+bzero -> calloc, and fprintf+exit -> errx.
* Use runtime variable sys_nsig, instead of compile-time NSIG for the
range-check in the sys_signame[] lookup.
* We don't even have a "break" syscall in DragonFly, rename entry to "sbrk".
[InstCombine] Simplify demanded bits of blendv mask operands (#173723)
fixes #173368
- Integer masks: Demands only the sign bit of the operand.
- Float/Double masks: Peeks through bitcasts to demand the sign bit
from the integer source.
shells/oh-my-posh: update to 28.7.0
v28.7.0
Bug Fixes
- git: fallback to git_icon on no upstream
Features
- claude: use session_id for session key
- config: display actual error
v28.6.0
Features
- cli: add claude command and segment for Claude Code integration
v28.5.1
Bug Fixes
- python: better uv command
truss - Fail properly, if we suddenly are missing permissions.
* This avoids infinitely retrying the ioctl in a loop. If we are missing
permissions, it's reasonable to just give up.
* This happens for example, when you try to run truss on a setuid executable
like ping(8).
[X86][GISEL] Enable Pre Legalizer Combiner (#173220)
This patch enables Pre-legalization Combiner for X86 Target. It includes
basic bring up with intent to cover non-regressing support from
all_combines.
continuing from https://github.com/llvm/llvm-project/pull/172204.
locking.9: Tweak the table column width to fit 80 characters
While here, add some white spaces to improve the readability of source
code.
Reviewed by: ziaee, #manpages
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54121
chat/matrix-synapse: Update to 1.143.0
(This update is overdue and should have been in 2025Q4, but was
delayed due to incorrect pydantic packaging.)
Upstream NEWS content:
* Synapse 1.143.0 (2025-11-25)
Features
Support multiple config files in
register_new_matrix_user. (#18784)
Remove authentication from POST /_matrix/client/v1/delayed_events,
and allow calling this endpoint with the update action to take
(send/cancel/restart) in the request path instead of the
body. (#19152)
[16 lines not shown]