Page MenuHomeFreeBSD
Feed All Stories

Today

bcr closed D52775: handbook-de: fixed a typo.
Sun, Sep 28, 12:24 PM
bcr committed R9:aee17c0830ee: Fix a repeated "in in" by rewriting the german sentence a bit (authored by mathias.eggers_proton.me).
Fix a repeated "in in" by rewriting the german sentence a bit
Sun, Sep 28, 12:24 PM
bcr accepted D52775: handbook-de: fixed a typo.
Sun, Sep 28, 12:23 PM
brd added inline comments to D52734: release: Fix booting on aarch64 in Azure by adding the BOOTPARTSOFFSET.
Sun, Sep 28, 12:18 PM
mathias.eggers_proton.me requested review of D52775: handbook-de: fixed a typo.
Sun, Sep 28, 12:13 PM
zldrobit_gmail.com added a comment to D52760: mpr.4: Add Broadcom LSI 3808/3908 to support list.

@ziaee I tested the LSI SAS 3908 (MegaRAID 9560 8i), with 14.3-RELEASE. The mrsas driver is automatically loaded, it works with either JBOD mode or RAID0. However, after devctl detach -f and devctl set driver -f device mpr, devctl responded with "device not configured". Even with hint.mpr.0.at="pcix:y:z" in device.hints, the mrsas driver will be loaded instead of the mpr one. In my test, mpr driver does not support SAS 3908, at least with the current firmware.

Sun, Sep 28, 12:10 PM · manpages
bofh added hashtags to cheri: #cheribsd, #cheri-bsd.
Sun, Sep 28, 11:48 AM
vladlenpopolitov_list.ru updated the summary of D52678: fix inlined asciidoc code in en/books/fdp-primer/examples.
Sun, Sep 28, 11:35 AM · docs
vladlenpopolitov_list.ru requested review of D52774: fix asciidoc code in listing blocks in fdp-primer.
Sun, Sep 28, 11:32 AM · docs
des committed rG202b59c35ead: tzcode: Really fix issues when TZ is an absolute path (authored by des).
tzcode: Really fix issues when TZ is an absolute path
Sun, Sep 28, 11:13 AM
alven closed D52656: [WIP] comms/gtkmmorse: Update 0.9.27 => 0.9.28, undeprecate.
Sun, Sep 28, 11:05 AM
alven committed R11:5bbd861998ff: comms/gtkmmorse: Update 0.9.27 => 0.9.28, undeprecate (authored by alven).
comms/gtkmmorse: Update 0.9.27 => 0.9.28, undeprecate
Sun, Sep 28, 11:05 AM
alven closed D52756: net/v2ray: Update 5.38.0 => 5.39.0.
Sun, Sep 28, 10:57 AM
alven committed R11:80520474f057: net/v2ray: Update 5.38.0 => 5.39.0 (authored by alven).
net/v2ray: Update 5.38.0 => 5.39.0
Sun, Sep 28, 10:56 AM
alven closed D52671: cad/netgen-lvs: Update 1.5.290 => 1.5.300.
Sun, Sep 28, 10:48 AM
alven committed R11:2a9537072938: cad/netgen-lvs: Update 1.5.290 => 1.5.300 (authored by alven).
cad/netgen-lvs: Update 1.5.290 => 1.5.300
Sun, Sep 28, 10:48 AM
vladlenpopolitov_list.ru requested review of D52773: astro/xearth: add myself (vladlen) to freebsd.committers.markers.
Sun, Sep 28, 10:26 AM · Contributor Reviewers (ports)
markj added a comment to D50825: libexec/kgdb: Add a new VNET function and add more scaffolding.

JFYI, for counter(9) this is all what is needed:

define counter_fetch
  set $sum = 0
  set $c = (uintptr_t )$arg0 + (uintptr_t )&__pcpu[0]
  set $n = 0
  while ( $n < mp_ncpus )
    set $sum = $sum + *(uint64_t *)$c
    set $c = (uint64_t *)((char *)$c + sizeof(struct pcpu))
    set $n = $n + 1  
  end
  p/u $sum
end
document counter_fetch
display a counter_u64 value
end
Sun, Sep 28, 10:20 AM
christos added a comment to D50070: snd_hda: Implement automatic redirection between associations.

