Page MenuHomeFreeBSD

jlduran (Jose Luis Duran)
User

Projects

User Details

User Since
May 30 2017, 11:42 AM (413 w, 6 h)

Recent Activity

Yesterday

jlduran added a comment to D50020: openssh: Add ${SKSRCS} to libssh.
In D50020#1141667, @jhb wrote:

This isn't about namespacing though. Even without the namespacing you'd just have undefined symbols for the symbol without the prefix. Doesn't this just revert your earlier change though, and shouldn't we now drop all of the SKSRCS in all of the other Makefiles (not just the ones I added) since they are now redundant?

Mon, Apr 28, 9:46 PM

Fri, Apr 25

jlduran added a comment to D50021: nuageinit: implement chpasswd.

Minor typos.

Fri, Apr 25, 5:26 PM
jlduran updated the summary of D50020: openssh: Add ${SKSRCS} to libssh.
Fri, Apr 25, 3:19 PM
jlduran updated subscribers of D50020: openssh: Add ${SKSRCS} to libssh.

This should fix sh freebsd-namespace.sh and technically, we can (should?) now revert a098111a28ed59e1ab1101ad09913f0235ebd28f.
In my opinion this is the least obstructive way forward.

Fri, Apr 25, 3:18 PM
jlduran requested review of D50020: openssh: Add ${SKSRCS} to libssh.
Fri, Apr 25, 3:14 PM

Wed, Apr 23

jlduran accepted D49875: nuageinint: implement ssh_pwauth.

