HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

jhb accepted D55919: sbuf: make assertion message a lot more useable.
Thu, Mar 19, 3:05 PM
jhb added a reviewer for D55915: pciconf: Add option to write into a BAR region: kib.
Thu, Mar 19, 3:05 PM
jhb added a comment to D55915: pciconf: Add option to write into a BAR region.

I think rather than trying to overload -B, it would be better to just use a different getopt() letter for this mode. I would suggest using -R for reading from a BAR but keep 'D' as an alias for backwards compatibility, and using -W for writing into a BAR.

Thu, Mar 19, 3:05 PM
3293789706_qq.com updated the diff for D55909: clk/broadcom: Add stub clock node for unimplemented clock sources.

Updating D55909: clk/broadcom: Add stub clock node for unimplemented clock sources

Thu, Mar 19, 3:05 PM
3293789706_qq.com updated the diff for D55908: clk/broadcom: Add PLL and PLL channel clock nodes.

Updating D55908: clk/broadcom: Add PLL and PLL channel clock nodes

Thu, Mar 19, 3:04 PM
olce added inline comments to D55940: kernel: Be clearer about what ZSTDIO is for.
Thu, Mar 19, 3:04 PM
jhb added a comment to D55857: io_apic: Don't route to APIC ID > 255.
In D55857#1278564, @kib wrote:

Did you tried enabling DMAR/AMD IOMMU and interrupt remapping on this machine?

This (virtual) machine doesn't have a proper IOMMU. See http://david.woodhou.se/15-bit-msi.pdf for context.

Thu, Mar 19, 2:59 PM
zi committed R11:4e305910ee19: databases/proxysql: Update to 3.0.6 (authored by zi).
databases/proxysql: Update to 3.0.6
Thu, Mar 19, 2:58 PM
gallatin added a comment to D55912: net: Add page/bank fields to ifi2cre; update mce(4) to use them.

@kib What if we reclaimed some of the spare fields in ifi2creq to a uint16_t magic field. User sets i2creq.magic=PAGE_BANK_REQ and driver sets magic=PAGE_BANK_ACK ? That prevents the confusion you're concerned about.

Thu, Mar 19, 2:52 PM
3293789706_qq.com added inline comments to D55907: clk/broadcom: Add CPRMAN clkdev backend and peripheral clock node.
Thu, Mar 19, 2:51 PM
emaste reopened D55650: Makefile.inc1: Don't force LLVM_BINUTILS off for cross-tools.
Thu, Mar 19, 2:51 PM
jhb added inline comments to D55860: arm64/vmm: Enable 16-bit VMIDs when in use by pmap.
Thu, Mar 19, 2:48 PM
jhb added a comment to D55931: amd64: remove assertion about sizeof(struct pcb).
In D55931#1279683, @jhb wrote:

Speaking of this btw, it might be nice to fix other architectures to also pull the pcb out of the kstack in general. Certainly for CHERI we prefer that arrangement.

Thu, Mar 19, 2:45 PM
jhb accepted D55931: amd64: remove assertion about sizeof(struct pcb).

Speaking of this btw, it might be nice to fix other architectures to also pull the pcb out of the kstack in general. Certainly for CHERI we prefer that arrangement.

Thu, Mar 19, 2:44 PM
jhb accepted D55831: x86 FRED: add hardware definitions for the trap frames fields.

FYI, kgdb will have to know about the change in layout to trapframe I think, so bump __FreeBSD_version when you land this just to be on the safe side please?