15.0 is approaching, so I think we can go ahead and commit and work some of the issues I raised lately while in tree?

Sun, Sep 28, 10:14 AM
glebius added a comment to D50825: libexec/kgdb: Add a new VNET function and add more scaffolding.

JFYI, for counter(9) this is all what is needed:

define counter_fetch
  set $sum = 0
  set $c = (uintptr_t )$arg0 + (uintptr_t )&__pcpu[0]
  set $n = 0
  while ( $n < mp_ncpus )
    set $sum = $sum + *(uint64_t *)$c
    set $c = (uint64_t *)((char *)$c + sizeof(struct pcpu))
    set $n = $n + 1  
  end
  p/u $sum
end
document counter_fetch
display a counter_u64 value
end
Sun, Sep 28, 10:08 AM
alven requested review of D52772: devel/libqb: Update 2.0.8 => 2.0.9.
Sun, Sep 28, 10:06 AM
emaste added a reviewer for D50551: Makefile.inc1: Force NO_ROOT for distribute* and package*: markj.
Sun, Sep 28, 10:02 AM
christos committed rG5c8835e5c0ce: mixer(8): Update virtual_oss path (authored by christos).
mixer(8): Update virtual_oss path
Sun, Sep 28, 10:00 AM
christos committed rGc457acb4ee82: RELNOTES: virtual_oss in base (authored by christos).
RELNOTES: virtual_oss in base
Sun, Sep 28, 10:00 AM
christos committed rG9cab9fde5eda: virtual_oss: Port to base (authored by christos).
virtual_oss: Port to base
Sun, Sep 28, 10:00 AM
christos closed D52322: mixer(8): Update virtual_oss path.
Sun, Sep 28, 9:59 AM
christos closed D52583: RELNOTES: virtual_oss in base.
Sun, Sep 28, 9:59 AM
christos closed D52308: virtual_oss: Port to base.
Sun, Sep 28, 9:59 AM
glebius added a reviewer for D52771: socket(2): refactor the manual page: roy_marples.name.
Sun, Sep 28, 9:57 AM
glebius requested review of D52771: socket(2): refactor the manual page.
Sun, Sep 28, 9:57 AM
emaste accepted D52308: virtual_oss: Port to base.
Sun, Sep 28, 9:55 AM
christos updated the diff for D52308: virtual_oss: Port to base.

Address Ed's comment.

Sun, Sep 28, 9:55 AM
markj added a comment to D50825: libexec/kgdb: Add a new VNET function and add more scaffolding.
In D50825#1205382, @kp wrote:

I may be holding it wrong, but it still breaks for me:
It's a panic in vnet shutdown, so perhaps it's related to that:

(kgdb) bt
#0  __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:57
#1  doadump (textdump=textdump@entry=0) at /usr/src/sys/kern/kern_shutdown.c:399
#2  0xffffffff804aaeba in db_dump (dummy=<optimized out>, dummy2=<optimized out>, dummy3=<optimized out>, dummy4=<optimized out>) at /usr/src/sys/ddb/db_command.c:596
#3  0xffffffff804aacad in db_command (last_cmdp=<optimized out>, cmd_table=<optimized out>, dopager=true) at /usr/src/sys/ddb/db_command.c:508
#4  0xffffffff804aa96d in db_command_loop () at /usr/src/sys/ddb/db_command.c:555
#5  0xffffffff804ae366 in db_trap (type=<optimized out>, code=<optimized out>) at /usr/src/sys/ddb/db_main.c:267
#6  0xffffffff80bdea1f in kdb_trap (type=type@entry=3, code=code@entry=0, tf=tf@entry=0xfffffe002fa705d0) at /usr/src/sys/kern/subr_kdb.c:790
#7  0xffffffff810e04eb in trap (frame=<optimized out>) at /usr/src/sys/amd64/amd64/trap.c:614
#8  <signal handler called>
#9  kdb_enter (why=<optimized out>, msg=<optimized out>) at /usr/src/sys/kern/subr_kdb.c:556
#10 0xffffffff80b8e7bb in vpanic (fmt=0xffffffff8372daba "foo", ap=ap@entry=0xfffffe002fa70800) at /usr/src/sys/kern/kern_shutdown.c:962
#11 0xffffffff80b8e623 in panic (fmt=0xffffffff81d9fab0 <cnputs_mtx> "bm\034\201\377\377\377\377") at /usr/src/sys/kern/kern_shutdown.c:887
#12 0xffffffff836d9722 in pf_sctp_multihome_detach_addr (s=0xfffff806ce77f480) at /usr/src/sys/netpfil/pf/pf.c:7415
#13 pf_detach_state (s=0xfffff806ce77f480) at /usr/src/sys/netpfil/pf/pf.c:1601
#14 0xffffffff836db623 in pf_remove_state (s=0xfffff806ce77f480) at /usr/src/sys/netpfil/pf/pf.c:2857
#15 0xffffffff837048ed in pf_clear_all_states () at /usr/src/sys/netpfil/pf/pf_ioctl.c:6181
#16 0xffffffff837039f5 in shutdown_pf () at /usr/src/sys/netpfil/pf/pf_ioctl.c:6665
#17 pf_unload_vnet () at /usr/src/sys/netpfil/pf/pf_ioctl.c:7011
#18 vnet_pf_uninit (unused=<optimized out>) at /usr/src/sys/netpfil/pf/pf_ioctl.c:7119
#19 0xffffffff80d136c4 in vnet_sysuninit () at /usr/src/sys/net/vnet.c:640
#20 vnet_destroy (vnet=0xfffff8012f7e4180) at /usr/src/sys/net/vnet.c:295
#21 0xffffffff80b483b9 in prison_deref (pr=<optimized out>, flags=67) at /usr/src/sys/kern/kern_jail.c:3576
#22 0xffffffff80bf7ae2 in taskqueue_run_locked (queue=queue@entry=0xfffff80004407a00) at /usr/src/sys/kern/subr_taskqueue.c:517
#23 0xffffffff80bf89d3 in taskqueue_thread_loop (arg=arg@entry=0xffffffff81da08a8 <taskqueue_jail_remove>) at /usr/src/sys/kern/subr_taskqueue.c:829
#24 0xffffffff80b3e042 in fork_exit (callout=0xffffffff80bf8900 <taskqueue_thread_loop>, arg=0xffffffff81da08a8 <taskqueue_jail_remove>, frame=0xfffffe002fa70f40)
    at /usr/src/sys/kern/kern_fork.c:1155
