HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

adrian added reviewers for D58248: libgcc_s: export the IEEE-128 long double runtime on powerpc64le: jrtc27, imp.

We should loop jrtc27 and maybe someone from srcmgr into this

Wed, Jul 15, 5:52 AM
pkubaj added a reviewer for D58248: libgcc_s: export the IEEE-128 long double runtime on powerpc64le: PowerPC.
Wed, Jul 15, 5:48 AM
pkubaj requested review of D58248: libgcc_s: export the IEEE-128 long double runtime on powerpc64le.
Wed, Jul 15, 5:48 AM
ehaupt committed R11:58f68ef11525: devel/mimalloc: Update to 3.4.1 (authored by ehaupt).
devel/mimalloc: Update to 3.4.1
Wed, Jul 15, 5:22 AM
ehaupt committed R11:792cd26f1edb: devel/py-websockets: Update to 16.1 (authored by ehaupt).
devel/py-websockets: Update to 16.1
Wed, Jul 15, 5:22 AM
ehaupt committed R11:2bddc75f7738: devel/py-genson: Update to 1.4.0 (authored by ehaupt).
devel/py-genson: Update to 1.4.0
Wed, Jul 15, 5:22 AM
pkubaj committed R11:ebd98cc5b482: sysutils/fastfetch: update to 2.66.0 (authored by pkubaj).
sysutils/fastfetch: update to 2.66.0
Wed, Jul 15, 5:17 AM
pkubaj committed R11:e0a451bfb738: sysutils/UEFITool: update to A75 (authored by pkubaj).
sysutils/UEFITool: update to A75
Wed, Jul 15, 5:16 AM
dtxdf committed R11:f0c1f7394312: sysutils/py-director: Update to 0.18.0 (authored by dtxdf).
sysutils/py-director: Update to 0.18.0
Wed, Jul 15, 4:56 AM
mfechner committed R11:12498779a644: devel/glab: update to 1.108.0 (authored by mfechner).
devel/glab: update to 1.108.0
Wed, Jul 15, 4:53 AM
dteske added inline comments to D56167: bsdinstall(8): add desktop script.
Wed, Jul 15, 3:36 AM
uzsolt committed R11:3b6046190528: graphics/R-cran-colorspace: Update to 2.1.3 (authored by uzsolt).
graphics/R-cran-colorspace: Update to 2.1.3
Wed, Jul 15, 3:30 AM
tagattie committed R11:a568555da811: sysutils/tailspin: Update to 7.0.0 (authored by tagattie).
sysutils/tailspin: Update to 7.0.0
Wed, Jul 15, 3:20 AM
cperciva accepted D58242: ena: Update driver version to v2.8.4.
Wed, Jul 15, 3:08 AM
cperciva accepted D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race.
Wed, Jul 15, 3:08 AM
cperciva added a comment to D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race.

I see these errors under low loads, and not always as "1 [mu]secs have passed":

Wed, Jul 15, 3:07 AM
tagattie committed R11:0fdc8243e7bd: mail/py-resend: Update to 2.33.0 (authored by tagattie).
mail/py-resend: Update to 2.33.0
Wed, Jul 15, 3:03 AM
cperciva accepted D58239: ena: Swap cleanup order.

I'm not convinced by the rationale here -- it seems to me that the stronger argument is "processing tx completions frees up space on the tx ring, which we might want when we respond to packets which we received". But the change itself seems reasonable.

Wed, Jul 15, 2:57 AM
tagattie committed R11:4d468f85065c: devel/py-ty: Update to 0.0.59 (authored by tagattie).
devel/py-ty: Update to 0.0.59
Wed, Jul 15, 2:53 AM
kib requested review of D58247: ptrace(2): PT_SET_SC_RET request.
Wed, Jul 15, 2:24 AM
glebius committed rG3ff24c76c140: inpcb: remove unneeded #ifdef INET || INET6 (authored by glebius).
inpcb: remove unneeded #ifdef INET || INET6
Wed, Jul 15, 2:18 AM
glebius added a comment to D58131: inpcb: take a pcbinfo database out from single lock.

I got another naive benchmark. It exercises situation when we create as much as possible connections from us to a single peer:port eventually running out of ports. This exercises the worst case of the cycle in in_pcb_lport_dest(), which at the end of the test is executed for 10^4 times to find a port. While the cycle itself is not optimized at all, on a virtual machine with 8 CPUs the test passes 6-7 times faster than before the change.

