Page MenuHomeFreeBSD
Feed All Stories

Today

chuck committed rGe8b3ca9a1d02: vmm: Initialize AMD IOMMU command buffers (authored by chuck).
vmm: Initialize AMD IOMMU command buffers
Mon, Mar 2, 12:52 AM
chuck committed rGd329a91dc3e9: bhyve: fix USB mouse requests (authored by chuck).
bhyve: fix USB mouse requests
Mon, Mar 2, 12:52 AM
stephen_missouri.edu committed R11:81d96d7f0c97: math/octave-forge-general: Update to 2.1.4. (authored by stephen_missouri.edu).
math/octave-forge-general: Update to 2.1.4.
Mon, Mar 2, 12:42 AM

Yesterday

vvd committed R11:a514edff5369: sysutils/tarbsd-builder: Update 26.02.10 => 26.03.01 (authored by Paavo-Einari Kaipila <pkaipila@gmail.com>).
sysutils/tarbsd-builder: Update 26.02.10 => 26.03.01
Sun, Mar 1, 11:59 PM
0mp committed R11:488d83f12d2c: net/samba422: Update to 4.22.7 (authored by 0mp).
net/samba422: Update to 4.22.7
Sun, Mar 1, 11:22 PM
kib updated the diff for D55539: Add renameat(2) and AT_RENAME_NOREPLACE flag for it.

Man page updates.
Do not clear mp and tmp in the case of EEXISTS in kern_renameat(), they must be unbusied/unlocked as needed.

Sun, Mar 1, 10:44 PM
kib added a comment to D55539: Add renameat(2) and AT_RENAME_NOREPLACE flag for it.

The last revision worked for me on ZFS.

I patched Qt to make use of this syscall and verified that QFile::rename implementation now uses the renameat2 code path. What's even more important is that calling QFile::rename() now results in paired IN_MOVED_FROM and IN_MOVED_TO inotify events instead of disconnected IN_CREATE and IN_DELETE. This is a great improvement!

What's worrying me is how the previous revision failed for ZFS. The syscall returned EINVAL and after that the test program entered an uninterruptible busyloop. It was not possible to stop it with kill -KILL and running cat somefile afterwards also resulted in busy-looping. The system quickly degraded into unusable state. It feels like something in kernel does not properly handle the case when AT_RENAME_NOREPLACE is not implemented for a given FS.

Sun, Mar 1, 10:42 PM
se committed R11:777f93683078: ports-mgmt/portmaster: update to version 3.33 (authored by se).
ports-mgmt/portmaster: update to version 3.33
Sun, Mar 1, 10:35 PM
des added a comment to D55610: df: Make malloc() failure fatal.

Note that we want to keep the current behavior in makenetvfslist().

Sun, Mar 1, 10:31 PM
se committed R11:21fd81899f90: ports-mgmt/portmaster: update to version 3.32 (authored by se).
ports-mgmt/portmaster: update to version 3.32
Sun, Mar 1, 10:28 PM
des added inline comments to D55608: diff3: Produce correct exit status.
Sun, Mar 1, 10:27 PM
des added inline comments to D55608: diff3: Produce correct exit status.
Sun, Mar 1, 10:26 PM
dinoex committed R11:e3743ef8e5e8: net/webalizer-geodb: Update to 20260301 (authored by dinoex).
net/webalizer-geodb: Update to 20260301
Sun, Mar 1, 10:12 PM
yuri committed R11:a6a2f79d787e: www/{,py-}yt-dlp: update 2026.01.29 → 2026.02.21 (authored by yuri).
www/{,py-}yt-dlp: update 2026.01.29 → 2026.02.21
Sun, Mar 1, 10:07 PM
yuri committed R11:1e0296f94306: www/py-yt-dlp-ejs: New port: JavaScript challenge solver for yt-dlp (authored by yuri).
www/py-yt-dlp-ejs: New port: JavaScript challenge solver for yt-dlp
Sun, Mar 1, 10:07 PM
ngie added inline comments to D55608: diff3: Produce correct exit status.
Sun, Mar 1, 10:04 PM
ngie added inline comments to D55608: diff3: Produce correct exit status.
Sun, Mar 1, 10:03 PM
ronald_klop.ws committed R11:693b58e8e410: biology/gkl: mark broken on aarch64 (authored by ronald_klop.ws).
biology/gkl: mark broken on aarch64
Sun, Mar 1, 9:59 PM
jlduran added inline comments to D54457: df: Cleanup and refactor.
Sun, Mar 1, 9:55 PM
jlduran added a comment to D55610: df: Make malloc() failure fatal.

