HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

jhb committed rG857d3887e664: getconf: Report value of _SC_PHYS_PAGES (authored by jwb).
getconf: Report value of _SC_PHYS_PAGES
Thu, Dec 18, 7:14 PM
jhb committed rG7f33109a13f9: closefrom_test: Convert to atf-c(3) (authored by jhb).
closefrom_test: Convert to atf-c(3)
Thu, Dec 18, 7:14 PM
jhb committed rGee5ad300a0df: closefrom_test: Fix the first test (authored by jhb).
closefrom_test: Fix the first test
Thu, Dec 18, 7:14 PM
jhb committed rG1a9ecead726a: getconf: Report value of _SC_PHYS_PAGES (authored by jwb).
getconf: Report value of _SC_PHYS_PAGES
Thu, Dec 18, 7:14 PM
jhb committed rG319f32a1748e: Fix grammar error in test/sys/file/closefrom_test.c (authored by Yen-Cheng Chang <jonason2004@gmail.com>).
Fix grammar error in test/sys/file/closefrom_test.c
Thu, Dec 18, 7:14 PM
acm committed R11:c594a8539f5e: security/wazuh-manager: Fix pkg-plist (authored by trond.endrestol_ximalas.info).
security/wazuh-manager: Fix pkg-plist
Thu, Dec 18, 7:14 PM
jhb committed rG1e6728be9380: closefrom_test: Convert to atf-c(3) (authored by jhb).
closefrom_test: Convert to atf-c(3)
Thu, Dec 18, 7:14 PM
jwb committed R11:be3bc42e2e6d: biology/vsearch: Update to 2.30.2 (authored by jwb).
biology/vsearch: Update to 2.30.2
Thu, Dec 18, 7:14 PM
jhb committed rG9207e31ba142: closefrom_test: Fix the first test (authored by jhb).
closefrom_test: Fix the first test
Thu, Dec 18, 7:14 PM
jhb committed rG198cd4912f30: ctld: Defer initialization of NVMeoF associations (authored by jhb).
ctld: Defer initialization of NVMeoF associations
Thu, Dec 18, 7:14 PM
dumbbell added inline comments to D50849: eventfd: Add refcounting.
Thu, Dec 18, 7:13 PM
emaste committed rGfb1994e03c88: aq(4): Add man page (authored by emaste).
aq(4): Add man page
Thu, Dec 18, 7:08 PM
emaste closed D53840: aq(4): Add man page.
Thu, Dec 18, 7:08 PM
emaste committed rG75177aebf039: aq(4): Add build infrastructure (authored by emaste).
aq(4): Add build infrastructure
Thu, Dec 18, 7:08 PM
emaste closed D53839: aq(4): Add build infrastructure.
Thu, Dec 18, 7:07 PM
dumbbell added inline comments to D50850: eventfd: Add eventfd_signal().
Thu, Dec 18, 6:44 PM
jhb committed rGd866f1d4f968: aarch64: Save correct value of x18 on trapframe for nested faults (authored by def).
aarch64: Save correct value of x18 on trapframe for nested faults
Thu, Dec 18, 6:43 PM
jhb committed rGc9be34e2e6af: aarch64: Clarify the initial adjustments to sp for kernel exception entry (authored by jhb).
aarch64: Clarify the initial adjustments to sp for kernel exception entry
Thu, Dec 18, 6:42 PM
jhb committed rG051540a092d1: aarch64: Save correct value of x18 on trapframe for nested faults (authored by def).
aarch64: Save correct value of x18 on trapframe for nested faults
Thu, Dec 18, 6:42 PM
jhb committed rG186154414173: aarch64: Clarify the initial adjustments to sp for kernel exception entry (authored by jhb).
aarch64: Clarify the initial adjustments to sp for kernel exception entry
Thu, Dec 18, 6:42 PM
dumbbell added inline comments to D50849: eventfd: Add refcounting.
Thu, Dec 18, 6:40 PM
dumbbell abandoned D50848: eventfd: Rename `struct eventfd` to `struct eventfd_ctx`.