Pedantically, to be on the same page in sshd_config(5):

  1. The first configured value is the one that counts.
  2. Some OSs (macOS)/Linux distros (Debian-based) just add Include /etc/ssh/sshd_config.d/* at the very top of the configuration file, so cloudinit should just create a new file under this directory with the desired settings, and call it a day. I only mention this option, as it is becoming popular (in case anyone has friends in openssh-portable ;-).
  3. I would have rather/also liked to see something like:
# ssh_pwauth: true
printf "#PasswordAuthentication no # Should be ignored\n" > etc/ssh/sshd_config
printf "PasswordAuthentication no # Should change\n" >> etc/ssh/sshd_config
atf_check -o empty -e empty /usr/libexec/nuageinit "${PWD}"/media/nuageinit nocloud
atf_check -o match:"^#PasswordAuthentication no # Should be ignored$" \
    -o match:"^PasswordAuthentication yes$" cat etc/ssh/sshd_config

Regardless, the implementation seems correct.

Wed, Apr 23, 2:23 PM

Tue, Apr 22

jlduran added a comment to D49492: makefs: Add tests for the -T flag.

These are all good (at catching the current failures).
My only concern however, is that we should also check that makefs takes into consideration the timestamp in the mtree file, so the priorities (at this point of the revision stack) are:

  1. -T flag .
  2. Time in mtree file.

This guarantees (or not) documentation on the behavior regarding the priorities when the SOURCE_DATE_EPOCH environment variable is introduced later on (D49602).

Thank you for pointing this out and for sketching out the testcase!
After a brief discussion in D49531, the consensus was that the timestamp sources should be prioritized as follows:

  1. -F mtree specfile time
  2. -T
  3. Timestamp in input mtree file

I've added testcases that test the interactions between -F and -T.

Tue, Apr 22, 12:34 PM

Mon, Apr 21

jlduran added a comment to D49885: Modify nanobsd/defaults.sh to reduce buildsize, buildtime and increase imgsize to fit..

Additionally, if you really wan to keep the NANO_MEDIASIZE unchanged, you can also add WITHOUT_TOOLCHAIN=true.
For self reference, EC2 images are built with:

  • WITHOUT_DEBUG_FILES=YES
  • WITHOUT_KERNEL_SYMBOLS=YES
  • WITHOUT_LIB32=YES
  • WITHOUT_TESTS=YES
  • WITHOUT_LLDB=YES

But these options would only fit with 4000000, changing the last option, WITHOUT_LLDB, to the entire WITHOUT_TOOLCHAIN, would make it still fit 2000000. But I don't know where to draw the line when removing things by default for NanoBSD.

Mon, Apr 21, 4:19 PM
jlduran added a comment to D49838: traceroute: add tests.

If you have the cycles, I would prefer that the tests without tcptump are committed first (you can add me as Reviewed-by). And then submit the tcpdump part for review.
Note that I am not opposing to adding tcpdump to the tests. It is a great idea. It is just I'm not sure if the extra time it adds to each test is justified. Originally, the idea of the tests was to provide some level of confidence when unifying traceroute/traceroute6, and I believe the basic form (without tcpdump) achieves this.
Another option I see is that in the Reviewed-by trailer, you can add me with "(without tcpdump)".
I trust your judgement fully, so whatever option you choose to land this review will be fine by me. In the very rare event something wrong happens, we can always fix it post-commit.
Thank you!

Mon, Apr 21, 4:05 PM

Sat, Apr 19

jlduran added a comment to D49794: secure: Match SRCS with upstream Makefile.in.

Re progressmeter.c, OpenBSD includes it only in usr.bin/ssh/scp/Makefile and usr.bin/ssh/sftp/Makefile. I think it may be a bug in the portable-ization (from d194048f573136f1c2c34d25f951b78f4ffc7d77) that we can report to openssh-portable.

Sat, Apr 19, 5:01 PM
jlduran accepted D49903: share/misc/committers-src.dot: correct the date for ivy.
Sat, Apr 19, 3:16 AM

Fri, Apr 18

jlduran added a comment to D49885: Modify nanobsd/defaults.sh to reduce buildsize, buildtime and increase imgsize to fit..

What about also adding:

WITHOUT_LIB32=true
WITHOUT_KERNEL_SYMBOLS=true

It should fit with:

NANO_MEDIASIZE=4000000

Reference: https://github.com/freebsd/freebsd-src/pull/964

Fri, Apr 18, 9:33 PM

Thu, Apr 17

jlduran added a comment to D49742: openssh: Fix snprintf const char *fmt detection.

I'll wait a few days for this one, upstream is already taking a look at the problem report.

Thu, Apr 17, 7:22 PM
jlduran added inline comments to D49793: secure: Rearrange Makefile SRCS to match upstream Makefile.in.
Thu, Apr 17, 7:20 PM
jlduran committed rG65d8491719bb: secure: Adapt Makefile to ssh-sk-client everywhere (authored by jlduran).
secure: Adapt Makefile to ssh-sk-client everywhere
Thu, Apr 17, 7:20 PM
jlduran committed rG8c6bf983a914: secure: Match SRCS with upstream Makefile.in (authored by jlduran).
secure: Match SRCS with upstream Makefile.in
Thu, Apr 17, 7:20 PM
jlduran committed rG9440aad19dca: secure: Rearrange Makefile SRCS to match upstream Makefile.in (authored by jlduran).
secure: Rearrange Makefile SRCS to match upstream Makefile.in
Thu, Apr 17, 7:20 PM
jlduran committed rG44b69b1a9624: sshd: Retire DSA support (authored by jlduran).
sshd: Retire DSA support
Thu, Apr 17, 7:20 PM
jlduran closed D49795: secure: Adapt Makefile to ssh-sk-client everywhere.
Thu, Apr 17, 7:20 PM
jlduran closed D49794: secure: Match SRCS with upstream Makefile.in.
Thu, Apr 17, 7:20 PM
jlduran closed D49793: secure: Rearrange Makefile SRCS to match upstream Makefile.in.
Thu, Apr 17, 7:20 PM
jlduran closed D49740: sshd: Retire DSA support.
Thu, Apr 17, 7:20 PM
jlduran updated the diff for D49801: secure: Declare gss-genr sources in libssh.
  • Remove gssapi_krb5 from LIBADD/_DP_ssh (before sorting out Mkaefile.inc1/tools/make_libdeps.sh).
Thu, Apr 17, 3:56 PM
jlduran added a comment to D49873: Use ln -sf otherwise nanobsd.sh -wkWK failssince the etc link exists already..

I was not able to reproduce the failure. But it is safe to always have it, just like rm -f, when the user has -i aliased to rm and ln (e.g., `alias rm='rm -i' uncommented in the "be paranoid" section).
This change should not get reverted with D48782, as it does essentially the same thing.
Thank you!

Thu, Apr 17, 3:50 PM
jlduran added a comment to D49871: [PATCH] net/jose: Fix compilation on 13.5 and 14.x.

PR number should be 284417.

Thu, Apr 17, 12:22 PM
jlduran added a comment to D48782: nanobsd: Make tgt_dir2symlink() take a mode.

Note to self: Update after D49873 (if accepted).

Thu, Apr 17, 11:45 AM

Tue, Apr 15

jlduran added a comment to D49794: secure: Match SRCS with upstream Makefile.in.
  • Remove experimental XMSS_SRCS (these should be committed separately, and guarded by WITH_XMSS)
  • Remove progressmeter.c from libssh sources, it is not needed and has been reported upstream
Tue, Apr 15, 9:49 PM
jlduran updated the diff for D49801: secure: Declare gss-genr sources in libssh.

Add missing libraries to libssh, otherwise (scp/sftp):

$ scp file.a user@server
ld-elf.so.1: /usr/lib/libprivatessh.so.5: Undefined symbol "GSS_C_NT_HOSTBASED_SERVICE"
Tue, Apr 15, 9:14 PM
jlduran planned changes to D49801: secure: Declare gss-genr sources in libssh.
Tue, Apr 15, 8:46 PM
jlduran added a comment to D49838: traceroute: add tests.

Moved from https://github.com/freebsd/freebsd-src/pull/1652 per my request, as there is greater visibility here.

Tue, Apr 15, 5:30 PM
jlduran added a comment to D49832: telnet: Prevent buffer overflow in the user prompt for SRA.

If the prompt buffer overflows, fail authentication without prompting the user.

$ USER=$(printf "%266s" | tr " " a) telnet localhost
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Trying SRA secure login:
Tue, Apr 15, 4:26 PM
jlduran added a comment to D49832: telnet: Prevent buffer overflow in the user prompt for SRA.

If the prompt buffer overflows, fail authentication without prompting the user.

Tue, Apr 15, 4:19 PM

Mon, Apr 14

jlduran added a comment to D49821: release: Avoid sparse-file handling for container image layers.

The GitHub issue should be:
https://github.com/containers/podman/issues/25270

Mon, Apr 14, 1:14 PM

Sat, Apr 12

jlduran retitled D49516: openssh: undef EVP_CIPHER_CTX_get_iv prior to defining it from openssh: undef EVP_CIPHER_CTX_get_iv to openssh: undef EVP_CIPHER_CTX_get_iv prior to defining it.
Sat, Apr 12, 6:39 PM
jlduran updated the diff for D49801: secure: Declare gss-genr sources in libssh.

Remove progressmeter.c from libssh sources.

Sat, Apr 12, 5:59 PM
jlduran updated the diff for D49794: secure: Match SRCS with upstream Makefile.in.
  • Remove experimental XMSS_SRCS (these should be committed separately, and guarded by WITH_XMSS)
  • Remove progressmeter.c from libssh sources, it is not needed and has been reported upsttream
Sat, Apr 12, 5:56 PM
jlduran abandoned D49800: secure: Match upstream mode for ssh-keysign socket.

Hmm... OpenBSD uses "4555".
Abandoning this revision.

Sat, Apr 12, 3:38 PM
jlduran added a comment to D49794: secure: Match SRCS with upstream Makefile.in.

Re progressmeter.c, OpenBSD includes it only in usr.bin/ssh/scp/Makefile and usr.bin/ssh/sftp/Makefile. I think it may be a bug in the portable-ization (from d194048f573136f1c2c34d25f951b78f4ffc7d77) that we can report to openssh-portable.

Sat, Apr 12, 3:20 PM
jlduran added a comment to D49794: secure: Match SRCS with upstream Makefile.in.

Re progressmeter.c, OpenBSD includes it only in usr.bin/ssh/scp/Makefile and usr.bin/ssh/sftp/Makefile. I think it may be a bug in the portable-ization (from d194048f573136f1c2c34d25f951b78f4ffc7d77) that we can report to openssh-portable.

Sat, Apr 12, 3:00 PM
jlduran added a reviewer for D49801: secure: Declare gss-genr sources in libssh: emaste.
Sat, Apr 12, 2:59 PM
jlduran requested review of D49801: secure: Declare gss-genr sources in libssh.
Sat, Apr 12, 2:58 PM
jlduran requested review of D49800: secure: Match upstream mode for ssh-keysign socket.
Sat, Apr 12, 2:56 PM
jlduran updated the diff for D49795: secure: Adapt Makefile to ssh-sk-client everywhere.

Address suggestions:

  • Move $(SKSRCS) to our central location (secure/ssh.mk), matching upstream Makefile.in as close as possible
Sat, Apr 12, 2:55 PM
jlduran updated the diff for D49794: secure: Match SRCS with upstream Makefile.in.

Match upstream Makefile.in as close as possible.

Sat, Apr 12, 2:52 PM
jlduran updated the diff for D49793: secure: Rearrange Makefile SRCS to match upstream Makefile.in.

Match upstream Makefile.in as close as possible.

Sat, Apr 12, 2:50 PM
jlduran added inline comments to D49795: secure: Adapt Makefile to ssh-sk-client everywhere.
Sat, Apr 12, 1:40 PM
jlduran added a comment to D49793: secure: Rearrange Makefile SRCS to match upstream Makefile.in.

Hopefully this revision stack helps facilitate adapting OpenSSH 10.0p2 changes, and the new sshd-auth binary.

Sat, Apr 12, 2:38 AM
jlduran requested review of D49795: secure: Adapt Makefile to ssh-sk-client everywhere.
Sat, Apr 12, 2:35 AM
jlduran requested review of D49794: secure: Match SRCS with upstream Makefile.in.
Sat, Apr 12, 2:35 AM
jlduran requested review of D49793: secure: Rearrange Makefile SRCS to match upstream Makefile.in.
Sat, Apr 12, 2:34 AM

Fri, Apr 11

jlduran retitled D49742: openssh: Fix snprintf const char *fmt detection from openssh: Fix snprintf const chat *fmt detection to openssh: Fix snprintf const char *fmt detection.
Fri, Apr 11, 11:58 AM
jlduran retitled D49742: openssh: Fix snprintf const char *fmt detection from openssh: Disable toolchain hardening flags to openssh: Fix snprintf const chat *fmt detection.
Fri, Apr 11, 11:57 AM
jlduran added a comment to D49742: openssh: Fix snprintf const char *fmt detection.

Upstream meaning OpenSSH or Clang?

I meant OpenSSH - i.e. is the problem in our headers or implementation, or is OpenSSH doing something strange? On one hand it does actually work with const so it seems to be the test is at fault.

Fri, Apr 11, 11:38 AM

Thu, Apr 10

jlduran added a comment to D49742: openssh: Fix snprintf const char *fmt detection.

I think this is fine, but we should have a comment explaining that this is working around a bug* and does not in fact disable hardening options in the FreeBSD build.

  • we should have a FreeBSD bug report or upstream report for this issue and ideally reference it in the comment
Thu, Apr 10, 7:08 PM

Wed, Apr 9

jlduran added a comment to D49739: OpenSSH: retire DSA support.

Regarding const detection, this is one way out:
D49742
At the moment it only seems to affect SNPRINTF_CONST (in a positive way).

Wed, Apr 9, 6:59 PM
jlduran requested review of D49742: openssh: Fix snprintf const char *fmt detection.
Wed, Apr 9, 6:56 PM
jlduran requested review of D49740: sshd: Retire DSA support.
Wed, Apr 9, 4:47 PM
jlduran accepted D49739: OpenSSH: retire DSA support.

Thanks, updated and will update in a moment. There are two nits to sort out still in config.h generation:

--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1863,14 +1863,10 @@
 #define SIZEOF_SHORT_INT 2
 
 /* The size of 'time_t', as computed by sizeof. */