Thu, Mar 19, 2:43 PM
des requested review of D55940: kernel: Be clearer about what ZSTDIO is for.
Thu, Mar 19, 2:42 PM
jhb accepted D55861: amd64: check that %cs and %ss values from ucontext fit into registers.
Thu, Mar 19, 2:39 PM
jhb accepted D55809: amd64: move code to check for traps with interrupts disabled into helpers.
Thu, Mar 19, 2:38 PM
christos requested review of D55939: sound: Remove endianness checks for format table declarations.
Thu, Mar 19, 2:37 PM
haraldei requested review of D55938: java/openjdk26: Add port Add port for OpenJDK 26..
Thu, Mar 19, 2:36 PM
christos retitled D55937: sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMAT from sound: Retire SND_FEEDER[_FULL]_MULTIFORMAT to sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMAT.
Thu, Mar 19, 2:34 PM
christos requested review of D55937: sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMAT.
Thu, Mar 19, 2:33 PM
salvadore committed R11:e5e62a8253a8: lang/gcc16-devel: Update to 16.0.1.s20260315 (authored by salvadore).
lang/gcc16-devel: Update to 16.0.1.s20260315
Thu, Mar 19, 2:28 PM
salvadore committed R11:6320bf099e66: lang/gcc14-devel: Update to 14.3.1.s20260313 (authored by salvadore).
lang/gcc14-devel: Update to 14.3.1.s20260313
Thu, Mar 19, 2:28 PM
salvadore committed R11:fcca964ccbc3: lang/gcc15-devel: Update to 15.2.1.s20260314 (authored by salvadore).
lang/gcc15-devel: Update to 15.2.1.s20260314
Thu, Mar 19, 2:28 PM
salvadore committed R11:bf569aa8eb2a: lang/gcc13-devel: Update to 13.4.1.s20260312 (authored by salvadore).
lang/gcc13-devel: Update to 13.4.1.s20260312
Thu, Mar 19, 2:28 PM
pouria updated the diff for D55850: ndp: Fix delayed proxy address.

No need to touch proxy_ndp tests.
Remove it.

Thu, Mar 19, 2:20 PM
pouria retitled D55850: ndp: Fix delayed proxy address from ndp: Fix delayed proxy address (WIP) to ndp: Fix delayed proxy address.
Thu, Mar 19, 2:16 PM
pouria updated the diff for D55850: ndp: Fix delayed proxy address.

Rebase to D55905.

sys/netinet6/proxy_ndp:pndp_add_gu_success  ->  passed  [2.529s]
sys/netinet6/proxy_ndp:pndp_del_gu_success  ->  passed  [4.840s]
sys/netinet6/proxy_ndp:pndp_ifdestroy_success  ->  passed  [2.899s]
sys/netinet6/proxy_ndp:pndp_neighbor_advert  ->  passed  [5.192s]
Thu, Mar 19, 2:15 PM
stephane.rochoy_stormshield.eu added a comment to D55936: loader.efi: Build a boot menu based on UEFI boot manager.

@kevans I set you as a reviewer since you seems to have pointed @imp at something he'd started that will help that a lot... ;)

Thu, Mar 19, 2:01 PM
stephane.rochoy_stormshield.eu abandoned D55559: Let the EFI loader build a partition menu.

I submitted a PoC following our discussion, see D55936.

Thu, Mar 19, 1:58 PM
stephane.rochoy_stormshield.eu published D55936: loader.efi: Build a boot menu based on UEFI boot manager for review.
Thu, Mar 19, 1:56 PM
emaste updated the diff for D55923: build: Boostrap LLVM_BINUTILS for cross-tools.

Update WITHOUT_LLVM_BINUTILS_BOOTSTRAP description.

Thu, Mar 19, 1:48 PM
pouria requested review of D55935: bridge(4): Remove epoch_enter during destruction.
Thu, Mar 19, 1:48 PM
cy added a comment to D55929: ntpdate: Add a deprecation message to syslog.

I sent (cc you) an email to Harlan Stenn, the primary developer at nwtime.org. (nwtime.org is replacing the ntp.org). Let's see what he says.

