HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

cy added inline comments to D53978: Fix for grep -i slowness (patch to libregex).
Fri, Jul 17, 5:23 PM
mhorne accepted D58027: x86: add AMD RAPL MSR definitions to specialreg.h.
Fri, Jul 17, 5:19 PM
guest-seuros added reviewers for D58311: firewire: replace magic numbers with named constants: adrian, firewire.
Fri, Jul 17, 5:11 PM · firewire
guest-seuros requested review of D58311: firewire: replace magic numbers with named constants.
Fri, Jul 17, 5:10 PM · firewire
nick_spun.io added a comment to D57562: md5(1): honor the locale when encoding filenames.

Further issues from the safename() change at D56615 popped up at the same PR here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295875

Fri, Jul 17, 5:01 PM
guest-seuros requested review of D58310: firewire: remove dead code across the subsystem.
Fri, Jul 17, 5:00 PM
guest-seuros updated the summary of D58309: firewire: force root change when root node is not cycle master capable.
Fri, Jul 17, 4:55 PM · firewire
nick_spun.io added a comment to D56615: md5: Encode non-printable filenames.

There is some discussion at PR295875 around some characters that can be seen in filenames (~ and ? come to mind) being unexpectedly escaped in our output after this change, beyond the missing locale handling that the PR was originally opened for (and patched in D57562).

Fri, Jul 17, 4:54 PM
cy committed rG1403ca10189c: man: Fix RFC 1918 network prefix lengths (authored by public_yusuke.pub).
man: Fix RFC 1918 network prefix lengths
Fri, Jul 17, 4:53 PM
maxim committed R9:6c4064d4ed7b: Status/2026Q2: grammar fixes (authored by maxim).
Status/2026Q2: grammar fixes
Fri, Jul 17, 4:50 PM
rlibby accepted D58270: uma: Avoid allocating from free buckets when KASAN is enabled.

The other thing that SMR does in this respect is it puts free buckets at the tail of uzd_buckets in zone_put_bucket. Did you think about whether you want that for KASAN also, to extend the length of time before reuse further?

Fri, Jul 17, 4:48 PM
guest-seuros requested review of D58309: firewire: force root change when root node is not cycle master capable.
Fri, Jul 17, 4:45 PM · firewire
bz added a comment to D58306: rtw89/core.c: Avoid re-queueing if 'ieee80211_start_tx_ba_session' fails with a non-recoverable error.

Please see the wireless mailing list where I sent a patch for test and did not get feedback. Changing the driver is the wrong thing to do (not that it works well currently).

Fri, Jul 17, 4:42 PM
guest-seuros updated the summary of D58307: firewire: add warn-only CRC validation for CSR ROM directories.
Fri, Jul 17, 4:42 PM · firewire
guest-seuros requested review of D58308: firewire: drain pending xfers after callout stop in detach.
Fri, Jul 17, 4:41 PM
glebius added inline comments to D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:41 PM
bnovkov updated the diff for D58306: rtw89/core.c: Avoid re-queueing if 'ieee80211_start_tx_ba_session' fails with a non-recoverable error.

Account for EINPROGRESS

Fri, Jul 17, 4:40 PM
guest-seuros requested review of D58307: firewire: add warn-only CRC validation for CSR ROM directories.
Fri, Jul 17, 4:39 PM · firewire
bnovkov requested review of D58306: rtw89/core.c: Avoid re-queueing if 'ieee80211_start_tx_ba_session' fails with a non-recoverable error.
Fri, Jul 17, 4:38 PM
bz updated subscribers of D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:35 PM
olgeni committed R11:1be5bf250e69: net/cliproxyapi: New port: AI provider API proxy (authored by olgeni).
net/cliproxyapi: New port: AI provider API proxy
Fri, Jul 17, 4:34 PM
bnovkov added inline comments to D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:31 PM
glebius added inline comments to D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:30 PM
pouria added inline comments to D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:26 PM
pouria updated the diff for D58305: net/if.c: Add fib-aware ifa_ifwithaddr().