#25 <signal handler called>
(kgdb) p $V("pf_sctp_endpoints")
Python Exception <class 'gdb.error'>: There is no member named origaddr.
Error occurred in Python: There is no member named origaddr.
(kgdb) p $V("pf_status")
Python Exception <class 'gdb.error'>: There is no member named origaddr.
Error occurred in Python: There is no member named origaddr.
Sun, Sep 28, 9:50 AM
0mp requested review of D52770: buf.9: Sprinkle with mdoc macros.
Sun, Sep 28, 9:48 AM
0mp committed rG93bc812788c0: ports.7: Fix example of passing variables on the command line (authored by 0mp).
ports.7: Fix example of passing variables on the command line
Sun, Sep 28, 9:39 AM
0mp committed rG6284c753e507: d.7: Fix synopsis (authored by 0mp).
d.7: Fix synopsis
Sun, Sep 28, 9:38 AM
vladlenpopolitov_list.ru requested review of D52769: vladlen@ joins comitters-doc and calendar.freebsd.
Sun, Sep 28, 9:38 AM · Contributor Reviews (src)
fuz committed R11:aa6b4d2a1ffe: audio/py-soxr: fix build on armv7 (authored by fuz).
audio/py-soxr: fix build on armv7
Sun, Sep 28, 9:36 AM
fuz committed R11:577a8eeef10f: audio/surge-synthesizer-lv2: fix build on aarch64 (authored by fuz).
audio/surge-synthesizer-lv2: fix build on aarch64
Sun, Sep 28, 9:36 AM
fuz committed R11:7ff863add26c: devel/cpu_features: port to aarch64 and armv7 (authored by fuz).
devel/cpu_features: port to aarch64 and armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:bcbf0f51da59: graphics/pgplot: fix build on armv7 (authored by fuz).
graphics/pgplot: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:e92113d81d25: devel/corrade: fix build on armv7 (authored by fuz).
devel/corrade: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:1c8f5f2745bd: devel/libffcall: fix build on armv7 (authored by fuz).
devel/libffcall: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:4ccf22412db2: filesystems/ufs: update to 0.6.0 (authored by fuz).
filesystems/ufs: update to 0.6.0
Sun, Sep 28, 9:35 AM
fuz committed R11:86b06418fe77: print/ghostscript10: fix build on armv7 (authored by fuz).
print/ghostscript10: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:a2b4b88fa4ec: graphics/tumble: deprecate, expire at end of year (authored by fuz).
graphics/tumble: deprecate, expire at end of year
Sun, Sep 28, 9:35 AM
fuz committed R11:9cdbd08b789b: graphics/stamp: deprecate, expire at end of year (authored by fuz).
graphics/stamp: deprecate, expire at end of year
Sun, Sep 28, 9:35 AM
fuz committed R11:fe7ba5a1f2d0: graphics/jpgtn: deprecate to end of year (authored by fuz).
graphics/jpgtn: deprecate to end of year
Sun, Sep 28, 9:35 AM
fuz committed R11:cfd33686003a: devel/goreleaser: update to 2.12.3 (authored by fuz).
devel/goreleaser: update to 2.12.3
Sun, Sep 28, 9:35 AM
fuz committed R11:527bdd36cd9b: editors/texmacs: enable on armv7 (authored by fuz).
editors/texmacs: enable on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:1228bce1fd68: multimedia/mkclean: enable everywhere (authored by fuz).
multimedia/mkclean: enable everywhere
Sun, Sep 28, 9:35 AM
fuz committed R11:7f47d8879ae0: benchmarks/libcpucycles: update to 20250925 (authored by fuz).
benchmarks/libcpucycles: update to 20250925
Sun, Sep 28, 9:35 AM
fuz committed R11:8921bf5b397e: audio/surge-synthesizer-lv2: fix build on aarch64 (authored by fuz).
audio/surge-synthesizer-lv2: fix build on aarch64
Sun, Sep 28, 9:35 AM
fuz committed R11:88ba0c3f2fc8: audio/lsp-plugins-lv2: enable on aarch64, armv7 and i386 (authored by fuz).
audio/lsp-plugins-lv2: enable on aarch64, armv7 and i386
Sun, Sep 28, 9:35 AM
fuz committed R11:cc48147ee9d2: audio/qtractor: enable on armv7 (authored by fuz).
audio/qtractor: enable on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:c9c57155c3cb: devel/raylib: enable on armv7 (authored by fuz).
devel/raylib: enable on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:714047459cb9: audio/py-soxr: fix build on armv7 (authored by fuz).
audio/py-soxr: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:e6c598af85b5: graphics/pgplot: fix build on armv7 (authored by fuz).
graphics/pgplot: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:a82ef635fdd4: www/osrm-backend: update to 6.0.0.g20250916 (authored by Peter Laursen <freebsd@mosedal.net>).
www/osrm-backend: update to 6.0.0.g20250916
Sun, Sep 28, 9:35 AM
fuz committed R11:1ff18addddfe: security/p5-openxpki-clca: Toolkit for root CA (authored by svysh.fbsd_gmail.com).
security/p5-openxpki-clca: Toolkit for root CA
Sun, Sep 28, 9:35 AM
fuz committed R11:6222849c0c25: devel/simdjson: update to 4.0.6 (authored by fuz).
devel/simdjson: update to 4.0.6
Sun, Sep 28, 9:35 AM
fuz committed R11:9c0eb8ed1264: sysutils/geomman: update to 1.0.2 (authored by fuz).
sysutils/geomman: update to 1.0.2
Sun, Sep 28, 9:35 AM
fuz committed R11:c5e6b567dcfb: emulators/fceux: add qt5/qt6 flavours (authored by fuz).
emulators/fceux: add qt5/qt6 flavours
Sun, Sep 28, 9:35 AM
fuz committed R11:0004f70716eb: devel/corrade: fix build on armv7 (authored by fuz).
devel/corrade: fix build on armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:abd848c1c418: devel/cpu_features: port to aarch64 and armv7 (authored by fuz).
devel/cpu_features: port to aarch64 and armv7
Sun, Sep 28, 9:35 AM
fuz committed R11:c3d2880091d0: devel/libffcall: fix build on armv7 (authored by fuz).
devel/libffcall: fix build on armv7
Sun, Sep 28, 9:34 AM
0mp committed rGf34e1c76adc5: sysctl.9: Fix grammar in *TUN descriptions (authored by 0mp).
sysctl.9: Fix grammar in *TUN descriptions
Sun, Sep 28, 9:32 AM
0mp closed D52768: sysctl.9: Fix grammar in *TUN descriptions.
Sun, Sep 28, 9:32 AM
0mp added a comment to D52768: sysctl.9: Fix grammar in *TUN descriptions.