Thu, Mar 19, 1:46 PM
vvd committed R11:e8401511f7e9: lang/zephir: Update 0.17.0 => 0.19.0 (authored by Paavo-Einari Kaipila <pkaipila@gmail.com>).
lang/zephir: Update 0.17.0 => 0.19.0
Thu, Mar 19, 1:45 PM
vvd committed R11:65e268ff5089: textproc/pecl-zephir_parser: Update 1.6.0 => 1.8.0 (authored by Paavo-Einari Kaipila <pkaipila@gmail.com>).
textproc/pecl-zephir_parser: Update 1.6.0 => 1.8.0
Thu, Mar 19, 1:45 PM
jbeich committed R11:e2737da35667: www/gallery-dl: update to 1.31.10 (authored by jbeich).
www/gallery-dl: update to 1.31.10
Thu, Mar 19, 1:29 PM
jbeich committed R11:f36b51f499c7: www/gallery-dl: update to 1.31.10 (authored by jbeich).
www/gallery-dl: update to 1.31.10
Thu, Mar 19, 1:29 PM
emaste added a reviewer for D55923: build: Boostrap LLVM_BINUTILS for cross-tools: dim.
Thu, Mar 19, 1:29 PM
christos requested review of D55934: sound: Retire no-op SND_MULTICHANNEL.
Thu, Mar 19, 1:28 PM
christos requested review of D55933: sound: Retire unused SND_OLDSTEREO.
Thu, Mar 19, 1:28 PM
christos requested review of D55932: sound: Retire SND_DEBUG.
Thu, Mar 19, 1:27 PM
ziaee added a comment to D55929: ntpdate: Add a deprecation message to syslog.

Why put the message here, now?

Thu, Mar 19, 1:27 PM
emaste committed rGd478715a7289: llvm: Link cross-tools with static libllvm.a (authored by emaste).
llvm: Link cross-tools with static libllvm.a
Thu, Mar 19, 1:18 PM
emaste closed D55930: llvm: Link cross-tools with static libllvm.a.
Thu, Mar 19, 1:18 PM
christos abandoned D55916: snd_uaudio: Simplify umidi_probe().

Abandoning since D55901 was abandoned as well.

Thu, Mar 19, 12:33 PM
christos updated the diff for D55902: snd_uaudio: Merge umidi_init() with umidi_attach().

Address Mark's comment: if umidi_attach() fails, set sc->sc_midi_chan.valid to
0, and check that in umidi_detach().

Thu, Mar 19, 12:32 PM
lev committed R11:9e4dad79a7bf: devel/gcc-arm-embedded: fix pkg-plist (authored by lev).
devel/gcc-arm-embedded: fix pkg-plist
Thu, Mar 19, 12:22 PM
christos abandoned D55901: snd_uaudio: Introduce umidi_probe().
Thu, Mar 19, 12:21 PM
christos committed rGbd5ce67416b5: sound: enforce MASTER volume mute during playback (authored by scf).
sound: enforce MASTER volume mute during playback
Thu, Mar 19, 12:18 PM
marius committed R11:d252f6f04111: mail/dovecot-fts-xapian: Fix pkg-plist after update to 1.9.3 (authored by marius).
mail/dovecot-fts-xapian: Fix pkg-plist after update to 1.9.3
Thu, Mar 19, 12:05 PM
thierry committed R11:192d6f6c86e1: sysutils/slurm-wlm: update to version 25.11.4 (authored by rikka.goering_outlook.de).
sysutils/slurm-wlm: update to version 25.11.4
Thu, Mar 19, 11:25 AM
arrowd committed R11:bb1b2bc1de48: java/javacpp: Unpin JAVA_VERSION (authored by arrowd).
java/javacpp: Unpin JAVA_VERSION
Thu, Mar 19, 11:12 AM
pouria added a comment to D54172: Add Support for Geneve (RFC8926).

Do you think removing nvlist/non-netlink support will help this revision get reviewed faster?
since it will reduce the code size.

Thu, Mar 19, 10:48 AM
pouria abandoned D55186: geneve: follow RFC 6040 and use ECN_COMPLETE.

Merged with parent.

Thu, Mar 19, 10:38 AM
pouria updated the diff for D54172: Add Support for Geneve (RFC8926).

Rebase to main, apply and close D55186.

Thu, Mar 19, 10:37 AM
pouria committed rGba4298b05564: ecn.9: Add ecn(9) manual (authored by pouria).
ecn.9: Add ecn(9) manual
Thu, Mar 19, 10:29 AM
pouria committed rG32a462ba9cdc: ecn(9): Update ecn tunneling functions to RFC 6040 (authored by pouria).
ecn(9): Update ecn tunneling functions to RFC 6040
Thu, Mar 19, 10:29 AM
pouria closed D53517: Add ecn(9) manual.
Thu, Mar 19, 10:29 AM
pouria closed D53516: Update ip_ecn to RFC 6040.
Thu, Mar 19, 10:29 AM
dim accepted D55930: llvm: Link cross-tools with static libllvm.a.

