Page MenuHomeFreeBSD
Feed All Stories

Today

markj added a comment to D55670: virtual_oss: Define a default control device for /dev/dsp.

I'm thinking about this again and I'm suspecting this will make things very inflexible. I think that instead of patching virtual_oss, it might be better to have an environment variable that specifies the control device name, and let devd use that. @markj What do you think?

As I understand it, the basic problem is that virtual_oss is providing a virtual audio device, and there's an associated control device, and there is no mechanism to figure out the control device name from the audio device name, aside from looking at whatever's configured in rc.conf.

Can virtual_oss create files under /var/run which provide this mapping? Similar to a pidfile, it could create /var/run/virtual_oss.dsp at startup, and the file would contain the path to the control device. Then snd.conf would contain something like action "/usr/sbin/virtual_oss_cmd $(cat /var/run/virtual_oss.${cdev}) -R /dev/${cdev}". I'm pretty sure devd can perform substitutions like that, the devd.conf man page has an example of it.

The thing is that if we want to be flexible, we cannot know which control device the user wants to use. Perhaps the user wants to use a control device for a virtual_oss instance that does not replace /dev/dsp, hence why an environment variable that is easily modifiable might be simpler. Not sure yet.

Sat, Mar 14, 12:13 AM

Yesterday

pouria updated the summary of D55850: ndp: Fix delayed proxy address (WIP).
Fri, Mar 13, 11:59 PM
pouria updated the summary of D55850: ndp: Fix delayed proxy address (WIP).
Fri, Mar 13, 11:58 PM
pouria added a comment to D55850: ndp: Fix delayed proxy address (WIP).

I also tried to replace the TAILQ with STAILQ to avoid this line:

panic: /usr/src/sys/netinet6/nd6_nbr.c:1665: nd6_queue_rel: Bad link elm 0xfffff80028a00900 prev->next != elm

But the actual problem is the data is already freed and this is not just a consistency check failure from TAILQ (prev->next != elm).

Fri, Mar 13, 11:57 PM
pouria added a comment to D55850: ndp: Fix delayed proxy address (WIP).

Please look at the panic below produced by this patch when you have time.
I already reverted the delayed proxy address changes from the main branch, so this won't happen in production.
Honestly, delayed proxy addresses aren't that important.
However, it looks like we need to use a different lock to handle delayed proxy addresses.

Fri, Mar 13, 11:53 PM
delphij committed rG7aa1dba6b00c: MFV: zlib 1.3.2. (authored by delphij).
MFV: zlib 1.3.2.
Fri, Mar 13, 11:51 PM
delphij committed rG280d433d4c13: Vendor import of zlib 1.3.2. (authored by delphij).
Vendor import of zlib 1.3.2.
Fri, Mar 13, 11:49 PM
kib accepted D55649: coreboot: Add coreboot firmware table driver.
Fri, Mar 13, 11:38 PM
wen committed R11:77f5fcc8521e: science/py-obspy: Update to 1.5.0 (authored by wen).
science/py-obspy: Update to 1.5.0
Fri, Mar 13, 11:32 PM
kib committed rGeb0a78f6cef0: x86 FRED: add CPUID, MSR, and CR4 bits (authored by kib).
x86 FRED: add CPUID, MSR, and CR4 bits
Fri, Mar 13, 11:32 PM
kib closed D55810: x86 FRED: add CPUID, MSR, and CR4 bits.
Fri, Mar 13, 11:31 PM
emaste accepted D55846: tests/fusefs: fix sign-compare warning on armv7.
Fri, Mar 13, 11:26 PM
pouria requested review of D55850: ndp: Fix delayed proxy address (WIP).
Fri, Mar 13, 11:26 PM
kib committed rGd92ebde76430: amd64: move code to clear PSL_T on debug exception into a helper (authored by kib).
amd64: move code to clear PSL_T on debug exception into a helper
Fri, Mar 13, 10:51 PM
kib committed rG914a53570750: amd64: move efirt trap checks into the helper (authored by kib).
amd64: move efirt trap checks into the helper
Fri, Mar 13, 10:51 PM
kib closed D55827: amd64: move code to clear PSL_T on debug exception into a helper.
Fri, Mar 13, 10:51 PM
kib closed D55808: amd64: move efirt trap checks into the helper.
Fri, Mar 13, 10:51 PM
eduardo committed R11:779f56d79c53: deskutils/genius: Update to 1.0.29 (authored by eduardo).
deskutils/genius: Update to 1.0.29
Fri, Mar 13, 10:31 PM
eduardo committed R11:702703f1907b: devel/binaryen: Update to 128 (bugfix release) (authored by eduardo).
devel/binaryen: Update to 128 (bugfix release)
Fri, Mar 13, 10:31 PM
nc committed R11:3f3ce2236d2f: sysutils/froxlor: Update to 2.3.5 (authored by nc).
sysutils/froxlor: Update to 2.3.5
Fri, Mar 13, 10:29 PM
pouria added inline comments to D55848: acpi_system76: fix mis-spelled words and style headers.
Fri, Mar 13, 10:16 PM
olce accepted D55848: acpi_system76: fix mis-spelled words and style headers.
Fri, Mar 13, 10:11 PM
pouria updated the diff for D55848: acpi_system76: fix mis-spelled words and style headers.

