Page MenuHomeFreeBSD
Feed All Stories

Today

acm committed R11:0f805e741adb: x11/compton-conf: Mark DEPRECATED (authored by acm).
x11/compton-conf: Mark DEPRECATED
Wed, Aug 26, 6:12 PM
kevans updated subscribers of D59200: security/p11-kit: use base system consolidated anchor lists.

CC @des as well

Wed, Aug 26, 6:11 PM
jhb added a comment to D59063: acpi_pci: Honor device proximity for DMA tags.

I would maybe split out the caching of the domain into a separate commit.

Wed, Aug 26, 6:06 PM
novel added a reviewer for D59200: security/p11-kit: use base system consolidated anchor lists: Ports Committers.
Wed, Aug 26, 6:06 PM
novel requested review of D59200: security/p11-kit: use base system consolidated anchor lists.
Wed, Aug 26, 6:05 PM
jhb accepted D59062: acpi_pci: Inherit PF locality for SR-IOV VFs.
Wed, Aug 26, 6:02 PM
jhb accepted D59061: acpi_pci: Do not match SR-IOV VFs to ACPI devices.

Kind of weird that they would match an _ADR value, but this is correct.

Wed, Aug 26, 6:01 PM
lwhsu committed R11:47147052b133: chinese/fcitx5-mcbopomofo: Update to 3.1 (authored by lwhsu).
chinese/fcitx5-mcbopomofo: Update to 3.1
Wed, Aug 26, 6:00 PM
jhb added a comment to D58624: pci: Reserve bus numbers required by SR-IOV VFs.

I'm somewhat surprised you are doing this when enumerating the PCI bus vs doing it in pcib_attach() FWIW. If the bus numbers are available for growing, that should be just as doable in pcib_attach() time before you attach drivers to child devices, and then you don't need the manual PCI config read/write code as you will have the normal device_t objects around to use with pci_read_config/pci_write_config.

Wed, Aug 26, 5:58 PM
fluffy committed R11:eb873e3fc8f7: mail/dbmail: unbreak build after a315965d7d62ea69f5aed95c37e7ad36c900dc61 (+) (authored by fluffy).
mail/dbmail: unbreak build after a315965d7d62ea69f5aed95c37e7ad36c900dc61 (+)
Wed, Aug 26, 5:56 PM
des committed rGa5ff4125cf08: install: Fix two bugs in stdin code (authored by des).
install: Fix two bugs in stdin code
Wed, Aug 26, 5:34 PM
des closed D59144: install: Fix two bugs in stdin code.
Wed, Aug 26, 5:34 PM
jhb accepted D58862: authors.adoc: fix entry (mchoo).
Wed, Aug 26, 5:32 PM
jhb added a comment to D58834: LinuxKPI: rework struct timer_list (*function[_415]).

I'm also working on merging changes to iw_cxgbe that should update it btw. For mthca we can find an upstream Linux commit to pull across. I think we should probably just move consumers to the newer KPI.

Wed, Aug 26, 5:32 PM · linuxkpi
seuros committed rGf22ffd63aa83: intelspi: add Nova Lake SPI controller IDs (authored by seuros).
intelspi: add Nova Lake SPI controller IDs
Wed, Aug 26, 5:29 PM
seuros committed rG59379461f00c: intelspi: add Panther Lake SPI controller IDs (authored by seuros).
intelspi: add Panther Lake SPI controller IDs
Wed, Aug 26, 5:29 PM
seuros closed D59013: intelspi: add Nova Lake SPI controller IDs.
Wed, Aug 26, 5:29 PM · drivers
seuros closed D59012: intelspi: add Panther Lake SPI controller IDs.
Wed, Aug 26, 5:29 PM · drivers
jhb added inline comments to D58824: ossl: fix OPENSSL_ia32cap_P size mismatch on i386/amd64.
Wed, Aug 26, 5:27 PM
seuros committed rGeeb02a9c24e9: intelspi: add Wildcat Lake SPI controller IDs (authored by seuros).
intelspi: add Wildcat Lake SPI controller IDs
Wed, Aug 26, 5:15 PM
seuros closed D59011: intelspi: add Wildcat Lake SPI controller IDs.
Wed, Aug 26, 5:14 PM · drivers
mfechner committed R11:62b237988722: devel/rubygem-unleash: update to 5.1.1 (authored by mfechner).
devel/rubygem-unleash: update to 5.1.1
Wed, Aug 26, 5:07 PM
mfechner committed R11:250b84d364fb: net/rubygem-http-2: update to 1.2.2 (authored by mfechner).
net/rubygem-http-2: update to 1.2.2
Wed, Aug 26, 5:07 PM
novel committed rG8bd30a72e701: bhyve: fix byte order for manually set NVMe eui64 (authored by novel).
bhyve: fix byte order for manually set NVMe eui64
Wed, Aug 26, 5:05 PM
novel closed D59080: bhyve: fix byte order for manually set NVMe eui64.
Wed, Aug 26, 5:05 PM
jlduran added a comment to D59172: openssh: Update to 10.5p1.