Wed, Jul 15, 1:50 AM
ngie updated the summary of D57899: rc.d/dumpon: minor hardening/tightening up.
Wed, Jul 15, 1:04 AM
ngie updated the diff for D57899: rc.d/dumpon: minor hardening/tightening up.

Apply suggestions from @des and @jilles.

Wed, Jul 15, 1:04 AM
ngie added inline comments to D57899: rc.d/dumpon: minor hardening/tightening up.
Wed, Jul 15, 12:57 AM
ngie updated the summary of D58246: Only build secure/libexec/ssh-sk-helper if MK_USB == no.
Wed, Jul 15, 12:47 AM
ngie updated the diff for D58246: Only build secure/libexec/ssh-sk-helper if MK_USB == no.
  • Remove redundant SRCS entry added in original diff.
  • Add MK_USB == no entries to OptionalObsoleteFiles.inc .
Wed, Jul 15, 12:46 AM
ngie requested review of D58246: Only build secure/libexec/ssh-sk-helper if MK_USB == no.
Wed, Jul 15, 12:39 AM

Yesterday

cperciva added a comment to D58240: ena: Batch RX statistics updates.

The commit message refers to critical sections, but in fact counter_{enter,exit} are no-ops everywhere except powerpc, and somehow I doubt ENA will ever run on powerpcs. So the win here isn't about critical sections; it's just about reducing the number of atomic operations.

Tue, Jul 14, 11:37 PM
olgeni committed R11:acd413846c2c: databases/datui: New port: Data exploration in the terminal (authored by olgeni).
databases/datui: New port: Data exploration in the terminal
Tue, Jul 14, 11:31 PM
yuri committed R11:8ed7886b0a04: misc/py-langchain-*: Add 8 more LangChain ports (authored by yuri).
misc/py-langchain-*: Add 8 more LangChain ports
Tue, Jul 14, 11:27 PM
chuck updated the diff for D57516: bhyve: add configurable SMBIOS OEM Strings.

Simplify per review feedback

Tue, Jul 14, 11:16 PM
markj committed rGe56cb0b4cc3c: sockets: inherit SO_ACCEPTFILTER from listener to child (authored by glebius).
sockets: inherit SO_ACCEPTFILTER from listener to child
Tue, Jul 14, 11:09 PM
markj committed rGd73ce9d7264a: accf_tls: accept filter that waits for TLS handshake header (authored by glebius).
accf_tls: accept filter that waits for TLS handshake header
Tue, Jul 14, 11:09 PM
markj committed rG39e1726a20c8: accept_filter: return different errors for non-listener and a busy socket (authored by glebius).
accept_filter: return different errors for non-listener and a busy socket
Tue, Jul 14, 11:09 PM
markj committed rG8cd74424eb6d: netinet6: Remove ndpr_raf_ra_derived flag (authored by hrs).
netinet6: Remove ndpr_raf_ra_derived flag
Tue, Jul 14, 11:09 PM
markj requested review of D58245: linker: Recognize SHT_INIT_ARRAY sections as constructor sections.
Tue, Jul 14, 11:09 PM
markj committed rG4d07fdc1eb0b: fibs_test: Mark same_ip_multiple_ifaces_fib0 as expected to fail (authored by markj).
fibs_test: Mark same_ip_multiple_ifaces_fib0 as expected to fail
Tue, Jul 14, 11:09 PM
markj requested review of D58244: stand: Recognize SHT_INIT_ARRAY sections as constructor sections.
Tue, Jul 14, 11:09 PM
imp accepted D58235: sys/exterrvar.h: forward declare struct thread.
Tue, Jul 14, 11:05 PM
tota committed R11:31ba707d688d: math/R-cran-sandwich: Update to 3.1-2 (authored by tota).
math/R-cran-sandwich: Update to 3.1-2
Tue, Jul 14, 11:02 PM
imp closed D58007: Harmonize the cross repo advice..
Tue, Jul 14, 11:01 PM
imp committed R9:5055f6624bd0: Harmonize the cross repo advice. (authored by imp).
Harmonize the cross repo advice.
Tue, Jul 14, 11:01 PM
ngie added inline comments to D56167: bsdinstall(8): add desktop script.
Tue, Jul 14, 10:54 PM
jrm requested review of D58243: status/2026q2: Add Halifax Hackathon entry.
Tue, Jul 14, 10:32 PM
jrm updated the diff for D58221: status/2026q2: Add FreeBSD Foundation entry.

Link to more report enties and sort