Hm, at first I was confused because TOOLS_PREFIX seems to be tested in the first .if statement, but that is only for the tblgen tools. But LGTM.

Thu, Mar 19, 9:39 AM
bms added a comment to D53516: Update ip_ecn to RFC 6040.

We are probably fine here.

Thu, Mar 19, 9:00 AM
tuexen accepted D53517: Add ecn(9) manual.
Thu, Mar 19, 8:55 AM
tuexen accepted D53516: Update ip_ecn to RFC 6040.
Thu, Mar 19, 8:52 AM
ronald_klop.ws committed R11:b7759973e6ea: databases/mongodb-tools: 100.15.0 (authored by ronald_klop.ws).
databases/mongodb-tools: 100.15.0
Thu, Mar 19, 8:51 AM
ronald_klop.ws committed R11:affa6201e88e: databases/mongodb70: 7.0.31 (authored by ronald_klop.ws).
databases/mongodb70: 7.0.31
Thu, Mar 19, 8:49 AM
ronald_klop.ws committed R11:e3c36165d9e5: devel/apache-commons-configuration: escape comment char in url (authored by ronald_klop.ws).
devel/apache-commons-configuration: escape comment char in url
Thu, Mar 19, 8:48 AM
dch committed R11:a6b72d9a3308: lang/crystal: pet port (authored by dch).
lang/crystal: pet port
Thu, Mar 19, 8:39 AM
0mp added a reviewer for D55872: bsd.own.mk: Deorbit compat include of bsd.compiler.mk: bnovkov.
Thu, Mar 19, 8:39 AM
tagattie committed R11:51de3b9913a5: mail/py-resend: Update to 2.25.0 (authored by tagattie).
mail/py-resend: Update to 2.25.0
Thu, Mar 19, 8:18 AM
markj added a comment to D55902: snd_uaudio: Merge umidi_init() with umidi_attach().

From what I can see, now, we initialize the mutex only if sc_midi_chan.valid is true, but we will destroy it unconditionally, so we might destroy an uninitialized mutex.

Thu, Mar 19, 8:18 AM
arrowd committed R11:92f684fc03fd: devel/libgsf: update to 1.14.56 (authored by duchateau.olivier_gmail.com).
devel/libgsf: update to 1.14.56
Thu, Mar 19, 8:15 AM
markj added inline comments to D55901: snd_uaudio: Introduce umidi_probe().
Thu, Mar 19, 8:15 AM
markj accepted D55900: snd_uaudio: Rename umidi_probe() to umidi_attach().
Thu, Mar 19, 8:08 AM
arrowd added a comment to D26456: syslogd: Support locale when removing unsafe characters.

This change is still not merged in.

