Page MenuHomeFreeBSD

jlduran (Jose Luis Duran)
User

Projects

User Details

User Since
May 30 2017, 11:42 AM (437 w, 3 d)

Recent Activity

Yesterday

jlduran committed rG14e02220e415: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 6:47 PM
jlduran committed rG07a3c93bc51e: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 6:47 PM
jlduran committed rGd2c80ed5c420: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 6:46 PM
jlduran committed rG20103d288e80: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 6:46 PM
jlduran committed rG68e136b5d684: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 6:46 PM
jlduran committed rGdd9f56faa9a6: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 6:46 PM
jlduran committed rG84333aada464: tools: Update sysctl to its new name (authored by jlduran).
tools: Update sysctl to its new name
Thu, Oct 16, 5:27 PM
jlduran committed rG93ee9bb42461: nanobsd: rescue: Update legacy sysctls (authored by jlduran).
nanobsd: rescue: Update legacy sysctls
Thu, Oct 16, 5:27 PM
jlduran closed D34598: Update legacy sysctls.
Thu, Oct 16, 5:27 PM
jlduran added a comment to D53033: zfs: Emit warning upon use of legacy sysctl.

When/if this patch lands, I think I should also land D34598 (in separate chunks) as well.

Thu, Oct 16, 3:45 PM
jlduran added inline comments to D34598: Update legacy sysctls.
Thu, Oct 16, 3:42 PM
jlduran updated the diff for D34598: Update legacy sysctls.

Rebase

Thu, Oct 16, 3:41 PM
jlduran accepted D53033: zfs: Emit warning upon use of legacy sysctl.

There are still a few renamed LEGACY sysctls that were removed (and reverted):

Indeed, unfortunately they're not handled by a SYSCTL_PROC and there's not a convenient/trivial way to add a warning.

SYSCTL_UQUAD(_vfs_zfs, OID_AUTO, l2arc_write_max,
        CTLFLAG_RWTUN, &l2arc_write_max, 0,
        "Max write bytes per interval (LEGACY)");

I could add a SYSCTL_UQUAD wrapper that emits a warning but I didn't think it was worth doing. The auto_ashift sysctl was important to warn on for a few reasons:

  • Setting it has a persistent effect, because it applies for the lifetime of a newly created vdev.
  • The installer set it so it existed on a great number of systems.

In comparison I think the l2arc knobs are tuning parameters that, if legacy names are ignored, may have a performance impact but not a functional or persistent effect.

Thu, Oct 16, 3:21 PM
jlduran committed rG7161c525abff: openssh: blocklist: Remove non async-signal safe probe (authored by jlduran).
openssh: blocklist: Remove non async-signal safe probe
Thu, Oct 16, 12:35 AM

Wed, Oct 15

jlduran added a comment to D53115: packages: dhclient, local-unbound require resolvconf.

Thank you!

Wed, Oct 15, 5:38 PM
jlduran added a comment to D53115: packages: dhclient, local-unbound require resolvconf.

Ah, I see.
Sorry if I'm getting in the way to pkgbase.

Wed, Oct 15, 5:24 PM
jlduran added a comment to D53115: packages: dhclient, local-unbound require resolvconf.

I think stanzas got crossed-over?

Wed, Oct 15, 4:55 PM
jlduran added a comment to D53110: Fix failing multipath test caused by D37615.

Would it be worth addressing these suggestions here as well?:
https://lists.freebsd.org/archives/dev-commits-src-main/2025-October/036657.html

Wed, Oct 15, 4:47 PM
jlduran committed rG9c82c17c2a3a: openssh: blocklist: Remove non async-signal safe probe (authored by jlduran).
openssh: blocklist: Remove non async-signal safe probe
Wed, Oct 15, 1:33 PM
jlduran closed D53109: openssh: blocklist: Remove non async-signal safe probe.
Wed, Oct 15, 1:33 PM
jlduran added inline comments to D52749: openssh: blocklist: Use NetBSD probes.
Wed, Oct 15, 6:45 AM
jlduran requested review of D53109: openssh: blocklist: Remove non async-signal safe probe.
Wed, Oct 15, 6:43 AM
jlduran updated the summary of D52748: openssh: blocklist: Cleanup blocklist client.
Wed, Oct 15, 1:41 AM
jlduran updated the diff for D52748: openssh: blocklist: Cleanup blocklist client.
  • Track the_active_state, for those probes where the ssh struct passed is NULL (like the one in _auth-pam.c_).
Wed, Oct 15, 1:41 AM

Tue, Oct 14