Thanks!

Sun, Sep 28, 9:29 AM
tuexen committed rG5e4bed48699a: tcp: refactor tcp_send_challenge_ack() (authored by tuexen).
tcp: refactor tcp_send_challenge_ack()
Sun, Sep 28, 9:18 AM
tuexen committed rG994b3f20900d: tcp: whitespace cleanup (authored by tuexen).
tcp: whitespace cleanup
Sun, Sep 28, 9:17 AM
ehaupt committed R11:db37a0bffa75: devel/py-construct-classes: Update to 0.2.2 (authored by ehaupt).
devel/py-construct-classes: Update to 0.2.2
Sun, Sep 28, 9:17 AM
jlduran committed rG2872ced18742: rc.d: Fix ftpd flags (authored by jlduran).
rc.d: Fix ftpd flags
Sun, Sep 28, 9:15 AM
jlduran closed D52745: rc.d: Fix ftpd flags.
Sun, Sep 28, 9:15 AM
tuexen committed rG125e23572c71: tcp: refactor tcp_send_challenge_ack() (authored by tuexen).
tcp: refactor tcp_send_challenge_ack()
Sun, Sep 28, 9:10 AM
tuexen committed rGcfda7828e33d: tcp: whitespace cleanup (authored by tuexen).
tcp: whitespace cleanup
Sun, Sep 28, 9:10 AM
tuexen committed rGf2575d56c8c9: vtnet: improve control of transmit offloading (authored by tuexen).
vtnet: improve control of transmit offloading
Sun, Sep 28, 9:07 AM
tuexen closed D52765: vtnet: improve control of transmit offloading.
Sun, Sep 28, 9:07 AM
yuri accepted D52671: cad/netgen-lvs: Update 1.5.290 => 1.5.300.

Approved.

Sun, Sep 28, 8:57 AM
yuri accepted D52756: net/v2ray: Update 5.38.0 => 5.39.0.

Approved.

Sun, Sep 28, 8:56 AM
diizzy committed R11:d5f97db62430: multimedia/streamlink: Allow greater versions of (py-)lxml than 6 (authored by diizzy).
multimedia/streamlink: Allow greater versions of (py-)lxml than 6
Sun, Sep 28, 8:29 AM
delphij accepted D52700: newsyslog: fix one hour rotation with frequent execution.

The current logic looks like it was effectively rounding the elapsed time to the nearest hour (with a 30-minute bias). That means a file only 30 minutes old could be considered "1 hour old," which isn’t what a user would normally expect if they configured rotation every hour. A user would reasonably expect “1h” to mean exactly 60 minutes, with perhaps a small tolerance for cron jitter or a slow rotation run.

Sun, Sep 28, 8:17 AM
bcr accepted D52768: sysctl.9: Fix grammar in *TUN descriptions.

Approved as talked about yesterday.

Sun, Sep 28, 8:14 AM
vladlenpopolitov_list.ru updated the diff for D52764: Status/2025Q3/frdp.adoc: Add report.

Changes are done according to comments.