Note that we want to keep the current behavior in makenetvfslist().

Sun, Mar 1, 9:52 PM
jlduran requested review of D55610: df: Make malloc() failure fatal.
Sun, Mar 1, 9:51 PM
ali_mashtizadeh.com added inline comments to D55607: hwpmc_amd: fix amd_get_msr() MSR offset for newer counter bases.
Sun, Mar 1, 9:47 PM
societe.geniale_gmail.com added a comment to D49636: new port: net/collabora.

I'm interested to run collabora on Freebsd, so i downloaded the diff and built the port, and attempted to run collabora in a jail, on FreeBSD 14.3. Here is what I noticed :

Sun, Mar 1, 9:46 PM · office
ali_mashtizadeh.com added inline comments to D55607: hwpmc_amd: fix amd_get_msr() MSR offset for newer counter bases.
Sun, Mar 1, 9:44 PM
ngie added inline comments to D55608: diff3: Produce correct exit status.
Sun, Mar 1, 9:42 PM
jlduran added inline comments to D54457: df: Cleanup and refactor.
Sun, Mar 1, 9:37 PM
jlduran updated the diff for D54457: df: Cleanup and refactor.

Address suggestions.

Sun, Mar 1, 9:37 PM
ivy added inline comments to D54948: bridge: Add checksum offloading.
Sun, Mar 1, 9:36 PM
ali_mashtizadeh.com requested changes to D55607: hwpmc_amd: fix amd_get_msr() MSR offset for newer counter bases.

If you want to fix your patch to the rdpmc problem we should land this and maybe wait for my other fix for the per-package change.

Sun, Mar 1, 9:34 PM
ivy added a comment to D53484: Remove RIP and RIPng.

i don't really want this review to turn into a debate over whether people should use RIP. the point is, people who do want to (and i'm aware some such people exist) can continue to do so, even using routed from ports if they really want.