I think you should commit D52203 now, I will rebase this change after.

Done!

Wed, Aug 26, 4:54 PM
ziaee committed R9:9552ed3c125f: 14.4/errata: Document open issue 2 fixed in stable (authored by ziaee).
14.4/errata: Document open issue 2 fixed in stable
Wed, Aug 26, 4:48 PM
jlduran added a comment to D58957: nanobsd: Remove chflags call in install_world().

While I do agree with the change, I do not fully agree with the commit message.
For me, the reason we want to remove this step is because we want to ship a NanoBSD image with the flags set just like a normal FreeBSD installation (/var/empty for instance).

will this work?

nanobsd: Remove chflags call in install_world()
     
NanoBSD images should retain file flags set by the installation process
(such as the schg flag on /var/empty) to match a standard FreeBSD
installation. Unconditionally stripping system flags with chflags -R noschg
after installworld removes these expected security flags.
    
clean_world() already takes care of clearing noschg when wiping
NANO_WORLDDIR and NANO_OBJ during clean builds.
     
Sponsored by:   Google LLC (GSoC 2026)
Differential Revision:  https://reviews.freebsd.org/D58957
Wed, Aug 26, 4:47 PM
jlduran added inline comments to D58974: nanobsd: Refactor cust_pkgng.
Wed, Aug 26, 4:45 PM
jlduran added a comment to D58969: nanobsd: Change sizes to use bytes exclusively.

Since this is a legacy-breaking change (perhaps the most significant one), we should provide an easy migration path. For example, in the commit message, we can explain that users who want to keep using sector sizes could add an s (for sector) suffix to its current values when migrating to the default plan, this is a deliberate change from strsuftoll, which uses b (for block) for that same purpose.

Wed, Aug 26, 4:43 PM
senguptaangshuman17_gmail.com added a comment to D58957: nanobsd: Remove chflags call in install_world().

While I do agree with the change, I do not fully agree with the commit message.
For me, the reason we want to remove this step is because we want to ship a NanoBSD image with the flags set just like a normal FreeBSD installation (/var/empty for instance).

Wed, Aug 26, 4:39 PM
jlduran added inline comments to D58966: nanobsd: Put customizations in a separate file.
Wed, Aug 26, 4:30 PM
vladlen committed R9:e104638ccb7a: website: update ru/news (authored by vladlen).
website: update ru/news
Wed, Aug 26, 4:24 PM
eduardo committed R11:27b6863f3027: net-p2p/{lib,r}torrent: Update to 0.16.18 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.18
Wed, Aug 26, 4:16 PM
eduardo committed R11:06ac80688ae2: net-p2p/{lib,r}torrent: Update to 0.16.21 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.21
Wed, Aug 26, 4:15 PM
eduardo committed R11:55ca011d748b: net-p2p/{lib,r}torrent: Update to 0.16.20 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.20
Wed, Aug 26, 4:15 PM
eduardo committed R11:ed33af9bbba5: net-p2p/{lib,r}torrent: Update to 0.16.19 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.19
Wed, Aug 26, 4:15 PM
mfechner committed R11:a239b68b452a: devel/glab: update to 1.115.0 (authored by mfechner).
devel/glab: update to 1.115.0
Wed, Aug 26, 4:13 PM
jlduran added a comment to D58964: nanobsd: Add gpt support.

Please see: https://github.com/Coderangshu/freebsd-src/pull/60, which contains a WIP of NanoBSD using ZFS (the ZFS part is not really relevant at the moment, it was just an experiment). It illustrates that the file gpt.sh should actually be named ufs.sh and that common functions inherent to a GPT partitioning scheme belong in defaults.sh, leaving filesystem-specific functions inside their respective files (ufs.sh, zfs.sh, cd9660.sh, msdos.sh, i.e., anything that makefs(8) supports).