Remove ARGUSED comment.

Fri, Jul 17, 4:24 PM
glebius accepted D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:22 PM
glebius added inline comments to D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:21 PM
rlibby accepted D58269: uma: Make an effort to defer reuse of items when KASAN is enabled.

Looks good.

Fri, Jul 17, 4:19 PM
pouria requested review of D58305: net/if.c: Add fib-aware ifa_ifwithaddr().
Fri, Jul 17, 4:17 PM
olgeni committed R11:e075c0ac0980: lang/clx: New port: Ahead-of-time Lua compiler producing native executables (authored by olgeni).
lang/clx: New port: Ahead-of-time Lua compiler producing native executables
Fri, Jul 17, 4:12 PM
olgeni committed R11:c99f5eebd606: devel/gwm: Update to 1.1.1 (authored by olgeni).
devel/gwm: Update to 1.1.1
Fri, Jul 17, 4:10 PM
rlibby accepted D58268: uma: Factor out the implementations of uma_zfree_{arg,smr}().

Looks good.

Fri, Jul 17, 4:07 PM
bnovkov planned changes to D58281: bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is active.

Thank you for the offer, but I was trying to avoid unnecessary churn if the same thing can be achieved with ifa_ifwithnet. If you have future uses for a fib-aware version of ifa_ifwithaddr() I can implement it as well.

There will be less churn if you use standard KPI in the right place instead of current version. Pouria also needs this function. Even if he didn't, still creating this KPI on the first need is the right thing to do.

Fri, Jul 17, 4:06 PM
kib added a comment to D58302: kern: Bump static assert for i386.
In D58302#1337163, @kib wrote:

Could f6ee1d20d36813e990691 fixed your issue?

Anyway, the useful tool is gdb' pinfo /o type.

It should be the correct reason. Thanks! I don't have ia32 machine so I planned to check the dwarf info.

Fri, Jul 17, 4:04 PM
vvd committed R11:5ef181244bea: net/freerdp3: Update 3.28.0 => 3.30.0 (authored by vvd).
net/freerdp3: Update 3.28.0 => 3.30.0
Fri, Jul 17, 3:53 PM
vvd committed R11:fa3256bff273: net/freerdp3: Update 3.28.0 => 3.30.0 (authored by vvd).
net/freerdp3: Update 3.28.0 => 3.30.0
Fri, Jul 17, 3:52 PM
bz committed rGc589dc4ef77d: mt76: disable debugfs due to missing piece still in review (authored by bz).
mt76: disable debugfs due to missing piece still in review
Fri, Jul 17, 3:50 PM
bz committed rGe4795d3dbee7: LinuxKPI: skbuff: add initial page pool support (authored by bz).
LinuxKPI: skbuff: add initial page pool support
Fri, Jul 17, 3:50 PM
bz committed rGcb13e826ec45: LinuxKPI: skbuff: add reference counting to the skb (authored by bz).
LinuxKPI: skbuff: add reference counting to the skb
Fri, Jul 17, 3:50 PM
bz committed rG1e4ec01603c4: LinuxKPI: skbuff: add support for frags in linuxkpi_skb_copy() (authored by bz).
LinuxKPI: skbuff: add support for frags in linuxkpi_skb_copy()
Fri, Jul 17, 3:50 PM
bz committed rG9de11cc26ab6: LinuxKPI: skbuff: implement __skb_linearize() (authored by bz).
LinuxKPI: skbuff: implement __skb_linearize()
Fri, Jul 17, 3:50 PM
bz committed rGb36460e5ec46: LinuxKPI: skbuff: implement napi_build_skb() (authored by bz).
LinuxKPI: skbuff: implement napi_build_skb()
Fri, Jul 17, 3:50 PM
bz committed rG32c983449a7c: LinuxKPI: skbuff: add skb_put_zero() (authored by bz).
LinuxKPI: skbuff: add skb_put_zero()
Fri, Jul 17, 3:50 PM
bz committed rGe5bcf7b99fcb: LinuxKPI: skbuff: improve debugging (authored by bz).
LinuxKPI: skbuff: improve debugging
Fri, Jul 17, 3:49 PM
asiciliano added a comment to D56167: bsdinstall(8): add desktop script.