Sun, Mar 1, 9:22 PM
jbo committed R11:fba1610a8e03: audio/subtui: Update to 2.8.0 (authored by jbo).
audio/subtui: Update to 2.8.0
Sun, Mar 1, 9:17 PM
paulo_nlink.com.br updated paulo_nlink.com.br.
Sun, Mar 1, 9:11 PM
yuri committed R11:5fdac53c577e: misc/github-copilot-cli: Fix typo in comment (authored by yuri).
misc/github-copilot-cli: Fix typo in comment
Sun, Mar 1, 8:55 PM
yuri committed R11:cc3c57ed68f1: misc/gemini-cli: update 0.26.0 → 0.31.0 (authored by yuri).
misc/gemini-cli: update 0.26.0 → 0.31.0
Sun, Mar 1, 8:53 PM
danilo committed R11:551d942ffd08: net-mgmt/prometheus3: Update to 3.10.0 (authored by danilo).
net-mgmt/prometheus3: Update to 3.10.0
Sun, Mar 1, 8:53 PM
danilo committed R11:609dcfc25e50: sysutils/eksctl: Update to 0.223.0 (authored by danilo).
sysutils/eksctl: Update to 0.223.0
Sun, Mar 1, 8:53 PM
danilo committed R11:bd377147551c: security/aws-iam-authenticator: Update to 0.7.11 (authored by danilo).
security/aws-iam-authenticator: Update to 0.7.11
Sun, Mar 1, 8:53 PM
aokblast added a reviewer for D55609: acpi_bus: Fix acpi_get_flag error.: obiwac.
Sun, Mar 1, 8:53 PM
danilo committed R11:e3c060bc9145: sysutils/kubectl: Update to 1.35.2 (authored by danilo).
sysutils/kubectl: Update to 1.35.2
Sun, Mar 1, 8:53 PM
danilo committed R11:405be10c3f0f: editors/nano: Update to 8.7.1 (authored by danilo).
editors/nano: Update to 8.7.1
Sun, Mar 1, 8:53 PM
danilo committed R11:4ff073503b0b: games/solarus-quest-editor: Update to 2.0.3 (authored by danilo).
games/solarus-quest-editor: Update to 2.0.3
Sun, Mar 1, 8:53 PM
danilo committed R11:bf804e0c6032: games/solarus: Update to 2.0.3 (authored by danilo).
games/solarus: Update to 2.0.3
Sun, Mar 1, 8:53 PM
danilo committed R11:ac39dc38d162: sysutils/kubectl: Update to 1.35.1 (authored by danilo).
sysutils/kubectl: Update to 1.35.1
Sun, Mar 1, 8:52 PM
aokblast requested review of D55609: acpi_bus: Fix acpi_get_flag error..
Sun, Mar 1, 8:51 PM
yuri committed R11:64390332c7e0: misc/github-copilot-cli: Add ripgrep run-time dependency (authored by yuri).
misc/github-copilot-cli: Add ripgrep run-time dependency
Sun, Mar 1, 8:47 PM
yuri committed R11:d5f7138acf23: misc/visp: update 3.6.0 → 3.7.0 (authored by fluffy).
misc/visp: update 3.6.0 → 3.7.0
Sun, Mar 1, 8:47 PM
yuri committed R11:8050e7d23b02: devel/{,py-}nanobind: update 2.4.0 → 2.12.0 (authored by yuri).
devel/{,py-}nanobind: update 2.4.0 → 2.12.0
Sun, Mar 1, 8:47 PM
yuri committed R11:a8ecd941ebdf: audio/bliss: update 1.2.0-209 → 1.2.0.210 (authored by yuri).
audio/bliss: update 1.2.0-209 → 1.2.0.210
Sun, Mar 1, 8:47 PM
timo.voelker_fh-muenster.de added inline comments to D54948: bridge: Add checksum offloading.
Sun, Mar 1, 8:47 PM
eduardo committed R11:5215e40c4bf8: dns/blocky: Modernize config sample syntax, set queryLog to none (authored by eduardo).
dns/blocky: Modernize config sample syntax, set queryLog to none
Sun, Mar 1, 8:34 PM
rhurlin committed R11:5bb5330fd538: astro/py-ephem: Update to 4.2.1 (authored by rhurlin).
astro/py-ephem: Update to 4.2.1
Sun, Mar 1, 8:30 PM
rhurlin committed R11:2a067443f6f1: astro/py-ephem: Update to 4.2.1 (authored by rhurlin).
astro/py-ephem: Update to 4.2.1
Sun, Mar 1, 8:29 PM
bapt accepted D55608: diff3: Produce correct exit status.

lgtm

Sun, Mar 1, 8:18 PM
des added inline comments to D55608: diff3: Produce correct exit status.
Sun, Mar 1, 8:15 PM
des added a comment to D55608: diff3: Produce correct exit status.

I suppose we could, but it would be a huge diff that changed nothing.

Sun, Mar 1, 8:09 PM
des updated the diff for D55608: diff3: Produce correct exit status.

man page

Sun, Mar 1, 8:08 PM
acm committed R11:4dad4198d90c: archivers/peazip: Fix build on aarch64 (authored by acm).
archivers/peazip: Fix build on aarch64
Sun, Mar 1, 8:02 PM
ngie requested changes to D55608: diff3: Produce correct exit status.

I'm sorry -- it's still too early for my brain to be effective at code reviewing. I'll retract my prior acceptance until we get some clarity on some of the changes (most of the changes going from 1->2 look correct, but I'm not sure about some of the edge cases in skip/readin).

Sun, Mar 1, 8:00 PM
jrm committed rG5d9b185c33ae: share/mk/src.libnames.mk: Sort _DP entries (authored by jrm).
share/mk/src.libnames.mk: Sort _DP entries
Sun, Mar 1, 7:52 PM
jrm closed D55598: share/mk/src.libnames.mk: Sort _DP entries.
Sun, Mar 1, 7:52 PM
ngie accepted D55608: diff3: Produce correct exit status.