Wed, Aug 26, 4:00 PM
jlduran added a comment to D58963: nanobsd: Disable dumpdev.

Maybe something closer to:

nanobsd: Disable dumpdev
Wed, Aug 26, 3:48 PM
jlduran added a comment to D58962: nanobsd: Rename code_slice to code_partition.

I don't think we should touch anything legacy, or at least avoid it as much as possible. In this context embedded can be considered legacy.

Wed, Aug 26, 3:42 PM
kp committed rG01482de9585a: libsysdecode: decode PFNL_CMD_GET_RULESETS and PFNL_CMD_GET_RULESET (authored by kp).
libsysdecode: decode PFNL_CMD_GET_RULESETS and PFNL_CMD_GET_RULESET
Wed, Aug 26, 3:40 PM
kp committed rG5de5140f0695: pfctl: fix printing of wildcard anchors (authored by kp).
pfctl: fix printing of wildcard anchors
Wed, Aug 26, 3:39 PM
senguptaangshuman17_gmail.com added a comment to D58963: nanobsd: Disable dumpdev.

will this be fine as commit message?

nanobsd: Disable dumpdev

Ship by default with a disabled crash dump device, since nanobsd
doesn't configure a dump target for dumpon(8) to use.

Differential Revision:  https://reviews.freebsd.org/D58963

This has a bit of a circular reference---we're saying we disable it because NanoBSD doesn't configure it, but NanoBSD won't configure it because we're disabling it here. Let's update the rationale to explain why NanoBSD shouldn't have a dump device in the first place (e.g., read only file system, resource-constraints, etc.).

Wed, Aug 26, 3:39 PM
jlduran added a comment to D58961: nanobsd: Clean up target pkg database and metalog after install.

I think _xxx_pkg_db_dump_or_vacuum should be added sooner. In fact, I think this function should not be a _xxx_ function, as we will always want to verify the integrity of the pkg database before shipping our NanoBSD image, so I suggest "promoting" it to a regular pkg function (pkg_db_vacuum since it no longer dumps.) and including it in D58951.
I think the commit message in this revision also needs updating.

Wed, Aug 26, 3:38 PM
eduardo committed R11:071c3a8d8750: net-p2p/{lib,r}torrent: Update to 0.16.21 (authored by eduardo).
net-p2p/{lib,r}torrent: Update to 0.16.21
Wed, Aug 26, 3:38 PM
arrowd committed R11:2b31a2fa9624: net-p2p/eiskaltdcpp-lib: Mark deprecated (authored by arrowd).
net-p2p/eiskaltdcpp-lib: Mark deprecated
Wed, Aug 26, 3:36 PM
jlduran added a comment to D58957: nanobsd: Remove chflags call in install_world().

While I do agree with the change, I do not fully agree with the commit message.
For me, the reason we want to remove this step is because we want to ship a NanoBSD image with the flags set just like a normal FreeBSD installation (/var/empty for instance).

Wed, Aug 26, 3:31 PM
markj accepted D59144: install: Fix two bugs in stdin code.
Wed, Aug 26, 3:01 PM
jlduran added a comment to D58959: nanobsd: Disable pkg repositories on target image.

I think this commit can be squashed with D58951, I see no reason to keep this in a separate commit.

Wed, Aug 26, 3:01 PM
makc committed R11:4e3cb074e6a5: x11-toolkits/kirigami-app-components: Add new port (authored by makc).
x11-toolkits/kirigami-app-components: Add new port
Wed, Aug 26, 2:59 PM
jlduran added inline comments to D58956: nanobsd: Use local repository cache for precompiled package base builds.
Wed, Aug 26, 2:49 PM
kevans added a reviewer for D59199: snd_uaudio: drop the default monitor level to 10%: christos.
Wed, Aug 26, 2:45 PM
kevans requested review of D59199: snd_uaudio: drop the default monitor level to 10%.
Wed, Aug 26, 2:36 PM
kevans committed rGf01b594b7fa5: snd_uaudio: recognize hardware sidetone as a monitor (authored by kevans).
snd_uaudio: recognize hardware sidetone as a monitor
Wed, Aug 26, 2:32 PM
kevans closed D58779: sound: uaudio: discard hardware sidetone feature units.
Wed, Aug 26, 2:32 PM
joneum added a comment to D59121: www/nginx-module-njs: new port, dynamic module of nginx-module-njs.

Hi Ronald,