You made some interesting points that probably deserve to be explored in more detail and in a different context.

Fri, Jul 17, 3:48 PM
bz updated the diff for D58298: LinuxKPI: page.h: use atop() and ptoa() instead of PAGE_SHIFT.

Properly nest calls.

Fri, Jul 17, 3:48 PM
nivit committed R11:169a74cdcfed: misc/hashcards: Update to 0.4.0 (authored by nivit).
misc/hashcards: Update to 0.4.0
Fri, Jul 17, 3:44 PM
glebius updated the diff for D58290: inpcb: add single peer local port caching.
  • Don't forget to clear the bit on inpcb disconnect/free. Thanks, Vova!
Fri, Jul 17, 3:43 PM
aokblast abandoned D58302: kern: Bump static assert for i386.
In D58302#1337163, @kib wrote:

Could f6ee1d20d36813e990691 fixed your issue?

Anyway, the useful tool is gdb' pinfo /o type.

Fri, Jul 17, 3:43 PM
aokblast updated the diff for D55474: acpi_cppc: Add cppc library for parsing ACPI _CPC object..

Reflect comments

Fri, Jul 17, 3:40 PM
kib added a comment to D58302: kern: Bump static assert for i386.

Could f6ee1d20d36813e990691 fixed your issue?

Fri, Jul 17, 3:35 PM
aokblast added a comment to D58302: kern: Bump static assert for i386.
In D58302#1337157, @kib wrote:

Why? p_asig and p_tree_refcount are at the end of the struct proc.

Fri, Jul 17, 3:31 PM
vova_fbsd.ru added inline comments to D58290: inpcb: add single peer local port caching.
Fri, Jul 17, 3:30 PM
markj added inline comments to D58268: uma: Factor out the implementations of uma_zfree_{arg,smr}().
Fri, Jul 17, 3:26 PM
kib added a comment to D58302: kern: Bump static assert for i386.

Why? p_asig and p_tree_refcount are at the end of the struct proc.

Fri, Jul 17, 3:23 PM
markj updated the diff for D58269: uma: Make an effort to defer reuse of items when KASAN is enabled.

Address review feedback

Fri, Jul 17, 3:22 PM
markj updated the diff for D58268: uma: Factor out the implementations of uma_zfree_{arg,smr}().

Address review feedback

Fri, Jul 17, 3:22 PM
markj added inline comments to D58269: uma: Make an effort to defer reuse of items when KASAN is enabled.
Fri, Jul 17, 3:22 PM
markj added inline comments to D58268: uma: Factor out the implementations of uma_zfree_{arg,smr}().
Fri, Jul 17, 3:22 PM
ivy requested review of D58304: certctl: Enforce 0444 mode on new files.
Fri, Jul 17, 3:21 PM
nivit committed R11:29ad66955a70: textproc/oyo: Update to 0.1.51 (authored by nivit).
textproc/oyo: Update to 0.1.51
Fri, Jul 17, 3:20 PM
vova_fbsd.ru added a comment to D58290: inpcb: add single peer local port caching.

worth to release the bit on closeing?

Fri, Jul 17, 3:18 PM
imp added a comment to D58262: tests: skip gracefully when the tested binary's own package isn't installed.

Side thought: it would be nice if these were actually broken down into subpackages, e.g., indent-tests, etc.

Fri, Jul 17, 3:11 PM
glebius added a comment to D58281: bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is active.

Thank you for the offer, but I was trying to avoid unnecessary churn if the same thing can be achieved with ifa_ifwithnet. If you have future uses for a fib-aware version of ifa_ifwithaddr() I can implement it as well.