Thu, Mar 19, 8:04 AM
tagattie committed R11:2be50b284f65: databases/py-redisvl: Update to 0.16.0 (authored by tagattie).
databases/py-redisvl: Update to 0.16.0
Thu, Mar 19, 8:02 AM
markj accepted D55916: snd_uaudio: Simplify umidi_probe().
Thu, Mar 19, 7:57 AM
madpilot committed R11:c817f73f135b: x11/xfce4-terminal: Fix unsafe paste confirmation dialog functionality (authored by madpilot).
x11/xfce4-terminal: Fix unsafe paste confirmation dialog functionality
Thu, Mar 19, 7:48 AM
vishwin committed R11:202fbacfe202: devel/wasi-libcxx: cosmetic changes to prepare for devel/wasi-libc update (authored by vishwin).
devel/wasi-libcxx: cosmetic changes to prepare for devel/wasi-libc update
Thu, Mar 19, 7:46 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG96a0b202019f: linux/super: flatten zpl_mount_impl into zpl_get_tree (authored by rob.norris_klarasystems.com).
linux/super: flatten zpl_mount_impl into zpl_get_tree
Thu, Mar 19, 7:38 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG3ee08abd2fce: linux/super: flatten zpl_fill_super into zpl_get_tree (authored by rob.norris_klarasystems.com).
linux/super: flatten zpl_fill_super into zpl_get_tree
Thu, Mar 19, 7:38 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rGf828aeb62aea: linux/super: remove support for old mount API (authored by rob.norris_klarasystems.com).
linux/super: remove support for old mount API
Thu, Mar 19, 7:38 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG5ebb9ff914e1: linux/super: flatten mount/remount into get_tree/reconfigure (authored by rob.norris_klarasystems.com).
linux/super: flatten mount/remount into get_tree/reconfigure
Thu, Mar 19, 7:38 AM
GitHub <noreply@github.com> committed rGf259a47c745a: zpool-iostat.8: clarify first report shows per-second averages (authored by chris.longros_gmail.com).
zpool-iostat.8: clarify first report shows per-second averages
Thu, Mar 19, 7:38 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG188888ac37c1: config: refuse to build without fs_context (authored by rob.norris_klarasystems.com).
config: refuse to build without fs_context
Thu, Mar 19, 7:38 AM
GitHub <noreply@github.com> committed rGf80338facc95: zarcsummary: add man page (authored by chris.longros_gmail.com).
zarcsummary: add man page
Thu, Mar 19, 7:38 AM
GitHub <noreply@github.com> committed rGf9d26b88b7f5: zilstat: add AUTHORS section to man page (authored by chris.longros_gmail.com).
zilstat: add AUTHORS section to man page
Thu, Mar 19, 7:38 AM
GitHub <noreply@github.com> committed rGd8c08a1cea64: Linux 7.0: also set setlease handler on directories (#18331) (authored by rob.norris_klarasystems.com).
Linux 7.0: also set setlease handler on directories (#18331)
Thu, Mar 19, 7:38 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG3583fa38e82c: ZVOL: Restrict cloning with different properties (authored by mav).
ZVOL: Restrict cloning with different properties
Thu, Mar 19, 7:38 AM
GitHub <noreply@github.com> committed rG4d78b14c1449: README: add FreeBSD 14.4-RELEASE alongside 15.0 (authored by grahamperrin).
README: add FreeBSD 14.4-RELEASE alongside 15.0
Thu, Mar 19, 7:38 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG15e37e09198b: ZVOL: Add encryption key check for block cloning (authored by mav).
ZVOL: Add encryption key check for block cloning
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rG753f1e1e21aa: zstream: add a drop_record subcommand (authored by asomers).
zstream: add a drop_record subcommand
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rG2b930f63f85c: config: fix STATX_MNT_ID detection (authored by rob.norris_klarasystems.com).
config: fix STATX_MNT_ID detection
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rGd35951b18d6e: zpool clear: remove undocumented rewind flags (authored by chris.longros_gmail.com).
zpool clear: remove undocumented rewind flags
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rGcff853cec568: contrib/debian: add zilstat.1 manpage to installation list (authored by rob.norris_klarasystems.com).
contrib/debian: add zilstat.1 manpage to installation list
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rG4655bdd8ab02: ZTS: Fix L2ARC test reliability (authored by Ameer Hamza <ahamza@ixsystems.com>).
ZTS: Fix L2ARC test reliability
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rG65165df12964: zilstat: add man page (authored by chris.longros_gmail.com).
zilstat: add man page
Thu, Mar 19, 7:37 AM
Brian Behlendorf <behlendorf1@llnl.gov> committed rG62fa8bcb3c61: abi: updates for mnttab cleanup (authored by rob.norris_klarasystems.com).
abi: updates for mnttab cleanup
Thu, Mar 19, 7:37 AM
GitHub <noreply@github.com> committed rG488f04e27667: ZTS: Add back redundancy_draid_spare3 exception (authored by Brian Behlendorf <behlendorf1@llnl.gov>).
ZTS: Add back redundancy_draid_spare3 exception
Thu, Mar 19, 7:37 AM

Panel Used By

This panel is not used on any dashboard or inside any other panel container.

Event Timeline

rew renamed this panel from to Recent Activity.Dec 14 2018, 7:45 PM
rew edited an edge.