Wed, Aug 26, 2:14 PM
ivy added a comment to D59194: oci: Install FreeBSD-pam in the runtime image.
In D59194#1357926, @dfr wrote:

I guess it could be a dependency of FreeBSD-ssh instead but adding it to FreeBSD-runtime covers both FreeBSD-ssh and e.g. openssh installed from ports.

Wed, Aug 26, 2:05 PM
dfr accepted D59194: oci: Install FreeBSD-pam in the runtime image.

This is probably fine, given the small size. I guess it could be a dependency of FreeBSD-ssh instead but adding it to FreeBSD-runtime covers both FreeBSD-ssh and e.g. openssh installed from ports.

Wed, Aug 26, 2:02 PM
pouria committed rGea7c339e8b04: routing: Use fib-aware ifa lookup in ifa_ifwithroute() (authored by pouria).
routing: Use fib-aware ifa lookup in ifa_ifwithroute()
Wed, Aug 26, 2:02 PM
pouria closed D59128: routing: Use fib-aware ifa lookup in ifa_ifwithroute().
Wed, Aug 26, 2:01 PM
kp added a comment to D59068: pf: Send syncookies from the receiving thread.

I think the patch is fine now, but I would like to see the flame graphs anyway, so we're sure this does what we think it does.

Wed, Aug 26, 1:58 PM
haraldei updated the diff for D59167: java/openjdk{25,26}: Don't req xorg for headless.

Address review comments.

Wed, Aug 26, 1:54 PM
kevans added a comment to D59186: xhci: Only reset the data toggle value when the USB stack asks for it.

CC releng because this should go into 14.5, IMO, which might mean an expedited MFC. I think this is reasonably safe.

Wed, Aug 26, 1:49 PM
arrowd committed R11:ce42f1ec2b6d: textproc/ctpp2: Fix building with CMake 4 (authored by arrowd).
textproc/ctpp2: Fix building with CMake 4
Wed, Aug 26, 1:45 PM
markj added inline comments to D59034: sendfile(2): rework compat implementation.
Wed, Aug 26, 1:34 PM
markj accepted D59034: sendfile(2): rework compat implementation.
Wed, Aug 26, 1:33 PM
markj added a comment to D59198: sendfile: remove COMPAT_FREEBSD4 from kern_sendfile.

This is a bit more complex than I was hoping. I do wonder if we really need all of these separate callbacks, vs. one callback for the initial copyin plus the header and trailer copyins. That would require a bit more code in the callbacks but seems simpler overall.

Wed, Aug 26, 1:32 PM
makc committed R11:62e063559d56: graphics/vulkan-caps-viewer: Limit portscout (authored by makc).
graphics/vulkan-caps-viewer: Limit portscout
Wed, Aug 26, 1:31 PM
markj accepted D58496: localedef: Const correctness for C23.
Wed, Aug 26, 1:25 PM
kevans accepted D59186: xhci: Only reset the data toggle value when the USB stack asks for it.

This LGTM and also tests fine with my Yubikey. My test setup is naive, but just to document it:

Wed, Aug 26, 1:25 PM
kai committed R11:4d87064798fa: graphics/py-sorl-thumbnail: Update to 13.1.0 (authored by kai).
graphics/py-sorl-thumbnail: Update to 13.1.0
Wed, Aug 26, 1:24 PM
arrowd committed R11:b8fe09864d7f: textproc/cpptoml: Fix building with CMake 4 (authored by arrowd).
textproc/cpptoml: Fix building with CMake 4
Wed, Aug 26, 1:18 PM
kai committed R11:461fcd4edb35: devel/py-maturin: Update to 1.15.0 (authored by kai).
devel/py-maturin: Update to 1.15.0
Wed, Aug 26, 1:16 PM
jhibbits added a reviewer for D59189: etherswitch/e6000sw: probe as an FDT device via new mdio_fdt(4) flavour: adrian.
Wed, Aug 26, 1:08 PM
jhibbits added reviewers for D59188: mdio: Add new mdio FDT driver: mmel, adrian.

@mmel this new driver is effectively the mii_fdt.c equivalent on the mdio side. From a physical perspective, my understanding is mdio is the low-level serial interface that can connect "anything", while MII is the higher level bus intended for PHYs, so MII "sits on top of" MDIO in reality, and they're separate entities in our driver architecture.