-#ifdef __i386__
-#define SIZEOF_TIME_T 4
-#else
 #define SIZEOF_TIME_T 8
-#endif
Wed, Apr 9, 4:24 PM
jlduran added a comment to D49739: OpenSSH: retire DSA support.

When regenerating config.h (second commit), the HAVE_DECL_OPENSSL_IS_BORINGSSL and the HAVE_DECL_OPENSSL_NO_DSA stanzas should be removed as well.

Wed, Apr 9, 3:45 PM

Thu, Apr 3

jlduran added a comment to D49601: makefs: Remove redundant 'stampst' checks in several backends.

This would break the test case mentioned in D49492, where makefs ignores the time in the mtree file.
If this is the desired behavior, the test should be updated accordingly.

Thu, Apr 3, 7:46 AM
jlduran added a comment to D49492: makefs: Add tests for the -T flag.

These are all good (at catching the current failures).
My only concern however, is that we should also check that makefs takes into consideration the timestamp in the mtree file, so the priorities (at this point of the revision stack) are:

  1. -T flag .
  2. Time in mtree file.

This guarantees (or not) documentation on the behavior regarding the priorities when the SOURCE_DATE_EPOCH environment variable is introduced later on (D49602).
For example (very crude) just for FFS, but should be the similar for all cases:

