Page MenuHomeFreeBSD

Recent Activity

Today

imp accepted D45146: kmod.mk use ${XARGS}.
Fri, May 10, 6:51 PM
cmt committed R11:cd117289bb50: www/firefox: update to 126.0 (rc2) (authored by cmt).
www/firefox: update to 126.0 (rc2)
Fri, May 10, 6:26 PM
cmt committed R11:eb97db5c50b3: www/firefox: update to 126.0 (rc2) (authored by cmt).
www/firefox: update to 126.0 (rc2)
Fri, May 10, 6:25 PM
kib accepted D45157: Increase IOAPIC_MAX_ID to 255 (from 254).
Fri, May 10, 6:16 PM
vishwin committed R11:c9de4852da6f: devel/{compiler-rt,libcxx}18: sync to 18.1.5 (authored by vishwin).
devel/{compiler-rt,libcxx}18: sync to 18.1.5
Fri, May 10, 6:15 PM
tuexen accepted D45147: sockstat: Fix segfault when peer has no pid.
Fri, May 10, 6:12 PM
emaste requested review of D45157: Increase IOAPIC_MAX_ID to 255 (from 254).
Fri, May 10, 6:10 PM
fernape committed R11:dc752ff57570: www/tor-browser: Update to 13.5a7 (authored by freebsd_sysctl.cz).
www/tor-browser: Update to 13.5a7
Fri, May 10, 6:04 PM
fernape committed R11:6a107b344e33: net/keycloak: Update to 24.0.4 (authored by freebsd_rheinwolf.de).
net/keycloak: Update to 24.0.4
Fri, May 10, 6:04 PM
fernape committed R11:4015b66573eb: multimedia/pipe-viewer: Update to 0.5.0 (authored by Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>).
multimedia/pipe-viewer: Update to 0.5.0
Fri, May 10, 6:03 PM
fernape committed R11:e8ba8e877bb0: graphics/zathura-pdf-poppler: Update MASTER_SITES, distinfo (authored by mew14930xvi <mew14930xvi@inbox.lv>).
graphics/zathura-pdf-poppler: Update MASTER_SITES, distinfo
Fri, May 10, 6:02 PM
fernape committed R11:dfe61f3757c9: graphics/zathura-ps: Update MASTER_SITES, distinfo (authored by mew14930xvi <mew14930xvi@inbox.lv>).
graphics/zathura-ps: Update MASTER_SITES, distinfo
Fri, May 10, 6:02 PM
fernape committed R11:7c5d63ab495c: devel/gum: update to 0.14.0 (authored by Dave Turner <dave@bitboss.ca>).
devel/gum: update to 0.14.0
Fri, May 10, 6:01 PM
fernape committed R11:a478d4b5e7ef: dns/unbound: Uodate to 1.20.0 (authored by Jaap Akkerhuis <jaap@NLnetLabs.nl>).
dns/unbound: Uodate to 1.20.0
Fri, May 10, 6:00 PM
fernape committed R11:bdb02d32d811: science/afni: update to 24.1.09 (authored by fernape).
science/afni: update to 24.1.09
Fri, May 10, 5:59 PM
nkumarababu_gmail.com added a reviewer for D44935: Unmuting console boot messages for some scenarios: imp.
Fri, May 10, 5:49 PM
vvd committed R11:05134cf2c6d7: security/doas: update to 6.3p12 (authored by Jesse Smith <jsmith@resonatingmedia.com>).
security/doas: update to 6.3p12
Fri, May 10, 5:49 PM
kib accepted D45156: vm: Change the return types of kernacc and useracc to bool.
Fri, May 10, 5:48 PM
vvd committed R11:e05da69d0d3f: security/doas: update to 6.3p12 (authored by Jesse Smith <jsmith@resonatingmedia.com>).
security/doas: update to 6.3p12
Fri, May 10, 5:47 PM
kib accepted D45155: md: Merge two switch statements in mdstart_vnode.
Fri, May 10, 5:46 PM
david_crossfamilyweb.com updated the diff for D41509: crypt(3) style password support for lua loader.

updated diff -U 99999