Tue, Jul 14, 10:31 PM
afscoelho_gmail.com added inline comments to D58029: libpmc: userland support and pmc.rapl.3 for the RAPL class.
Tue, Jul 14, 10:30 PM
afscoelho_gmail.com updated the diff for D58029: libpmc: userland support and pmc.rapl.3 for the RAPL class.

Address review: use explicit 'ctrspec != NULL' in rapl_allocate_pmc (mhorne, style(9)).

Tue, Jul 14, 10:24 PM
eduardo committed R11:58be4a000069: games/trx: Update to 1.9.2 (authored by eduardo).
games/trx: Update to 1.9.2
Tue, Jul 14, 10:20 PM
yuri committed R11:3dd6a7a2a944: misc/colibri: New port: Run GLM-5.2 (744B MoE) on a 25GB-RAM consumer machine (authored by yuri).
misc/colibri: New port: Run GLM-5.2 (744B MoE) on a 25GB-RAM consumer machine
Tue, Jul 14, 10:13 PM
yuri committed R11:60a509da170f: misc/py-groq: New port: Official Python library for the Groq API (authored by yuri).
misc/py-groq: New port: Official Python library for the Groq API
Tue, Jul 14, 10:13 PM
yuri committed R11:6aff6caba22b: math/lean4: update 4.31.0 → 4.32.0 (authored by yuri).
math/lean4: update 4.31.0 → 4.32.0
Tue, Jul 14, 10:13 PM
akiyano_amazon.com requested review of D58242: ena: Update driver version to v2.8.4.
Tue, Jul 14, 10:01 PM
akiyano_amazon.com requested review of D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race.
Tue, Jul 14, 10:01 PM
akiyano_amazon.com requested review of D58240: ena: Batch RX statistics updates.
Tue, Jul 14, 10:00 PM
akiyano_amazon.com requested review of D58239: ena: Swap cleanup order.
Tue, Jul 14, 9:59 PM
akiyano_amazon.com added a reviewer for D58242: ena: Update driver version to v2.8.4: cperciva.
Tue, Jul 14, 9:59 PM
akiyano_amazon.com added a reviewer for D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race: cperciva.
Tue, Jul 14, 9:59 PM
akiyano_amazon.com added a reviewer for D58240: ena: Batch RX statistics updates: cperciva.
Tue, Jul 14, 9:59 PM
akiyano_amazon.com added a reviewer for D58239: ena: Swap cleanup order: cperciva.
Tue, Jul 14, 9:59 PM
akiyano_amazon.com updated the summary of D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race.
Tue, Jul 14, 9:57 PM
akiyano_amazon.com updated the summary of D58242: ena: Update driver version to v2.8.4.
Tue, Jul 14, 9:57 PM
akiyano_amazon.com updated the summary of D58239: ena: Swap cleanup order.
Tue, Jul 14, 9:56 PM
akiyano_amazon.com updated the summary of D58240: ena: Batch RX statistics updates.
Tue, Jul 14, 9:56 PM
akiyano_amazon.com requested review of D58242: ena: Update driver version to v2.8.4.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com planned changes to D58242: ena: Update driver version to v2.8.4.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com planned changes to D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com requested review of D58241: ena: Fix false 'missing TX completions' warnings due to timestamp race.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com planned changes to D58240: ena: Batch RX statistics updates.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com requested review of D58240: ena: Batch RX statistics updates.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com planned changes to D58239: ena: Swap cleanup order.
Tue, Jul 14, 9:46 PM
akiyano_amazon.com requested review of D58239: ena: Swap cleanup order.
Tue, Jul 14, 9:46 PM
thierry committed R11:0e9d10974c9e: cad/tochnog: fix build (authored by thierry).
cad/tochnog: fix build
Tue, Jul 14, 9:23 PM
thierry committed R11:e2280fc8300f: math/eclib: upgrade to 20260707 (authored by thierry).
math/eclib: upgrade to 20260707
Tue, Jul 14, 9:23 PM
thierry committed R11:445d97c794e3: graphics/cimg: upgrade to 4.0.2 (authored by thierry).
graphics/cimg: upgrade to 4.0.2
Tue, Jul 14, 9:23 PM
christos committed rG954001a9dd36: snd_uaudio: Initialize mixer_lock with MTX_RECURSE (authored by christos).
snd_uaudio: Initialize mixer_lock with MTX_RECURSE
Tue, Jul 14, 9:18 PM
jbo committed R11:b7cda0182787: cad/verilator: Bump after adding dependency (authored by jbo).
cad/verilator: Bump after adding dependency
Tue, Jul 14, 9:18 PM
jbo committed R11:bb7e2e391c85: cad/verilator: Bump after adding dependency (authored by jbo).
cad/verilator: Bump after adding dependency
Tue, Jul 14, 9:15 PM
vladlen updated the diff for D58234: Status/2026Q2/frdp.adoc: Add report.