Fri, Jul 17, 2:58 PM
jrm committed R9:ea81d6f2c214: status/2026q2: Add Halifax Hackathon entry (authored by jrm).
status/2026q2: Add Halifax Hackathon entry
Fri, Jul 17, 2:58 PM
jrm closed D58243: status/2026q2: Add Halifax Hackathon entry.
Fri, Jul 17, 2:58 PM
jrm closed D58221: status/2026q2: Add FreeBSD Foundation entry.
Fri, Jul 17, 2:58 PM
jrm committed R9:1f7e4253a4d9: status/2026q2: Add FreeBSD Foundation entry (authored by jrm).
status/2026q2: Add FreeBSD Foundation entry
Fri, Jul 17, 2:58 PM
jrm closed D58220: status/2026q1: Add Cyber Resilience Act (CRA) entry.
Fri, Jul 17, 2:58 PM
jrm committed R9:652eacfd114d: status/2026q2: Add Cyber Resilience Act (CRA) entry (authored by jrm).
status/2026q2: Add Cyber Resilience Act (CRA) entry
Fri, Jul 17, 2:58 PM
adrian added a comment to D58286: krb5: Install profile.h again.

I'm pretty sure this header needs to be in /usr/include due, well, its seniority status among headers (ie, what software expects.)

Fri, Jul 17, 2:57 PM
aokblast requested review of D58303: i386: Add missing IDT entry for thermal interrupt.
Fri, Jul 17, 2:46 PM
aokblast added a reviewer for D58302: kern: Bump static assert for i386: kib.
Fri, Jul 17, 2:44 PM
aokblast requested review of D58302: kern: Bump static assert for i386.
Fri, Jul 17, 2:44 PM
bnovkov added inline comments to D58293: bhyve: check upper bounds for value from qsz.
Fri, Jul 17, 2:44 PM
bnovkov added a comment to D58281: bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is active.

Instead of calling fib4_lookup() that has a different purpose, we need ifa_ifwithaddr() version that has fibnum argument.

Looking through net/if.c I noticed that ifa_ifwithnet seems to match what you're suggesting here, do you think we can use this function instead of adding a fibnum-aware version of `ifa_ifwithaddr()`?

I'll create a fib-aware version of ifa_ifwithaddr() and will let you know.

Fri, Jul 17, 2:42 PM
aokblast added a reviewer for D58301: apei: Fix i386 build: jhb.
Fri, Jul 17, 2:41 PM
aokblast updated the diff for D58301: apei: Fix i386 build.

Remove useless patch

Fri, Jul 17, 2:41 PM
aokblast requested review of D58301: apei: Fix i386 build.
Fri, Jul 17, 2:40 PM
pouria added a comment to D58281: bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is active.

Instead of calling fib4_lookup() that has a different purpose, we need ifa_ifwithaddr() version that has fibnum argument.

Looking through net/if.c I noticed that ifa_ifwithnet seems to match what you're suggesting here, do you think we can use this function instead of adding a fibnum-aware version of `ifa_ifwithaddr()`?

Fri, Jul 17, 2:37 PM
jlduran added a reviewer for D58197: sysutils/rpi-firmware: Update to 1.20260521: freebsd_darkain.com.
Fri, Jul 17, 2:32 PM
jlduran added reviewers for D58197: sysutils/rpi-firmware: Update to 1.20260521: arm64, eduardo.
Fri, Jul 17, 2:31 PM
cy added a comment to D53978: Fix for grep -i slowness (patch to libregex).

A benchmark that is easy to reproduce for everybody:

cd /usr/src/sys && find . -name \*.[ch] | ctime xargs grep -i -n preempt_thresh

no -i old code:
0:00.61 0.61 real 0.48 user 0.10 sys 95% CPU 0/1114 faults
old code -i:
0:24.59 24.59 real 24.44 user 0.11 sys 99% CPU 0/1047 faults
patch -i:
0:00.65 0.65 real 0.53 user 0.09 sys 95% CPU 0/1091 faults
patch no -i:
0:00.64 0.64 real 0.55 user 0.05 sys 95% CPU 0/1081 faults

Fri, Jul 17, 2:29 PM
khorben added a comment to D56474: Generate SBOM files as part of the build.
In D56474#1336929, @ivy wrote:

I don't really see how this is going to stay up-to-date: this seems to depend on developers remembering to update the file each time they add a dependency.

i agree and i object to landing this as-is; this simply isn't a workable solution.

when the original SBOM proposal was announced, i was disappointed when FF declared that pkgbase was out-of-scope for that work, but it seems like this and pkgbase and trying to solve similar problems when it comes to dependencies. can we not find a solution that works for both without requiring manual upkeep?

Fri, Jul 17, 2:28 PM
cy added a comment to D58286: krb5: Install profile.h again.

/usr/include is the standard location for profile.h. See below on a Red Hat server.

Fri, Jul 17, 2:20 PM
siva committed rGd0b1a389003b: awk/tests: xfail inf-nan-torture on riscv64 (authored by siva).
awk/tests: xfail inf-nan-torture on riscv64
Fri, Jul 17, 2:15 PM
pouria requested review of D58300: rtnetlink.4: Add RTA_PREFSRC.
Fri, Jul 17, 2:11 PM
kib added inline comments to D58292: EVFILT_PROCDESC: support NOTE_FORK.
Fri, Jul 17, 2:11 PM
kib updated the diff for D58264: pdopenpid(2): do not steal exit status from the parent.

Upload the right patch

Fri, Jul 17, 2:06 PM
kib updated the diff for D58264: pdopenpid(2): do not steal exit status from the parent.

The current commit from the topic branch.

Fri, Jul 17, 2:03 PM
kib added a comment to D58264: pdopenpid(2): do not steal exit status from the parent.
In D58264#1336261, @kib wrote:

Note that the patch breaks existing tests, but IMO the current behavior is not logical. For instance, when I truss -f /bin/sh using process descriptors, shell is missing the zombie exit status. In other words, pdopenpid() breaks correct code.

Maybe pdwait() shouldn't let you reap a zombie that isn't your child?

Fri, Jul 17, 2:02 PM
bz planned changes to D58298: LinuxKPI: page.h: use atop() and ptoa() instead of PAGE_SHIFT.
Fri, Jul 17, 2:01 PM
markj added inline comments to D58292: EVFILT_PROCDESC: support NOTE_FORK.
Fri, Jul 17, 1:58 PM
bz added inline comments to D58298: LinuxKPI: page.h: use atop() and ptoa() instead of PAGE_SHIFT.
Fri, Jul 17, 1:58 PM
kib updated the diff for D58292: EVFILT_PROCDESC: support NOTE_FORK.

Update the man page with the review comments.

Fri, Jul 17, 1:57 PM
kib added inline comments to D58292: EVFILT_PROCDESC: support NOTE_FORK.
Fri, Jul 17, 1:57 PM
bz added a comment to D58298: LinuxKPI: page.h: use atop() and ptoa() instead of PAGE_SHIFT.
In D58298#1337045, @kib wrote:

For the discussion, I am still somewhat surprised that so much of the FreeBSD symbols are leaked into linuxkpi headers, Most amusing and dangerous is PAGE_MASK (AFAIR).

Fri, Jul 17, 1:55 PM
markj added a comment to D58264: pdopenpid(2): do not steal exit status from the parent.
In D58264#1336261, @kib wrote:

Note that the patch breaks existing tests, but IMO the current behavior is not logical. For instance, when I truss -f /bin/sh using process descriptors, shell is missing the zombie exit status. In other words, pdopenpid() breaks correct code.

Fri, Jul 17, 1:52 PM
vvd committed R11:f6b414f66ce9: security/p5-openxpki-clca: Update 1.21 => 1.22 (authored by svysh.fbsd_gmail.com).
security/p5-openxpki-clca: Update 1.21 => 1.22
Fri, Jul 17, 1:49 PM
markj accepted D58298: LinuxKPI: page.h: use atop() and ptoa() instead of PAGE_SHIFT.
Fri, Jul 17, 1:47 PM

Panel Used By

Event Timeline

acidburn0_live.be renamed this panel from to Recent Activity.Mar 31 2019, 3:20 PM
acidburn0_live.be edited an edge.