# This helper function can live in makefs_tests_common.sh
change_mtree_timestamp()
{
	filename="$1"
	timestamp="$2"
Thu, Apr 3, 7:24 AM
jlduran committed rGbebe2fea1946: openssh: Request the OpenSSL 1.1 API (authored by jlduran).
openssh: Request the OpenSSL 1.1 API
Thu, Apr 3, 4:40 AM

Mar 30 2025

jlduran added a comment to D49549: kern.opts.mk: Remove EFI from riscv BROKEN OPTIONS.

Shouldn't src.conf.5 (make makeman) be regenerated after this change?

Mar 30 2025, 5:24 AM

Mar 29 2025

jlduran updated the diff for D49510: blocklist: Add vendor import instructions.
  • Fix the procedure to use a commit id from zoulasc/blocklist as the version
  • Fix cross-references in bin/blocklistd.8
Mar 29 2025, 6:25 AM

Mar 27 2025

jlduran added a comment to D49517: openssh: Request the OpenSSL 1.1 API.

Only for statistical reference:
https://ci.freebsd.org/job/FreeBSD-main-amd64-build/31456/warnings10Result/fixed/

Mar 27 2025, 2:46 AM
jlduran updated the summary of D49516: openssh: undef EVP_CIPHER_CTX_get_iv prior to defining it.
Mar 27 2025, 12:24 AM
jlduran closed D49517: openssh: Request the OpenSSL 1.1 API.
Mar 27 2025, 12:21 AM
jlduran committed rGd4f438357e90: openssh: Request the OpenSSL 1.1 API (authored by jlduran).
openssh: Request the OpenSSL 1.1 API
Mar 27 2025, 12:21 AM

Mar 26 2025

jlduran added a comment to D49527: release/vm: only include Makefile.azure if used.
In D49527#1129188, @imp wrote:

As for dates, you could use the raw date (%s) and add 1 day or 30 days to that.

Mar 26 2025, 11:46 PM
jlduran added a comment to D49527: release/vm: only include Makefile.azure if used.

Would replacing:

START_DATE!=  $(printf "%s-%s-%0.2d\n" "$(date -u +%Y)" "$(date -u +%m)" $(( $(date -u +%d) - 1 )))
EXPIRY_DATE!= $(printf "%s-%0.2d-%s\n" "$(date -u +%Y)" $(( $(date -u +%m) + 1 )) "$(date -u +%d)")

in Makefile.azure avoid this? It is horrible, but portable.

Never mind, this would fail on certain dates.

Yeah and whilst date -d 'today + 1 month' is supported by GNU date, it's slightly different when dealing with invalid dates, it'll add on the number of days in the current month rather than clamping to the end of the next month (e.g. -v+1m on 31st January is 28th February, but -d today + 1 month is 3rd March). Though perhaps +1m is a bit odd to be using here, maybe we do in fact want, say, +28d or +30d, as having VM images built in February expire sooner than those built in March could be surprising and confusing.

Mar 26 2025, 11:11 PM
jlduran added a comment to D49527: release/vm: only include Makefile.azure if used.

Would replacing:

START_DATE!=  $(printf "%s-%s-%0.2d\n" "$(date -u +%Y)" "$(date -u +%m)" $(( $(date -u +%d) - 1 )))
EXPIRY_DATE!= $(printf "%s-%0.2d-%s\n" "$(date -u +%Y)" $(( $(date -u +%m) + 1 )) "$(date -u +%d)")

in Makefile.azure avoid this? It is horrible, but portable.

Mar 26 2025, 8:57 PM
jlduran added a comment to D49527: release/vm: only include Makefile.azure if used.

Would replacing:

START_DATE!=  $(printf "%s-%s-%0.2d\n" "$(date -u +%Y)" "$(date -u +%m)" $(( $(date -u +%d) - 1 )))
EXPIRY_DATE!= $(printf "%s-%0.2d-%s\n" "$(date -u +%Y)" $(( $(date -u +%m) + 1 )) "$(date -u +%d)")

in Makefile.azure avoid this? It is horrible, but portable.

Mar 26 2025, 8:41 PM
jlduran updated the diff for D49510: blocklist: Add vendor import instructions.

No markdown file.

Mar 26 2025, 12:47 PM
jlduran updated the diff for D49517: openssh: Request the OpenSSL 1.1 API.

Request the API globally.

Mar 26 2025, 11:58 AM
jlduran added a comment to D49517: openssh: Request the OpenSSL 1.1 API.

What do you think of just adding it in secure/ssh.mk?

Mar 26 2025, 11:55 AM
jlduran requested review of D49517: openssh: Request the OpenSSL 1.1 API.
Mar 26 2025, 11:42 AM
jlduran requested review of D49516: openssh: undef EVP_CIPHER_CTX_get_iv prior to defining it.
Mar 26 2025, 8:43 AM
jlduran abandoned D49505: blacklist: sshd: Add pending probes.

This particular probe is not working.
Sorry for the noise.

Mar 26 2025, 5:06 AM
jlduran added inline comments to D49503: blacklist: Adapt NetBSD's probes and changes to OpenSSH.
Mar 26 2025, 3:59 AM
jlduran updated subscribers of D49505: blacklist: sshd: Add pending probes.

I forget that @christos_netbsd.org can be conveniently tagged here:

Mar 26 2025, 1:40 AM
jlduran updated the diff for D49505: blacklist: sshd: Add pending probes.

Update missing patches to be upstreamed.

Mar 26 2025, 1:36 AM
jlduran added inline comments to D49503: blacklist: Adapt NetBSD's probes and changes to OpenSSH.
Mar 26 2025, 1:34 AM
jlduran updated the diff for D49503: blacklist: Adapt NetBSD's probes and changes to OpenSSH.

Update patch, upstream has accepted our fixes.

Mar 26 2025, 1:33 AM
jlduran abandoned D49506: blacklist: Fix an off-by-one less character.

This patch has been committed upstream, and will land with the normal vendor import procedure.

Mar 26 2025, 1:18 AM
jlduran added a comment to D49503: blacklist: Adapt NetBSD's probes and changes to OpenSSH.

I also don't know if there is a trailer for that, but I think it is appropriate to write a few words thanking cperciva for the donation of cloud resources. That allowed us to test and discover a few missing probes, by exposing these ports to the public and examining the logs.

Mar 26 2025, 12:55 AM
jlduran abandoned D49508: blacklist: Fix use of uninitialized variable.

A fix has already been committed upstream.

Mar 26 2025, 12:51 AM

Mar 25 2025

jlduran requested review of D49510: blocklist: Add vendor import instructions.
Mar 25 2025, 10:09 PM
jlduran requested review of D49509: ftpd: Add an extra blacklist probe.
Mar 25 2025, 10:09 PM
jlduran requested review of D49508: blacklist: Fix use of uninitialized variable.
Mar 25 2025, 10:08 PM
jlduran requested review of D49507: blacklist: ftdp: Add a permission denied probe.
Mar 25 2025, 10:08 PM
jlduran requested review of D49506: blacklist: Fix an off-by-one less character.
Mar 25 2025, 10:07 PM
jlduran requested review of D49505: blacklist: sshd: Add pending probes.
Mar 25 2025, 10:07 PM
jlduran requested review of D49503: blacklist: Adapt NetBSD's probes and changes to OpenSSH.
Mar 25 2025, 10:07 PM
jlduran requested review of D49500: rc.d: Fix ftpd flags.
Mar 25 2025, 8:45 PM

Mar 18 2025

jlduran abandoned D49398: rc: Fix kldxref script.

I think this is fine. backticks and checkyesno moving are minor improvements (arguably not bugs).

I think the problem could also be fixed with [ "$(echo ${MODULE_DIR}/*.ko)" != "${MODULE_DIR}/*.ko" ] if we want to continue avoiding the extra process invocation. Is there a PR for it?

Mar 18 2025, 8:21 PM
jlduran added a reviewer for D49398: rc: Fix kldxref script: trasz.
Mar 18 2025, 7:22 PM
jlduran added a comment to D49373: isspace.3: Fix list block.

Note to self: isdigit(3) also needs a little fix.

Mar 18 2025, 1:13 AM

Mar 17 2025

jlduran requested review of D49398: rc: Fix kldxref script.
Mar 17 2025, 8:43 PM

Mar 15 2025

jlduran updated the summary of D49373: isspace.3: Fix list block.
Mar 15 2025, 7:15 PM
jlduran updated the diff for D49373: isspace.3: Fix list block.

Address suggestions:

Mar 15 2025, 7:15 PM