Fri, May 10, 5:19 PM · Loader
david_crossfamilyweb.com updated the diff for D38047: Multiple fixes to the NSS caching system.

Updated diff -U99999

Fri, May 10, 5:18 PM · Src Committers
girgen committed R11:05e6d5e1f82c: www/sqlpage: Update to 0.20.4 (authored by girgen).
www/sqlpage: Update to 0.20.4
Fri, May 10, 5:16 PM
girgen committed R11:030a96f5cd56: security/vuls: Upgrade to 0.25.3 (authored by girgen).
security/vuls: Upgrade to 0.25.3
Fri, May 10, 5:16 PM
kib updated the diff for D44220: mlx5en(4): inline IPSEC offload support.

Latest driver IPSEC support code.

Fri, May 10, 5:11 PM
kib added a comment to D45119: tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnode.
In D45119#1029542, @kib wrote:

I do not see how this solves the problem that @pho found. There, vm_map_process_deferred() was releasing writecounts, and in one case the backing vnode was doomed, so OBJ_TMPFS_VREF was clear.

Do you mean https://people.freebsd.org/~pho/stress/log/log0518.txt? I agree that this is different. But for me, log0518 states that clearing of OBJ_TMPFS_VREF and clearing of node->tn_vnode are not atomic (and really cannot be). So the assert "object with writable mappings does not have a reference" should be removed, because indeed vp might be in process of reclaim or the pointer to vp might be already invalid.

Yes, but that isn't sufficient. Consider that tmpfs_pager_writecount_recalc() will vrele() the vnode if the writecount drops to 0, which is incorrect if the TMPFS_VREF flag is already clear.

Fri, May 10, 5:07 PM
jhb requested review of D45156: vm: Change the return types of kernacc and useracc to bool.
Fri, May 10, 5:05 PM
jhb requested review of D45155: md: Merge two switch statements in mdstart_vnode.
Fri, May 10, 5:04 PM
brooks accepted D45086: tftpd: silence gcc overflow warnings.

Thanks for picking this up, you went a similarly direction to what I was thinking, but I've been at a conference and traveling home so distracted.

Fri, May 10, 5:00 PM
jhb added inline comments to D45142: uio: Use switch statements when handling UIO_READ vs UIO_WRITE.
Fri, May 10, 4:58 PM
christos added a comment to D45150: sound: Fix oss_sysinfo->nummixers.

@dev_submerge.ch Can you test that this and D45151 fix the problem? I cannot reproduce it right now.

Fri, May 10, 4:50 PM
christos requested review of D45154: mixer.3: Showcase example of how to loop through all mixers.
Fri, May 10, 4:49 PM
jhb requested review of D45153: nvme/f: Use strlcpy instead of strncpy + manual string termination.
Fri, May 10, 4:45 PM
jhb requested review of D45152: nvme: Use strlcpy instead of strncpy to ensure termination.
Fri, May 10, 4:45 PM
christos requested review of D45151: mixer(8): Ignore mixer_open() failures for the -a option.
Fri, May 10, 4:42 PM
jhb committed rG50884a0b09a8: nvmf_transport: Remove invalid assertion (authored by jhb).
nvmf_transport: Remove invalid assertion
Fri, May 10, 4:42 PM
christos requested review of D45150: sound: Fix oss_sysinfo->nummixers.
Fri, May 10, 4:42 PM
jhb committed rG1f83483d7392: ctl_backend_block: Correct value of NVME nsdata nuse field (authored by jhb).
ctl_backend_block: Correct value of NVME nsdata nuse field
Fri, May 10, 4:42 PM
jhb committed rG1662e47d91d1: nvmecontrol: Free the addrinfo list when failing to open a TCP socket (authored by jhb).
nvmecontrol: Free the addrinfo list when failing to open a TCP socket
Fri, May 10, 4:42 PM
jhb committed rG0ac468c7b641: nvmecontrol: Free array of I/O queue pairs on failure to handoff (authored by jhb).
nvmecontrol: Free array of I/O queue pairs on failure to handoff
Fri, May 10, 4:42 PM