This patch was superseded by the refactoring of D50849 and D50850.

Thu, Dec 18, 6:34 PM
kbowling accepted D54281: ice(4): Remove unused function.
Thu, Dec 18, 6:33 PM
dumbbell added a comment to D51558: linuxkpi: Avoid trailing whitespaces in lkpi_hex_dump().

@bz: Do you have any remaining objections to this patch?

Thu, Dec 18, 6:33 PM
gallatin added a comment to D54275: ktls: Capture initial tls seqno at time offload is initiated.
In D54275#1240636, @jhb wrote:

Maybe to make it clearer we can change the struct to use a union of next_seqno and initial_seqno which won't change the ABI but will let us document it in the header and be more clear about the intent?

Thu, Dec 18, 6:31 PM
gallatin updated the diff for D54275: ktls: Capture initial tls seqno at time offload is initiated.

added union for next_seqno / initial offload seqno to provide a better description & preserve ABI, as suggested by @jhb

Thu, Dec 18, 6:31 PM
dumbbell added a comment to D50853: linuxkpi: Add eventfd_*().

Also, on Linux, struct eventfd_ctx is defined privately in fs/eventfd.c. The struct fields are never accessed by consumers of the eventfd API.

Thu, Dec 18, 6:30 PM
ziaee requested review of D54293: releases: Define rel-latest macro.
Thu, Dec 18, 6:25 PM
jhb committed rG7bf3b6d8e426: fcntl(F_SETFL): only allow one thread to perform F_SETFL (authored by kib).
fcntl(F_SETFL): only allow one thread to perform F_SETFL
Thu, Dec 18, 6:24 PM
jhb committed rG6acf7356d859: filedesc: Close race between fcntl(F_SETFL) and ioctl(FIONBIO/FIOASYNC) (authored by jhb).
filedesc: Close race between fcntl(F_SETFL) and ioctl(FIONBIO/FIOASYNC)
Thu, Dec 18, 6:23 PM
jhb committed rG11870bb24801: fcntl(F_SETFL): only allow one thread to perform F_SETFL (authored by kib).
fcntl(F_SETFL): only allow one thread to perform F_SETFL
Thu, Dec 18, 6:23 PM
gallatin accepted D54281: ice(4): Remove unused function.
Thu, Dec 18, 6:23 PM
jhb committed rG200e1ca48fdc: fcntlflags_test: Port to atf-c(3) (authored by jhb).
fcntlflags_test: Port to atf-c(3)
Thu, Dec 18, 6:23 PM
jhb committed rGb3aada5bfdb9: fcntl(F_SETFL): Don't unconditionally invoke FIONBIO and FIOASYNC (authored by jhb).
fcntl(F_SETFL): Don't unconditionally invoke FIONBIO and FIOASYNC
Thu, Dec 18, 6:23 PM
jhb committed rGf9c7de5c9c67: fcntlflags_test: Port to atf-c(3) (authored by jhb).
fcntlflags_test: Port to atf-c(3)
Thu, Dec 18, 6:23 PM
jhb committed rG45fa340b10cd: filedesc: Close race between fcntl(F_SETFL) and ioctl(FIONBIO/FIOASYNC) (authored by jhb).
filedesc: Close race between fcntl(F_SETFL) and ioctl(FIONBIO/FIOASYNC)
Thu, Dec 18, 6:23 PM
jhb committed rG313616c4504a: fcntl(F_SETFL): Don't unconditionally invoke FIONBIO and FIOASYNC (authored by jhb).
fcntl(F_SETFL): Don't unconditionally invoke FIONBIO and FIOASYNC
Thu, Dec 18, 6:23 PM
alc added a comment to D54268: vmem: Fix the gcc build.
In D54268#1240216, @alc wrote:

Since we are starting to expand the usage of vmem, I want to point out something that I only noticed around the time we added support for nextfit allocation. What we call bestfit is really an implementation of firstfit allocation. (A comment pointing this out was actually deleted from the Netbsd original when vmem was imported.) And, what we call firstfit is what, I believe, Solaris calls instantfit. We have no actual implementation of bestfit allocation. That said, mav's long ago change to "create own free list for each of the first 32 possible allocation sizes" has the effect of bestfit allocation for small sizes.

Here is the comment that got deleted:

	} else { /* VM_BESTFIT */
		/*
		 * we assume that, for space efficiency, it's better to
		 * allocate from a smaller block.  thus we will start searching
		 * from the lower-order list than VM_INSTANTFIT.
		 * however, don't bother to find the smallest block in a free
		 * list because the list can be very long.  we can revisit it
		 * if/when it turns out to be a problem.

If I understand correctly, libuvmem was motivated by a need for an address space allocator for PCI BARs in bhyve. I think a proper M_BESTFIT probably isn't required there, but it might be good to implement one nonetheless. As a first step, perhaps we should restore the naming from Solaris.

Thu, Dec 18, 6:20 PM
cy committed rGf74173b5da3d: krb5: Remove extraneous exports file (authored by cy).
krb5: Remove extraneous exports file
Thu, Dec 18, 6:17 PM
markj requested review of D54292: pf: Avoid taking the pf rules write lock in a couple of ioctls.
Thu, Dec 18, 6:13 PM
jrtc27 updated the diff for D54291: Makefile.inc1: Make NO_INSTALLKERNEL less of a hack.

Move INSTALLEXTRAKERNELS after NO_INSTALLEXTRAKERNELS is set. Hidden by testing originally on CheriBSD where we set NO_INSTALLEXTRAKERNELS to no early for Morello..

Thu, Dec 18, 6:01 PM
ziaee added a comment to D54291: Makefile.inc1: Make NO_INSTALLKERNEL less of a hack.

Can we put this in build(7)?

Thu, Dec 18, 6:01 PM
jrtc27 added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.

D54291

Thu, Dec 18, 5:55 PM
jrtc27 requested review of D54291: Makefile.inc1: Make NO_INSTALLKERNEL less of a hack.
Thu, Dec 18, 5:55 PM
markj requested review of D54290: telnet: Remove usage of ALIGN.
Thu, Dec 18, 5:50 PM
ivy added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.

I can make NO_INSTALLKERNEL less gross if that would help?

Thu, Dec 18, 5:45 PM
jrtc27 added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.
In D54282#1240665, @ivy wrote:

To avoid breaking existing users of distributekernel (which is what we
currently use to stage the kernel), reimplement stage-packages-kernel
to run make install itself rather than changing the existing behaviour
of distributekernel; this means release builds and other downstream
users are not affected by this change.

Does the confusingly-named NO_INSTALLKERNEL not do what you want?

possibly, but this is an awful hack that works by adding incorrect entries to ${BUILDKERNELS}, which means the logic for create-dtb-package would probably need to be updated to work around that... the amount of new code for this specific change is very small, so i think i prefer doing it this way.

Thu, Dec 18, 5:31 PM
ivy added a comment to D54282: packages: Always install kernel as /boot/kernel.NAME.

To avoid breaking existing users of distributekernel (which is what we
currently use to stage the kernel), reimplement stage-packages-kernel
to run make install itself rather than changing the existing behaviour
of distributekernel; this means release builds and other downstream
users are not affected by this change.

Does the confusingly-named NO_INSTALLKERNEL not do what you want?

Thu, Dec 18, 5:28 PM
markj added inline comments to D54286: printf.9: Support more than 32 bits in %b.
Thu, Dec 18, 5:20 PM
girgen committed R11:27ea3bbcdf9c: sysutils/fluent-bit: Update to 4.2.1 (authored by girgen).
sysutils/fluent-bit: Update to 4.2.1
Thu, Dec 18, 5:13 PM
tuexen added inline comments to D54283: vtnet: expose flags via sysctl tree.
Thu, Dec 18, 5:06 PM
tuexen committed rGf6e183301851: vtnet.4: put each sentence on its own line (authored by tuexen).
vtnet.4: put each sentence on its own line
Thu, Dec 18, 5:05 PM
emaste added inline comments to D50850: eventfd: Add eventfd_signal().
Thu, Dec 18, 4:58 PM
ivy added inline comments to D54181: 15.0/relnote: Organize Upgrading section.
Thu, Dec 18, 4:57 PM
glebius committed rGa4d766caf711: bpf: add a crutch to support if_vmove (authored by glebius).
bpf: add a crutch to support if_vmove
Thu, Dec 18, 4:47 PM
manu requested changes to D54289: ixl(4): Enable building driver on ARM64.

Maybe start with enabling the module for arm64 ?
It's unlikely that anyone will test adding the driver to their kernel config if they didn't tested with the module before.
Also I don't see why anyone would want the driver in the kernel if a module exists.

Thu, Dec 18, 4:42 PM
jhb added inline comments to D54115: x86: Create manpage for mca subsystem.
Thu, Dec 18, 4:41 PM
markj added inline comments to D50850: eventfd: Add eventfd_signal().
Thu, Dec 18, 4:38 PM
kgalazka requested review of D54289: ixl(4): Enable building driver on ARM64.
Thu, Dec 18, 4:33 PM
markj added inline comments to D50849: eventfd: Add refcounting.
Thu, Dec 18, 4:32 PM
jhb added a comment to D54275: ktls: Capture initial tls seqno at time offload is initiated.

Maybe to make it clearer we can change the struct to use a union of next_seqno and initial_seqno which won't change the ABI but will let us document it in the header and be more clear about the intent?

Thu, Dec 18, 4:26 PM
ziaee updated the diff for D54079: build.7: Improve make delete-old example.

switch examples consistently to /client, thanks @fuz!

Thu, Dec 18, 4:19 PM
ziaee committed R9:2fd56ac7e089: handbook/introduction: Fix typo (authored by Michael Rybka <merybka@gmail.com>).
handbook/introduction: Fix typo
Thu, Dec 18, 4:16 PM
tuexen requested review of D54288: vtnet: expose features via sysctl tree.
Thu, Dec 18, 4:16 PM
kgalazka added a reviewer for D54281: ice(4): Remove unused function: gallatin.
Thu, Dec 18, 4:07 PM
christos accepted D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 4:01 PM
emaste added inline comments to D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 3:59 PM
jwb committed R11:ab2ef91341ba: science/csvtk: Update to 0.36.0 (authored by jwb).
science/csvtk: Update to 0.36.0
Thu, Dec 18, 3:58 PM
christos added inline comments to D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 3:54 PM
emaste added inline comments to D50850: eventfd: Add eventfd_signal().
Thu, Dec 18, 3:52 PM
emaste added inline comments to D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 3:45 PM
ziaee updated the diff for D53287: dwcotg.4: Initial stub manual draft.

pair down, thanks so much everyone

Thu, Dec 18, 3:44 PM
brooks added a comment to D54266: iwlwifi: Don't compile for clang before 19.

I don't care how it's fixed, but I will commit this pretty soon if a broader fix isn't added. The linuxkpi fix should never have been committed without a fallback.

Thu, Dec 18, 3:40 PM
christos added inline comments to D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 3:36 PM
dvl committed R11:d63a1ff78577: security/step-cli: Update to 0.29.0 (authored by dvl).
security/step-cli: Update to 0.29.0
Thu, Dec 18, 3:33 PM
dvl committed R11:0c8a89f46e53: security/step-certificates: Update to 0.29.0 (authored by dvl).
security/step-certificates: Update to 0.29.0
Thu, Dec 18, 3:33 PM
emaste added inline comments to D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 3:33 PM
ziaee abandoned D53741: mdoc.7: Cannonicalize configurations in SYNOPSIS.

Des says I need to change everything all at once. It will take a while, but I think this is the correct direction to move in, so I will do this.

Thu, Dec 18, 3:31 PM
fuz added inline comments to D54079: build.7: Improve make delete-old example.
Thu, Dec 18, 3:30 PM
adrian accepted D53839: aq(4): Add build infrastructure.
Thu, Dec 18, 3:29 PM
ziaee updated the diff for D54181: 15.0/relnote: Organize Upgrading section.

+ "Upgrading from Distributions" -> "Upgrading from Distribution Sets"
+ Adjust "Upgrading from Source" language

Thu, Dec 18, 3:28 PM
ziaee added a reviewer for D54181: 15.0/relnote: Organize Upgrading section: pkgbase.

Hi pkgbase people! We need good instructions in the "Upgrading from Packages" section of the release note. If you know how to upgrade a pkgbase system to 15.0, help^W now is your time to shine!

Thu, Dec 18, 3:25 PM
js committed rG4f809ffec69c: gpart: add libxo support for "show" subcommand + man page updates (authored by js).
gpart: add libxo support for "show" subcommand + man page updates
Thu, Dec 18, 3:24 PM
js closed D53950: Add libxo support to `gpart show` and document libxo flags in geom and gpart man pages.
Thu, Dec 18, 3:23 PM
christos added inline comments to D50850: eventfd: Add eventfd_signal().
Thu, Dec 18, 3:23 PM
dvl committed R11:33545e2ed887: security/vuxml: Correct the step-cli vuln (authored by dvl).
security/vuxml: Correct the step-cli vuln
Thu, Dec 18, 3:23 PM
christos added inline comments to D50849: eventfd: Add refcounting.
Thu, Dec 18, 3:21 PM
ziaee added a comment to D54181: 15.0/relnote: Organize Upgrading section.

By the way, I only took a moment to search for "releng" in /usr/src/UPDATING, but didn't get a hit.

Thu, Dec 18, 3:21 PM
christos added inline comments to D50853: linuxkpi: Add eventfd_*().
Thu, Dec 18, 3:17 PM
jrm added inline comments to D54181: 15.0/relnote: Organize Upgrading section.
Thu, Dec 18, 3:13 PM
christos added a comment to D54287: sound: Retire softintr argument from mpu401_init().

The commit mentioned refers to this: https://github.com/freebsd/freebsd-src/pull/1905

Thu, Dec 18, 2:59 PM
mat committed R11:0729671e3167: *: WITH_DEBUG is a user feature not a port one (authored by mat).
*: WITH_DEBUG is a user feature not a port one
Thu, Dec 18, 2:59 PM
ziaee closed D54208: x11/kde: Align descriptions with upstream more.
Thu, Dec 18, 2:56 PM
ziaee committed R11:cf0955e9628b: x11/kde: Align descriptions with upstream more (authored by ziaee).
x11/kde: Align descriptions with upstream more
Thu, Dec 18, 2:56 PM
jrm added inline comments to D54181: 15.0/relnote: Organize Upgrading section.
Thu, Dec 18, 2:52 PM
danilo committed R11:69ef7e016b01: net-mgmt/prometheus3: Update to 3.8.1 (authored by danilo).
net-mgmt/prometheus3: Update to 3.8.1
Thu, Dec 18, 2:52 PM
christos requested review of D54287: sound: Retire softintr argument from mpu401_init().
Thu, Dec 18, 2:52 PM
danilo committed R11:8d57d0eff52b: sysutils/kubectl: Update to 1.35.0 (authored by danilo).
sysutils/kubectl: Update to 1.35.0
Thu, Dec 18, 2:52 PM
tuexen committed rGe3a0571ad74d: vtnet: expose flags via sysctl tree (authored by tuexen).
vtnet: expose flags via sysctl tree
Thu, Dec 18, 2:45 PM
tuexen closed D54283: vtnet: expose flags via sysctl tree.
Thu, Dec 18, 2:45 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.