Sorry -- forgot to sign-off in my last submission. An answer shouldn't block this change landing since this change should definitely be made (regardless of how it's expressed) as it makes the code more "functionally correct".

Sun, Mar 1, 7:50 PM
ngie added a comment to D55608: diff3: Produce correct exit status.

Not a huge fan of complexity, but would it make sense to turn these into an enum in a later revision for human readability? I'm game for making the change after you're done if you're busy with other things.

Sun, Mar 1, 7:47 PM
decke committed R11:25c6cb283029: www/mattermost-webapp: Update to 10.11.12 (authored by decke).
www/mattermost-webapp: Update to 10.11.12
Sun, Mar 1, 7:46 PM
decke committed R11:4ab25182351b: www/mattermost-server: Updatr to 10.11.12 (authored by decke).
www/mattermost-server: Updatr to 10.11.12
Sun, Mar 1, 7:45 PM
des requested review of D55608: diff3: Produce correct exit status.
Sun, Mar 1, 7:43 PM
decke committed R11:aa9ec61d216f: dns/dnscontrol: Update to 4.35.0 (authored by decke).
dns/dnscontrol: Update to 4.35.0
Sun, Mar 1, 7:28 PM
des added inline comments to D54457: df: Cleanup and refactor.
Sun, Mar 1, 7:23 PM
ae committed rG32cd3ee5901e: ipfw: add support for masked ip-address lookups (authored by lytboris_gmail.com).
ipfw: add support for masked ip-address lookups
Sun, Mar 1, 7:06 PM
ae closed D53694: [ipfw] Add support for masked ip-address lookups.
Sun, Mar 1, 7:06 PM
minsoochoo0122_proton.me added a comment to D44456: intelhfi - Intel TD/HFI driver - Part4: Add intelhfi driver's source-code & Makefile..

Can we enable/disable the whole module when one or both of HMP and SMP aren't enabled? I don't see why we need to build this driver when HMP and SMP don't exist.

Sun, Mar 1, 7:06 PM · Contributor Reviews (src)
ngie committed rGe81e724358e4: asmc: output the SMC firmware revision on attach (authored by ngie).
asmc: output the SMC firmware revision on attach
Sun, Mar 1, 7:04 PM
ngie closed D55577: asmc: output the SMC revision on attach.
Sun, Mar 1, 7:03 PM
paulo_nlink.com.br requested review of D55607: hwpmc_amd: fix amd_get_msr() MSR offset for newer counter bases.
Sun, Mar 1, 6:47 PM
Andrey Zakhvatov <andy@FreeBSD.org> committed R9:27d2351f69db: website/ru: Update data/ru/news/news.toml (authored by Andrey Zakhvatov <andy@FreeBSD.org>).
website/ru: Update data/ru/news/news.toml
Sun, Mar 1, 6:44 PM
aokblast updated the diff for D55606: hwpstate_amd: Expose node as much as possible.

Remove debug print

Sun, Mar 1, 6:31 PM
jlduran updated the diff for D54265: df: Fix the header when using the -P option.

Rebase

Sun, Mar 1, 6:20 PM
arrowd added a comment to D55539: Add renameat(2) and AT_RENAME_NOREPLACE flag for it.

The last revision worked for me on ZFS.

Sun, Mar 1, 6:18 PM
jlduran updated the diff for D54457: df: Cleanup and refactor.

Address suggestions

Sun, Mar 1, 6:18 PM
Andrey Zakhvatov <andy@FreeBSD.org> committed R9:1d25d86f0ac9: website/ru: Update where.adoc (authored by Andrey Zakhvatov <andy@FreeBSD.org>).
website/ru: Update where.adoc
Sun, Mar 1, 6:07 PM
Andrey Zakhvatov <andy@FreeBSD.org> committed R9:01817e1b65eb: website/ru: Update mailto.adoc (authored by Andrey Zakhvatov <andy@FreeBSD.org>).
website/ru: Update mailto.adoc
Sun, Mar 1, 5:54 PM
marcus committed R11:e1b01616875c: net/wireshark: Update to 4.6.4 (authored by marcus).
net/wireshark: Update to 4.6.4
Sun, Mar 1, 5:52 PM
girgen committed R11:03d5b6cb0a82: databases/postgresql-libpqxx: Update to 8.0.0 (authored by girgen).
databases/postgresql-libpqxx: Update to 8.0.0
Sun, Mar 1, 5:47 PM
vladlen added a comment to D55567: sync translation of ru/articles/freebsd-status-report-process with EN version.