Thank you!
@ocle done.

Fri, Mar 13, 10:03 PM
jbeich committed R11:4f22c19c82ce: graphics/libplacebo: update to 7.360.1 (authored by jbeich).
graphics/libplacebo: update to 7.360.1
Fri, Mar 13, 10:01 PM
olce added inline comments to D55848: acpi_system76: fix mis-spelled words and style headers.
Fri, Mar 13, 9:48 PM
asomers accepted D55846: tests/fusefs: fix sign-compare warning on armv7.

Yes, I like this version better.

Fri, Mar 13, 9:35 PM
cperciva committed rG277830b4d3ae: EC2: Don't use unicode in boot loader (authored by cperciva).
EC2: Don't use unicode in boot loader
Fri, Mar 13, 9:26 PM
emaste added a reverting change for rG858f53dd43ec: Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools: rG4a8055914d6a: Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools".
Fri, Mar 13, 8:48 PM
emaste committed rG4a8055914d6a: Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools" (authored by emaste).
Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools"
Fri, Mar 13, 8:48 PM
emaste added a reverting change for D55650: Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools: rG4a8055914d6a: Revert "Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools".
Fri, Mar 13, 8:48 PM
glebius committed rG512e189a9641: inpcb: remove a completely outdated comment (authored by glebius).
inpcb: remove a completely outdated comment
Fri, Mar 13, 8:31 PM
glebius committed rG77e0c9c3414c: inpcb: in in_pcbbind() use bool for anonport (authored by glebius).
inpcb: in in_pcbbind() use bool for anonport
Fri, Mar 13, 8:31 PM
glebius committed rG78c4f821f43d: jail: fix crash with startup commands on a jail without name (authored by glebius).
jail: fix crash with startup commands on a jail without name
Fri, Mar 13, 8:28 PM
zlei added a comment to D55828: ifnet: Remove unreachable code.

Ah, I have WIP to fix the race condition between if_detach() and if_vmove(). See PR 292993 .

Oh, I was working on that problem too.
I thought you had seen D55777 earlier, you're on the reviewers list.
I can release the PR and assign it to you to avoid duplicating effort, if you want.

Fri, Mar 13, 8:23 PM
vvd committed R11:4587ae547e41: sysutils/logstash93: New port version 9.3.1 (authored by saro_saromedia.com).
sysutils/logstash93: New port version 9.3.1
Fri, Mar 13, 8:22 PM
vvd committed R11:7e21fcb03ddc: sysutils/logstash93: Repo copy from sysutils/logstash92 (authored by vvd).
sysutils/logstash93: Repo copy from sysutils/logstash92
Fri, Mar 13, 8:22 PM
vvd committed R11:3803e8815226: sysutils/logstash92: Update 9.2.3 => 9.2.6 (authored by saro_saromedia.com).
sysutils/logstash92: Update 9.2.3 => 9.2.6
Fri, Mar 13, 8:22 PM
vvd committed R11:b76e9cb9c20c: sysutils/logstash91: Update 9.1.9 => 9.1.10 (authored by saro_saromedia.com).
sysutils/logstash91: Update 9.1.9 => 9.1.10
Fri, Mar 13, 8:22 PM
zlei added inline comments to D55832: ifnet: if_vmove_(loan|reclaim): Refactor a bit the checking of src / dst vnet.
Fri, Mar 13, 8:20 PM
majedalkhaleefah_gmail.com requested review of D55849: hid/hgame: Fix desync in hgame_dpad_cb().
Fri, Mar 13, 7:57 PM
siva updated the diff for D55846: tests/fusefs: fix sign-compare warning on armv7.