jlduran updated the summary of D52748: openssh: blocklist: Cleanup blocklist client.
Tue, Oct 14, 9:08 PM
jlduran updated the diff for D52748: openssh: blocklist: Cleanup blocklist client.
  • Rebase with new nomenclature
  • Fixup commit message
Tue, Oct 14, 9:08 PM
jlduran committed rG83a1049fcfb6: UPDATING: Fix typo objump should be objdump (authored by jlduran).
UPDATING: Fix typo objump should be objdump
Tue, Oct 14, 12:58 AM
jlduran committed rG06889e177e7e: UPDATING: Fix typo objump should be objdump (authored by jlduran).
UPDATING: Fix typo objump should be objdump
Tue, Oct 14, 12:58 AM
jlduran committed rGf935c0f66f75: blacklist: Avoid duplicate manual pages in METALOG (authored by jlduran).
blacklist: Avoid duplicate manual pages in METALOG
Tue, Oct 14, 12:58 AM
jlduran committed rGf22ca25404e7: blocklist: Add an UPDATING entry (authored by jlduran).
blocklist: Add an UPDATING entry
Tue, Oct 14, 12:58 AM
jlduran committed rGba5768504bee: blocklist-helper: Silence a bogus pf warning (authored by jlduran).
blocklist-helper: Silence a bogus pf warning
Tue, Oct 14, 12:58 AM
jlduran committed rG7f6f2139eef9: blocklist: Rename blacklist to blocklist (authored by jlduran).
blocklist: Rename blacklist to blocklist
Tue, Oct 14, 12:58 AM
jlduran committed rGa719ef67e8ed: blocklist: Revert upstream commit ddf6d71 (authored by jlduran).
blocklist: Revert upstream commit ddf6d71
Tue, Oct 14, 12:58 AM
jlduran committed rG1a08326c6f50: MFV: Import blocklist 2025-04-28 (8aa81bf) (authored by jlduran).
MFV: Import blocklist 2025-04-28 (8aa81bf)
Tue, Oct 14, 12:58 AM

Mon, Oct 13

jlduran committed rG376508ef2f79: UPDATING: Fix typo objump should be objdump (authored by jlduran).
UPDATING: Fix typo objump should be objdump
Mon, Oct 13, 2:55 PM
jlduran committed rGffa816500936: blocklist: Add an UPDATING entry (authored by jlduran).
blocklist: Add an UPDATING entry
Mon, Oct 13, 2:45 PM
jlduran committed rGc62400455365: blacklist: Avoid duplicate manual pages in METALOG (authored by jlduran).
blacklist: Avoid duplicate manual pages in METALOG
Mon, Oct 13, 1:20 AM

Sun, Oct 12

jlduran committed rG2347ca21d657: blocklist-helper: Silence a bogus pf warning (authored by jlduran).
blocklist-helper: Silence a bogus pf warning
Sun, Oct 12, 5:19 PM
jlduran committed rG7238317403b9: blocklist: Rename blacklist to blocklist (authored by jlduran).
blocklist: Rename blacklist to blocklist
Sun, Oct 12, 5:19 PM
jlduran committed rG4d56eb007b18: blocklist: Revert upstream commit ddf6d71 (authored by jlduran).
blocklist: Revert upstream commit ddf6d71
Sun, Oct 12, 5:19 PM
jlduran closed D52869: MFV: blocklist (8aa81bf).
Sun, Oct 12, 5:19 PM
jlduran committed rG48e64ca13d4f: MFV: Import blocklist 2025-04-28 (8aa81bf) (authored by jlduran).
MFV: Import blocklist 2025-04-28 (8aa81bf)
Sun, Oct 12, 5:19 PM
jlduran committed rG70f30afd4e9a: Vendor import of blocklist 2025-04-28 (8aa81bf) (authored by jlduran).
Vendor import of blocklist 2025-04-28 (8aa81bf)
Sun, Oct 12, 4:49 PM
jlduran added a comment to D53046: vmimage.subr: Sort METALOG before running makefs.
In D53046#1212029, @imp wrote:

I've not hit the // issue. When does it happen?

Sun, Oct 12, 4:37 PM
jlduran added a comment to D53033: zfs: Emit warning upon use of legacy sysctl.

Sorry to bother, but I have the following doubt:
There are still a few renamed LEGACY sysctls that were removed (and reverted):

Sun, Oct 12, 2:55 PM
jlduran added inline comments to D53033: zfs: Emit warning upon use of legacy sysctl.
Sun, Oct 12, 12:54 PM
jlduran added inline comments to D53033: zfs: Emit warning upon use of legacy sysctl.
Sun, Oct 12, 12:51 PM
jlduran added a comment to D53046: vmimage.subr: Sort METALOG before running makefs.