remark considered

Tue, Jul 14, 9:07 PM · status
asomers added inline comments to D56165: mount_fusefs: Implement the fusermount functionality.
Tue, Jul 14, 8:52 PM
imp updated the diff for D58007: Harmonize the cross repo advice..

jhb's changes

Tue, Jul 14, 8:43 PM
pouria added inline comments to D57666: if_gif: Add netlink support with tests.
Tue, Jul 14, 8:33 PM
brooks added a comment to D58238: uexterr_gettext(3): support dynamic kernel categories.

Having just hit submit... I wonder if we want to spend the available bit in EXTERR_CAT_SRC_MASK on in-tree vs out of tree or maybe just make pre-pending sys/ a legacy category source thing.

Tue, Jul 14, 8:28 PM
brooks added a comment to D58238: uexterr_gettext(3): support dynamic kernel categories.

I think I want to refactor cat_to_filename() to take a buffer and to handle the selective prepending of sys/, perhaps bumping the uexterr_gettext ABI. It's fine for in-tree code, but definitely wrong for out of tree modules.

Tue, Jul 14, 8:25 PM
brooks added a comment to D58237: exterror(9): dynamic kernel categories.

This addresses an issue I realized during Kirk's talk at BSDCan. In the existing model, it's quite hard to support third-party modules and even in-tree modules for downstreams would require reserving a portion of the identifier space. This approach adds cost to the EXTERROR_VERBOSE reporting path, but significantly decouples the kernel and libc. I'm not sure I'd want to go as far moving entirely to dynamic, but it's probably not a problem in practice.

Tue, Jul 14, 8:21 PM
arrowd added a comment to D56165: mount_fusefs: Implement the fusermount functionality.
In D56165#1334631, @kib wrote:

BTW, what prevents a malicious userspace to try to sneak a mount with a type outside the allowed list after the check, but before the mount?

Tue, Jul 14, 8:14 PM
vvd committed R11:9b9d93c537d6: games/linux-steam-utils: Update 20251220 => 20260711 (authored by monwarez_mailoo.org).
games/linux-steam-utils: Update 20251220 => 20260711
Tue, Jul 14, 8:14 PM
arrowd updated the diff for D56165: mount_fusefs: Implement the fusermount functionality.
  • Address comments
Tue, Jul 14, 8:09 PM
brooks requested review of D58238: uexterr_gettext(3): support dynamic kernel categories.
Tue, Jul 14, 8:08 PM
brooks requested review of D58237: exterror(9): dynamic kernel categories.
Tue, Jul 14, 8:08 PM
brooks requested review of D58236: exterr: split category into multiple sources.
Tue, Jul 14, 8:08 PM
brooks requested review of D58235: sys/exterrvar.h: forward declare struct thread.
Tue, Jul 14, 8:07 PM
andy accepted D58234: Status/2026Q2/frdp.adoc: Add report.

Great! Thanks, Vladlen!

Tue, Jul 14, 8:05 PM · status
brooks updated the diff for D58058: exterr: relax format restrictions.

Address feedback

Tue, Jul 14, 8:05 PM
brooks updated the diff for D58056: exterr: allow exterr to fit pointers on CHERI targets.

Expand __uint64ptr_t to spares

Tue, Jul 14, 8:03 PM
vladlen requested review of D58234: Status/2026Q2/frdp.adoc: Add report.
Tue, Jul 14, 8:00 PM · status
dtxdf committed R11:3573b5027590: sysutils/nginx-ui: Update to 2.4.2 (authored by dtxdf).
sysutils/nginx-ui: Update to 2.4.2
Tue, Jul 14, 7:58 PM
markj added inline comments to D57666: if_gif: Add netlink support with tests.
Tue, Jul 14, 7:58 PM
dtxdf committed R11:6df6e2c23e6c: www/py-httpx-retries: Update to 0.6.0 (authored by dtxdf).
www/py-httpx-retries: Update to 0.6.0
Tue, Jul 14, 7:58 PM
jrm committed R11:92a68041e39d: security/libfprint: Add Focaltech MOC PIDs 077A and 079A (authored by jrm).
security/libfprint: Add Focaltech MOC PIDs 077A and 079A
Tue, Jul 14, 7:56 PM

Panel Used By

Event Timeline

russ.haley_gmail.com edited an edge.