1,260,153 commits found in 77 milliseconds
FreeBSD /ports 9617c57 — misc/py-xgboost distinfo Makefile, misc/py-xgboost/files patch-CMakeLists.txt misc/{,py-}xgboost: update 2.1.4 → 3.1.3
Reported by: portscout
misc/cuttlefish: update 2.10.0 → 2.10.1
Reported by: portscout
devel/py-uv-build: update 0.9.21 → 0.9.24
Reported by: portscout
math/{,py-}spot: update 2.14.3 → 2.14.5
Reported by: portscout
audio/neuralrack-lv2: update 0.2.0-2 → 0.3.0
Reported by: portscout
devel/linenoise: update 1.0-34 → 2.0
Reported by: portscout
misc/llama-cpp: update 7617 → 7709
Reported by: portscout
devel/{,py-}uv: update 0.9.21 → 0.9.24
Reported by: portscout
dns/mosdns: update 5.3.3 → 5.3.4
Reported by: portscout
FreeBSD /ports 68523f6 — misc/github-copilot-cli distinfo Makefile, misc/github-copilot-cli/files package-lock.json package-lock-sharp.json misc/github-copilot-cli: update 0.0.373 → 0.0.377
devel/bacon: update 3.20.1 → 3.21.0
Reported by: portscout
graphics/resvg: update 0.45.1 → 0.46.0
Reported by: portscout
net-p2p/qbittorrent: Add workaround for the crash in QT6 libraries
PR: 291988
FreeBSD /ports 4b91ef7 — devel/py-logbook distinfo Makefile, devel/py-logbook/files patch-pyproject.toml devel/py-logbook: update to 1.9.2
Changes: https://github.com/getlogbook/logbook/blob/1.9.2/CHANGES
FreeBSD /ports dbc437c — astro/libnova Makefile distinfo, astro/libnova/files patch-src_Makefile.am patch-src_elp_Makefile.am astro/libnova: fix fetching, improve port
* Pull sources from Gentoo repo because upstream stopped tarball
releases after v0.15
* Clarify LICENSE
* Patch to remove hardcoded AM_FLAGS
* Patch to fix linking with libelp
PR: 292368
Reported by: diizzy@
Approved by: db@, yuri@ (Mentors, implicit)
MFH: 2025Q4
(cherry picked from commit 6cf40a435f0726d0e67f4cf5a270dcea1a0934d6 )
FreeBSD /ports 6cf40a4 — astro/libnova Makefile distinfo, astro/libnova/files patch-src_Makefile.am patch-src_elp_Makefile.am astro/libnova: fix fetching, improve port
* Pull sources from Gentoo repo because upstream stopped tarball
releases after v0.15
* Clarify LICENSE
* Patch to remove hardcoded AM_FLAGS
* Patch to fix linking with libelp
PR: 292368
Reported by: diizzy@
Approved by: db@, yuri@ (Mentors, implicit)
MFH: 2025Q4
FreeBSD /ports 935d6bd — dns/register-dnsclient Makefile pkg-plist, dns/register-dnsclient/files register-dnsclient.in pkg-install.in [NEW PORT] dns/register-dnsclient Dynamically register hostnames with a DNS server using GSS-TSIG
Differential Revision: https://reviews.freebsd.org/D54447
lang/nll: Update 20250805a => 20260110a
Changelog:
- Added the 5x5font.
- Added the basic color mode.
- Added the integer math functions.
- Much memory reduction measures.
- Many modifications for micro:bit.
- Some minimal corrections.
https://kozos.jp/nlux/download.html
- Improve port-install-* readability.
- Merge INSTALL_DATA in post-install-EXAMPLES-on.
PR: 292355
FreeBSD /src c5dc38b — lib/msun/powerpc fenv.c fenv.h, libexec/rtld-elf/powerpc rtld_start.S Remove all code under __SPE__
Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1957
devel/pycharm: correct shebang line
this fixes build in unclean environment.
PR: 292356
Submitted by: rhurlin
github: Add more context to pull requests
Add code to fetch and decode CODEOWNERS and automatically @ people in
the review.
Create a new file, .github/path-rules.txt that has a set of paths to
match and specific warnings about that part of the tree. We'll use this
to try to wave off pull requests in certain areas of the tree, as well
as remind people when contrib is involved, etc.
Sponsored by: Netflix
security/nuclei: Update to 3.6.2
ChangeLog:
https://github.com/projectdiscovery/nuclei/releases/tag/v3.6.2
devel/rust-analyzer: Update to 2026-01-05
ChangeLog:
https://github.com/rust-lang/rust-analyzer/releases/tag/2026-01-05
Approved by: rust (mikael, implicit)
x86: change ap_boot_mtx from spinlock mutex to naive lock
PR: 289297
(cherry picked from commit 55305b590797524dd1cecfc9406869700e925e51 )
FreeBSD /src 60ae4e5 — usr.sbin/syslogd syslogd.c, usr.sbin/syslogd/tests syslogd_test.sh syslogd: Terminate pipe processes gracefully
Pipe actions spawn a process based on the command provided in the
syslogd configuration file. When a HUP signal is received, enter
the process into the deadq instead of immediately killing it.
This matches the behavior of syslogd prior to it being Capsicumized.
Fixes: d2d180fb7736
ads111x: Convert driver to CTLFLAG_MPSAFE
Replace CTLFLAG_NEEDGIANT with CTLFLAG_MPSAFE for all ADC sensor
sysctls. All of the sysctl handlers are serialized by a driver mutex.
Sysctls converted:
- dev.ads111x.X.channelN.gain_index (PGA setting)
- dev.ads111x.X.channelN.rate_index (sample rate)
- dev.ads111x.X.channelN.voltage (sampled voltage)
- dev.ads111x.X.config (configuration register)
- dev.ads111x.X.lo_thresh (comparator low threshold)
- dev.ads111x.X.hi_thresh (comparator high threshold)
Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54620
jme: Convert driver to CTLFLAG_MPSAFE
Replace CTLFLAG_NEEDGIANT with CTLFLAG_MPSAFE for all interrupt
coalescing sysctls. The driver uses jme_mtx mutex for proper
synchronization and does not require Giant lock.
Sysctls converted:
- dev.jme.X.tx_coal_to (TX coalescing timeout)
- dev.jme.X.tx_coal_pkt (TX coalescing packet count)
- dev.jme.X.rx_coal_to (RX coalescing timeout)
- dev.jme.X.rx_coal_pkt (RX coalescing packet count)
- dev.jme.X.process_limit (max RX events to process)
Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54618
isl: Convert driver to CTLFLAG_MPSAFE
Replace CTLFLAG_NEEDGIANT with CTLFLAG_MPSAFE for all light sensor
sysctls. All of the sysctl handlers are serialized by a driver mutex.
Sysctls converted:
- dev.isl.X.als (ambient light sensor)
- dev.isl.X.ir (infrared sensor)
- dev.isl.X.prox (proximity sensor)
- dev.isl.X.resolution (sensor resolution)
- dev.isl.X.range (sensor range)
Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54621
CODEOWNERS: Better reflect current #bhyve
So as a proof of concept, sync the info we have with the #bhyve
phabricator group. This is imperfect, but will help test out providing
better feedback to diff submitters.
Sponsored by: Netflix
RELNOTES: Add some entries from the past several weeks
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D54628