This is what we did for NO_ROOT NanoBSD images.
Beware of double slashes in the METALOG. Though they are not invalid per se, consider the following excerpt:

./base/aaa type=dir
./base//aaa/bbb type=dir

If sorted, it would turn out:

./base//aaa/bbb type=dir
./base/aaa type=dir

Apparently missing the ./base/aaa directory in the specification.

Sun, Oct 12, 11:44 AM

Sat, Oct 11

jlduran added inline comments to D52880: security/openssh-portable: Sync blocklist patch.
Sat, Oct 11, 4:37 PM
jlduran added inline comments to D52880: security/openssh-portable: Sync blocklist patch.
Sat, Oct 11, 4:14 PM
jlduran updated the diff for D52880: security/openssh-portable: Sync blocklist patch.

Bump PORTREVISION

Sat, Oct 11, 4:02 PM
jlduran added inline comments to D49510: blocklist: Add vendor import instructions.
Sat, Oct 11, 12:59 PM

Wed, Oct 8

jlduran updated subscribers of D52869: MFV: blocklist (8aa81bf).

What can/should we do to handle the blacklistd.conf -> blocklistd.conf transition?

Wed, Oct 8, 3:17 PM
jlduran accepted D52977: local-unbound-setup: Set so-sndbuf to 0.

Thank you!

Wed, Oct 8, 12:40 PM

Tue, Oct 7

jlduran added a comment to D51809: openssh: Include <fcntl.h> explicitly in includes.h.
In D51809#1184078, @des wrote:

Thank you. We should consider upstreaming this, @emaste.

https://bugzilla.mindrot.org/show_bug.cgi?id=3874

Tue, Oct 7, 2:23 PM
jlduran committed rG869989671300: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB (authored by jlduran).
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB
Tue, Oct 7, 12:35 AM
jlduran committed rG8a76161c0df2: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB (authored by jlduran).
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB
Tue, Oct 7, 12:34 AM
jlduran committed rG8435c4112ae4: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB (authored by jlduran).
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB
Tue, Oct 7, 12:34 AM

Mon, Oct 6

jlduran added a comment to D51810: openssh: Don't include an unused EVP_CIPHER_CTX_get_iv() stub.

Submitted upstream:

Mon, Oct 6, 6:51 PM
jlduran added a comment to D51809: openssh: Include <fcntl.h> explicitly in includes.h.
In D51809#1184078, @des wrote:

Thank you. We should consider upstreaming this, @emaste.

Mon, Oct 6, 6:49 PM
jlduran added a comment to D52933: cross-build: Define __GNUC_PREREQ__ in cdefs.h.

Thank you, these two commits fix GitHub's cross-builds on Linux.

Mon, Oct 6, 3:29 PM
jlduran committed rGe4e196585cf3: release: packages: Fix grammar in pkg description (authored by jlduran).
release: packages: Fix grammar in pkg description
Mon, Oct 6, 2:06 PM
jlduran committed rG75f7e003b79d: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB (authored by jlduran).
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB
Mon, Oct 6, 12:56 PM
jlduran committed rG893c3b857e60: release: packages: Fix grammar in pkg description (authored by jlduran).
release: packages: Fix grammar in pkg description
Mon, Oct 6, 12:56 PM
jlduran closed D52882: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB.
Mon, Oct 6, 12:56 PM
jlduran added inline comments to D52917: release: packages: Fix typos.
Mon, Oct 6, 12:46 PM
jlduran committed rGff7700b4d5e9: release: packages: Fix typos (authored by jlduran).
release: packages: Fix typos
Mon, Oct 6, 2:55 AM

Sun, Oct 5

jlduran committed rG9e6cea12abda: release: packages: Fix typos (authored by jlduran).
release: packages: Fix typos
Sun, Oct 5, 8:17 PM
jlduran closed D52917: release: packages: Fix typos.
Sun, Oct 5, 8:17 PM
jlduran requested review of D52917: release: packages: Fix typos.
Sun, Oct 5, 7:54 PM

Sat, Oct 4

jlduran updated the diff for D52882: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB.
  • Update the reason for removal
Sat, Oct 4, 8:44 PM

Fri, Oct 3

jlduran updated the diff for D52882: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB.

Address sugestions:

Fri, Oct 3, 5:11 PM
jlduran requested review of D52882: nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB.
Fri, Oct 3, 5:18 AM
jlduran requested review of D52880: security/openssh-portable: Sync blocklist patch.
Fri, Oct 3, 3:35 AM

Thu, Oct 2