How about this? I think keeping the static_cast instead is more consistent with the rest of this source file.

Fri, Mar 13, 7:44 PM
osa committed R11:85dce128af0c: x11/libX11: update: 1.8.12 -> 1.8.13 (authored by osa).
x11/libX11: update: 1.8.12 -> 1.8.13
Fri, Mar 13, 7:30 PM
pouria requested review of D55848: acpi_system76: fix mis-spelled words and style headers.
Fri, Mar 13, 7:28 PM
jrtc27 committed rGc70f382a8b39: rtld-elf: Remove stray _exit prototype for aarch64 (authored by jrtc27).
rtld-elf: Remove stray _exit prototype for aarch64
Fri, Mar 13, 7:25 PM
jhibbits committed rG703901bce15b: i6300esbwd: Set error appropriately on event (authored by jhibbits).
i6300esbwd: Set error appropriately on event
Fri, Mar 13, 6:55 PM
alven requested review of D55847: net/zapret: Update 72.10 => 72.12.
Fri, Mar 13, 6:52 PM
pi committed R11:8293be66e571: databases/cego: update 2.54.9 -> 2.54.16 (authored by Björn Lemke <lemke@lemke-it.com>).
databases/cego: update 2.54.9 -> 2.54.16
Fri, Mar 13, 6:48 PM
jbo committed R11:3c10abc292fb: audio/subtui: Update to 2.11.1 (authored by jbo).
audio/subtui: Update to 2.11.1
Fri, Mar 13, 6:37 PM
guest-seuros added a comment to D55649: coreboot: Add coreboot firmware table driver.

I didn’t know about Coreboot until you posted this differential.

Fri, Mar 13, 6:26 PM
bapt committed R11:cd97f5eace13: devel/heimdall: fix flashing on some samung tablet (authored by bapt).
devel/heimdall: fix flashing on some samung tablet
Fri, Mar 13, 6:14 PM
mce committed rGfa341366b1de: committers-ports.dot: Add new committer (mce) (authored by mce).
committers-ports.dot: Add new committer (mce)
Fri, Mar 13, 6:12 PM
mce closed D55839: committers-ports.dot: Add new committer (mce).
Fri, Mar 13, 6:12 PM
dtxdf committed R11:78f17accfd67: security/kanidm: Update to 1.9.2 (authored by dtxdf).
security/kanidm: Update to 1.9.2
Fri, Mar 13, 5:55 PM
pouria closed D55844: ndp: nd6_queue_timer fix late KASSERT.
Fri, Mar 13, 5:52 PM
pouria committed rGa1fa1478f665: ndp: fix late KASSERT in nd6_queue_timer (authored by pouria).
ndp: fix late KASSERT in nd6_queue_timer
Fri, Mar 13, 5:52 PM
glebius added a comment to D55828: ifnet: Remove unreachable code.

Ah, I have WIP to fix the race condition between if_detach() and if_vmove(). See PR 292993 .

Oh, I was working on that problem too.

Fri, Mar 13, 5:47 PM
pouria added a comment to D55828: ifnet: Remove unreachable code.

Ah, I have WIP to fix the race condition between if_detach() and if_vmove(). See PR 292993 .

Fri, Mar 13, 5:43 PM
glebius accepted D55844: ndp: nd6_queue_timer fix late KASSERT.
Fri, Mar 13, 5:42 PM
nc committed R11:6845ed4585d1: databases/soci: Release port (authored by nc).
databases/soci: Release port
Fri, Mar 13, 5:41 PM
brnrd committed R11:cafb50c8f2bb: security/openssl35: Security update for CVE-2026-2673 (authored by brnrd).
security/openssl35: Security update for CVE-2026-2673
Fri, Mar 13, 5:18 PM
ngie added a comment to D55649: coreboot: Add coreboot firmware table driver.