Ну то есть изменения в русскоязычных .po вычитывать смысла нет, верно?

Да, po файлы лучше игнорировать, чтобы не тратить на них время. Они записываются в репозиторий, потому что так написано в инструкции - чтобы точно видеть из какой версии перевода сгенерирован этот adoc файл.

Sun, Mar 1, 5:41 PM · docs
rene committed R11:dbfbe8c3f635: devel/tbb: Remove expired port (authored by rene).
devel/tbb: Remove expired port
Sun, Mar 1, 5:38 PM
rene committed R11:d6b2b2199e5d: lang/go-devel: Remove expired port (authored by rene).
lang/go-devel: Remove expired port
Sun, Mar 1, 5:37 PM
Andrey Zakhvatov <andy@FreeBSD.org> committed R9:58bdce56f1d7: website/ru: Update administration.adoc (authored by Andrey Zakhvatov <andy@FreeBSD.org>).
website/ru: Update administration.adoc
Sun, Mar 1, 5:35 PM
wosch accepted D55600: grep: keep track of eof state, avoid hanging.
Sun, Mar 1, 5:11 PM
oshogbo committed rGdde5113f470a: from(1): Replace magic exit codes with standard macros (authored by kfv_kfv.io).
from(1): Replace magic exit codes with standard macros
Sun, Mar 1, 5:07 PM
oshogbo committed rG4a4c88533712: from(1): Capsicumise (authored by kfv_kfv.io).
from(1): Capsicumise
Sun, Mar 1, 5:07 PM
oshogbo committed rGffe7d45d295c: from(1): style fixes (authored by oshogbo).
from(1): style fixes
Sun, Mar 1, 5:07 PM
lwhsu added a comment to D55603: amdrapl: Introduce amdrapl driver.

Quick response:

Sun, Mar 1, 5:03 PM
krion committed R11:7481980def08: benchmarks/fio: Update project WWW (authored by krion).
benchmarks/fio: Update project WWW
Sun, Mar 1, 5:01 PM
aokblast requested review of D55606: hwpstate_amd: Expose node as much as possible.
Sun, Mar 1, 4:54 PM
cy committed R11:2356008bc729: shells/ksh-devel: Fix build with /bin/sh (authored by cy).
shells/ksh-devel: Fix build with /bin/sh
Sun, Mar 1, 4:48 PM
cy committed R11:2609e5d522b2: Revert "shells/ksh-devel: Fix poudriere build" (authored by cy).
Revert "shells/ksh-devel: Fix poudriere build"
Sun, Mar 1, 4:47 PM
cy added a reverting change for R11:54361e152fd4: shells/ksh-devel: Fix poudriere build: R11:2609e5d522b2: Revert "shells/ksh-devel: Fix poudriere build".
Sun, Mar 1, 4:47 PM
rodrigo committed R11:52ae5409df07: www/cadaver: update 0.26 -> 0.28 (authored by rodrigo).
www/cadaver: update 0.26 -> 0.28
Sun, Mar 1, 4:44 PM
rodrigo committed R11:a579b2f2373f: www/glassfish: update 7.1.0 -> 8.0.0 (authored by rodrigo).
www/glassfish: update 7.1.0 -> 8.0.0
Sun, Mar 1, 4:44 PM
rodrigo committed R11:8a75d2d808f8: www/axis2: update 1.8.0 -> 2.0.0 (authored by rodrigo).
www/axis2: update 1.8.0 -> 2.0.0
Sun, Mar 1, 4:44 PM
pouria added a comment to D55593: netinet6: Fix memory leak on auto_linklocal.

Since @markj just announce that he's AFK, could you take a look at this please? @glebius

Sun, Mar 1, 4:43 PM