jlduran added a comment to D52869: MFV: blocklist (8aa81bf).

This is just the MFV commit.

Thu, Oct 2, 6:58 PM
jlduran requested review of D52869: MFV: blocklist (8aa81bf).
Thu, Oct 2, 6:50 PM

Wed, Oct 1

jlduran abandoned D49507: blacklist: ftdp: Add a permission denied probe.

Closed by 1060684b04b0ee1e07c6c91f7c52978835ff676a

Wed, Oct 1, 11:07 AM
jlduran abandoned D49509: ftpd: Add an extra blacklist probe.

Closed by 307929b211e07f91260105211b57678e906327af

Wed, Oct 1, 11:06 AM

Tue, Sep 30

jlduran committed rGf60ddbd0fb90: ftpd: blocklist: Add a permission denied probe (authored by jlduran).
ftpd: blocklist: Add a permission denied probe
Tue, Sep 30, 11:23 PM
jlduran committed rGda2437b62ec1: ftpd: blocklist: Add an extra probe (authored by jlduran).
ftpd: blocklist: Add an extra probe
Tue, Sep 30, 11:23 PM
jlduran committed rG2814da5d5dc9: ftpd: blocklist: Add a permission denied probe (authored by jlduran).
ftpd: blocklist: Add a permission denied probe
Tue, Sep 30, 11:22 PM
jlduran committed rGc16bb89bff43: ftpd: blocklist: Add an extra probe (authored by jlduran).
ftpd: blocklist: Add an extra probe
Tue, Sep 30, 11:22 PM
jlduran committed rG53dc967db74f: openssh: blocklist: Use NetBSD probes (authored by jlduran).
openssh: blocklist: Use NetBSD probes
Tue, Sep 30, 11:22 PM
jlduran committed rGec4771b17b42: ftpd: blocklist: Add a permission denied probe (authored by jlduran).
ftpd: blocklist: Add a permission denied probe
Tue, Sep 30, 11:22 PM
jlduran committed rG8f4e196e7ee7: rc.d: Fix ftpd flags (authored by jlduran).
rc.d: Fix ftpd flags
Tue, Sep 30, 11:22 PM
jlduran committed rG268e74d14913: ftpd: blocklist: Add an extra probe (authored by jlduran).
ftpd: blocklist: Add an extra probe
Tue, Sep 30, 11:22 PM

Mon, Sep 29

jlduran committed rGe02003bce726: openssh: blocklist: Use NetBSD probes (authored by jlduran).
openssh: blocklist: Use NetBSD probes
Mon, Sep 29, 4:35 PM
jlduran closed D52749: openssh: blocklist: Use NetBSD probes.
Mon, Sep 29, 4:35 PM
jlduran committed rG1060684b04b0: ftpd: blocklist: Add a permission denied probe (authored by jlduran).
ftpd: blocklist: Add a permission denied probe
Mon, Sep 29, 4:29 PM
jlduran committed rG307929b211e0: ftpd: blocklist: Add an extra probe (authored by jlduran).
ftpd: blocklist: Add an extra probe
Mon, Sep 29, 4:29 PM
jlduran closed D52746: ftpd: blocklist: Add a permission denied probe.
Mon, Sep 29, 4:29 PM
jlduran closed D52747: ftpd: blocklist: Add an extra probe.
Mon, Sep 29, 4:29 PM

Sun, Sep 28

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

Sat, Sep 27

jlduran abandoned D49500: rc.d: Fix ftpd flags.
In D49500#1205269, @0mp wrote:

This could be closed in favor of https://reviews.freebsd.org/D49500

Sat, Sep 27, 2:07 PM
jlduran committed rG7a5bdaf1d7dd: cron: Fix comment from "root's" to "system" crontab (authored by jlduran).
cron: Fix comment from "root's" to "system" crontab
Sat, Sep 27, 11:02 AM
jlduran committed rG9c4e33eb359f: cron: Fix comment from "root's" to "system" crontab (authored by jlduran).
cron: Fix comment from "root's" to "system" crontab
Sat, Sep 27, 10:59 AM
jlduran committed rGa84744caa297: pf tests: Add python3 as a dependency (authored by jlduran).
pf tests: Add python3 as a dependency
Sat, Sep 27, 10:58 AM
jlduran committed rG4b1b8a558727: cron: Fix comment from "root's" to "system" crontab (authored by jlduran).
cron: Fix comment from "root's" to "system" crontab
Sat, Sep 27, 10:58 AM

Fri, Sep 26

jlduran updated the summary of D49510: blocklist: Add vendor import instructions.
Fri, Sep 26, 10:53 AM