This is really awesome -- thank you for doing all of this work on the driver.

Fri, Mar 13, 5:16 PM
jbo committed R11:b553676496d0: devel/nextpnr-devel: Update to 2026-03-12 (authored by jbo).
devel/nextpnr-devel: Update to 2026-03-12
Fri, Mar 13, 5:16 PM
osa committed R11:18c942dc43eb: www/freenginx-acme: fix a group name used for freenginx (authored by osa).
www/freenginx-acme: fix a group name used for freenginx
Fri, Mar 13, 5:05 PM
vvd committed R11:fe89b0bd01ad: sysutils/logstash8: Update 8.19.9 => 8.19.12 (authored by saro_saromedia.com).
sysutils/logstash8: Update 8.19.9 => 8.19.12
Fri, Mar 13, 5:05 PM
jbo committed R11:017ebc5f1c79: devel/nextpnr: Update to 0.10 (authored by jbo).
devel/nextpnr: Update to 0.10
Fri, Mar 13, 5:01 PM
jamie accepted D55828: ifnet: Remove unreachable code.
Fri, Mar 13, 5:01 PM
michaelo committed R11:9433af0f06c7: textproc/py-regex: Upgrade to 2026.2.28 (authored by michaelo).
textproc/py-regex: Upgrade to 2026.2.28
Fri, Mar 13, 4:57 PM
jamie added inline comments to D55832: ifnet: if_vmove_(loan|reclaim): Refactor a bit the checking of src / dst vnet.
Fri, Mar 13, 4:57 PM
olce added a comment to D55819: queue.h: Reorder STAILQ_INSERT_TAIL.
In D55819#1277553, @des wrote:

This, of course, assumes that neither the compiler nor the CPU reordered the writes...

Fri, Mar 13, 4:57 PM
ngie added a comment to D55472: appleir: Add Apple IR receiver driver.

Out of curiosity--since I no longer have any Apple IR remotes (my last one went away with my AppleTV back in the late 2010s), have you tried taking off the case and looking at the internal chips for identifying marks on any of the ASICs? I'm curious because it might help you figure out which NEC ASIC may or may not be compatible with this driver.

Fri, Mar 13, 4:51 PM
ngie added a comment to D55472: appleir: Add Apple IR receiver driver.

Does building/installing this driver on all platforms (TARGET/TARGET_ARCH) make sense?

Fri, Mar 13, 4:48 PM
ngie added inline comments to D55472: appleir: Add Apple IR receiver driver.
Fri, Mar 13, 4:44 PM
imp accepted D55824: kern_time: Honor the precise option when counting diff.

I read through everything two different times, and convinced myself both times this is the proper change.

Fri, Mar 13, 4:21 PM
vvd committed R11:120a5d516cff: textproc/elasticsearch7: Fix runtime with non-default USERS/GROUPS (authored by vvd).
textproc/elasticsearch7: Fix runtime with non-default USERS/GROUPS
Fri, Mar 13, 4:16 PM
vvd committed R11:fac13430ec1e: sysutils/logstash7: Fix runtime with non-default USERS/GROUPS (authored by vvd).
sysutils/logstash7: Fix runtime with non-default USERS/GROUPS
Fri, Mar 13, 4:16 PM
minsoochoo0122_proton.me added inline comments to D55836: contrib/zstd: further narrow FREEBSD-Xlist.
Fri, Mar 13, 4:13 PM
vvd committed R11:f5c624428d6d: sysutils/logstash7: Fix runtime with non-default USERS/GROUPS (authored by vvd).
sysutils/logstash7: Fix runtime with non-default USERS/GROUPS
Fri, Mar 13, 4:12 PM
vvd committed R11:fa14dfb08696: textproc/elasticsearch7: Fix runtime with non-default USERS/GROUPS (authored by vvd).
textproc/elasticsearch7: Fix runtime with non-default USERS/GROUPS
Fri, Mar 13, 4:12 PM
jhb updated the diff for D55833: lindebugfs: Pass user buffer pointers to the read/write file operations.