Sun, Sep 28, 8:09 AM · status
0mp added a reviewer for D52768: sysctl.9: Fix grammar in *TUN descriptions: bcr.
Sun, Sep 28, 8:07 AM
0mp requested review of D52768: sysctl.9: Fix grammar in *TUN descriptions.
Sun, Sep 28, 8:06 AM
vladlenpopolitov_list.ru updated the diff for D52764: Status/2025Q3/frdp.adoc: Add report.
Sun, Sep 28, 8:06 AM · status
arrowd committed R11:0fda218bb960: net-p2p/cardano-db-sync: Fix distinfo after an upstream reroll (authored by arrowd).
net-p2p/cardano-db-sync: Fix distinfo after an upstream reroll
Sun, Sep 28, 8:05 AM
arrowd committed R11:5ef73b9965e0: net-p2p/cardano-db-sync: Fix distinfo after an upstream reroll (authored by arrowd).
net-p2p/cardano-db-sync: Fix distinfo after an upstream reroll
Sun, Sep 28, 8:04 AM
decke committed R11:bb7385d03317: security/py-python-nmap: Add new port (authored by nxjoseph_protonmail.com).
security/py-python-nmap: Add new port
Sun, Sep 28, 7:59 AM
ziaee added a comment to D52706: geom_zero.4: Document.

Also Relnotes!

Sun, Sep 28, 7:51 AM
ziaee accepted D52706: geom_zero.4: Document.

MFC?

Sun, Sep 28, 7:51 AM
decke committed R11:05a83aacaabf: irc/eggdrop: Update to 1.10.1 and update maintainer (authored by ek <ek@purplehat.org>).
irc/eggdrop: Update to 1.10.1 and update maintainer
Sun, Sep 28, 7:49 AM
bcr accepted D52706: geom_zero.4: Document.

Looks good to me. Thanks for working in it!

Sun, Sep 28, 7:48 AM
0mp committed R11:c275c49d774a: sysutils/zelta: Install all ZELTA_SHARE files as executable (authored by guest-svmhdvn).
sysutils/zelta: Install all ZELTA_SHARE files as executable
Sun, Sep 28, 7:36 AM
arrowd committed R11:182c4b91d707: lang/dotnet: Restore arm part of distinfo lost in previous commit (authored by arrowd).
lang/dotnet: Restore arm part of distinfo lost in previous commit
Sun, Sep 28, 7:36 AM
emaste added a comment to D52308: virtual_oss: Port to base.

LDFLAGS+= -L in lib/:

lib/atf/libatf-c++/Makefile:LDFLAGS+=   -L${.OBJDIR:H}/libatf-c
lib/csu/tests/dynamiclib/Makefile:LDFLAGS+=     -Wl,-rpath,${TESTSDIR} -L${.OBJDIR:H}/dso
lib/googletest/gmock/Makefile:LDFLAGS+= -L${.OBJDIR:H}/gtest
lib/googletest/gmock_main/Makefile:LDFLAGS+=    -L${LIBGTESTDIR}
lib/googletest/gmock_main/Makefile:LDFLAGS+=    -L${LIBGMOCKDIR}
lib/googletest/gtest_main/Makefile:LDFLAGS+=    -L${LIBGTESTDIR}
lib/libc/tests/stdlib/Makefile:LDFLAGS.$t+=     -L${LIBNETBSD_OBJDIR}
lib/libc/tests/tls/Makefile:LDFLAGS.tls_dynamic_test+=  -Wl,-rpath,${TESTSDIR} -L${DSODIR}
lib/libthr/tests/dlopen/Makefile:LDFLAGS+=      -L${.OBJDIR}/dso -Wl,-rpath=${TESTDIR}
lib/libxo/encoder/csv/Makefile:LDFLAGS += -L${.OBJDIR:H:H}/libxo
Sun, Sep 28, 7:36 AM
glebius requested changes to D52651: rpcbind: Fix a coredump that occurs when rpcinfo is done.

I see, in

Sun, Sep 28, 7:31 AM
timo.voelker_fh-muenster.de accepted D52765: vtnet: improve control of transmit offloading.

Right, I remember disabling txcsum, which didn't take affect, because hwassist wasn't updated. The patch seems to solve this issue. Thanks!

Sun, Sep 28, 7:21 AM
freebsd_ny-central.org added a comment to D52764: Status/2025Q3/frdp.adoc: Add report.

Thank you for your submission. A few updates suggested for syntax fixes.

Sun, Sep 28, 6:39 AM · status