Wed, Aug 26, 1:06 PM
arrowd committed R11:035f4773f85f: deskutils/coolreader: Fix building with CMake 4 (authored by arrowd).
deskutils/coolreader: Fix building with CMake 4
Wed, Aug 26, 1:02 PM
mmel added a comment to D59115: kobj: allow multiple inheritance with per-class softc.

I'm also fine with it, thanks. Is the device_get_softc_class() function OK? That's actually the one I had the most trouble with.

Wed, Aug 26, 12:52 PM
uzsolt committed R11:bc61cec5881e: ftp/R-cran-curl: Update to 8.0.0 (authored by uzsolt).
ftp/R-cran-curl: Update to 8.0.0
Wed, Aug 26, 12:41 PM
brooks added inline comments to D59034: sendfile(2): rework compat implementation.
Wed, Aug 26, 12:39 PM
brooks requested review of D59198: sendfile: remove COMPAT_FREEBSD4 from kern_sendfile.
Wed, Aug 26, 12:34 PM
rrs accepted D59131: sockstat: provide more BBLog information.
Wed, Aug 26, 12:14 PM
tagattie committed R11:ca6814605942: */*: Bump port revision after electron42 update (d346072f67be) (authored by tagattie).
*/*: Bump port revision after electron42 update (d346072f67be)
Wed, Aug 26, 11:55 AM
tagattie committed R11:d346072f67be: devel/electron42: Update to 42.10.0 (authored by tagattie).
devel/electron42: Update to 42.10.0
Wed, Aug 26, 11:54 AM
arrowd committed R11:ca65a023cb9a: UPDATING: Belatedly document sddm keyboard layout changes (authored by arrowd).
UPDATING: Belatedly document sddm keyboard layout changes
Wed, Aug 26, 11:49 AM
kbowling requested review of D59197: tpm_tis: Restore validated interrupts after resume.
Wed, Aug 26, 11:47 AM
kbowling requested review of D59196: tpm20: Initialize common state before testing TIS interrupts.
Wed, Aug 26, 11:45 AM
kbowling requested review of D59195: tpm20: Validate suspend and resume commands.
Wed, Aug 26, 11:44 AM
andrew committed rG57775b3be6be: arm64/smmu: Fix undefined behaviour in Q_OVF (authored by andrew).
arm64/smmu: Fix undefined behaviour in Q_OVF
Wed, Aug 26, 11:34 AM
andrew committed rG7823d306d3b2: arm64: vmm: Move vgic_v3 structures to header file (authored by andrew).
arm64: vmm: Move vgic_v3 structures to header file
Wed, Aug 26, 11:34 AM
andrew committed rG1ecf7d5b3831: arm64: vmm: Split out VGIC register handling to a common file (authored by andrew).
arm64: vmm: Split out VGIC register handling to a common file
Wed, Aug 26, 11:34 AM
oh added a comment to D59186: xhci: Only reset the data toggle value when the USB stack asks for it.

The USB key mentioned in D57146 does work with this patch on stable/15 (132e609c2ce5c72e9e04a5d6f3e0e9140e06ebd8)
Thank you.

Wed, Aug 26, 11:22 AM
ivy requested review of D59194: oci: Install FreeBSD-pam in the runtime image.
Wed, Aug 26, 11:19 AM
ashish committed R11:b436db25bfe0: net-im/conduit: Update to 0.10.13 (authored by ashish).
net-im/conduit: Update to 0.10.13
Wed, Aug 26, 11:15 AM
ashish committed R11:f1f75ad23b7c: security/vuxml: Document matrix-conduit vulnerability (authored by ashish).
security/vuxml: Document matrix-conduit vulnerability
Wed, Aug 26, 11:15 AM
ashish committed R11:d1944fbf5aa5: net-im/conduit: Update to 0.10.13 (authored by ashish).
net-im/conduit: Update to 0.10.13
Wed, Aug 26, 11:15 AM
kbowling requested review of D59193: tpm: Restore TPM 1.2 TIS state after resume.
Wed, Aug 26, 11:13 AM
kbowling requested review of D59192: tpm: Correct the TPM 1.2 suspend transaction.
Wed, Aug 26, 11:10 AM
br added a comment to D59191: dwc(4): support Synopsys IP version 4 and 5.

Oh, I did not know eqos(4) was imported from NetBSD!

Wed, Aug 26, 11:09 AM
martymac committed R11:2eb1ba59cae1: archivers/par2cmdline-turbo: Update to 1.5.0 (authored by martymac).
archivers/par2cmdline-turbo: Update to 1.5.0
Wed, Aug 26, 11:05 AM