Don't use IOVEC_ADVANCE

Fri, Mar 13, 4:12 PM
minsoochoo0122_proton.me abandoned D43240: Update to Zstandard 1.5.5.

Superseded by D55838

Fri, Mar 13, 4:11 PM · Contributor Reviews (src)
minsoochoo0122_proton.me requested changes to D55836: contrib/zstd: further narrow FREEBSD-Xlist.
Fri, Mar 13, 4:11 PM
hayzam_gmail.com requested changes to D52137: sysutils/sylve: new port, lightweight GUI for managing jails, zfs, net.
Fri, Mar 13, 4:09 PM
dch committed R11:a1ab3d17c529: net/amqpcat: update to 1.1.0 (authored by dch).
net/amqpcat: update to 1.1.0
Fri, Mar 13, 3:54 PM
dch committed R11:3637bde835e8: filesystems/versitygw: update to 1.3.1 (authored by dch).
filesystems/versitygw: update to 1.3.1
Fri, Mar 13, 3:54 PM
dch committed R11:4ccbdcb5dd4a: lang/crystal: update to 1.19.1 (authored by dch).
lang/crystal: update to 1.19.1
Fri, Mar 13, 3:54 PM
dch closed D55455: sysutils/podman: Allow setting ownership on auto-created socket.
Fri, Mar 13, 3:54 PM
dch committed R11:04b73631109f: sysutils/podman: Allow setting ownership on auto-created socket (authored by dch).
sysutils/podman: Allow setting ownership on auto-created socket
Fri, Mar 13, 3:54 PM
dch committed R11:d7f804853123: net/lavinmq: update to 2.6.9 (authored by dch).
net/lavinmq: update to 2.6.9
Fri, Mar 13, 3:54 PM
dch committed R11:0bf297481843: devel/shards: update to 0.20.0 (authored by dch).
devel/shards: update to 0.20.0
Fri, Mar 13, 3:54 PM
des added a comment to D55819: queue.h: Reorder STAILQ_INSERT_TAIL.
In D55819#1277146, @jhb wrote:

In particular, is the invariant you are tripping over QCMD_STAILQ_CHECK_TAIL?

Fri, Mar 13, 3:52 PM
lwhsu accepted D55826: libc: Fix dtor order in __cxa_thread_atexit.
Fri, Mar 13, 3:38 PM
lwhsu accepted D55824: kern_time: Honor the precise option when counting diff.
Fri, Mar 13, 3:38 PM
uzsolt committed R11:7add8c9acf88: devel/R-cran-cyclocomp: Update to 1.1.2 (authored by uzsolt).
devel/R-cran-cyclocomp: Update to 1.1.2
Fri, Mar 13, 3:34 PM
mfechner committed R11:f513d4f8deb0: www/gitlab: security and patch update to 18.9.2 (authored by mfechner).
www/gitlab: security and patch update to 18.9.2
Fri, Mar 13, 3:01 PM
mfechner committed R11:be05193e7b8e: security/trivy: update to 0.69.3 (authored by mfechner).
security/trivy: update to 0.69.3
Fri, Mar 13, 3:01 PM
mfechner committed R11:2b3ef92bcb30: security/trivy: update to 0.69.2 (authored by mfechner).
security/trivy: update to 0.69.2
Fri, Mar 13, 3:00 PM
mfechner committed R11:a81a525f03b6: devel/glab: update to 1.89.0 (authored by mfechner).
devel/glab: update to 1.89.0
Fri, Mar 13, 3:00 PM
mfechner committed R11:10c102238c82: devel/glab: update to 1.88.0 (authored by mfechner).
devel/glab: update to 1.88.0
Fri, Mar 13, 3:00 PM
mfechner committed R11:3639d44e979a: devel/glab: update to 1.87.0 (authored by mfechner).
devel/glab: update to 1.87.0
Fri, Mar 13, 3:00 PM
mfechner committed R11:2b439d044aac: sysutils/rubygem-tmuxinator: fixed build error (authored by mfechner).
sysutils/rubygem-tmuxinator: fixed build error
Fri, Mar 13, 3:00 PM