Page MenuHomeFreeBSD
Feed Advanced Search

Dec 14 2022

jlduran_gmail.com added a comment to D37703: freebsd-update: re-edit files if merge conflict markers remain.

Nice!

Dec 14 2022, 6:06 PM

Dec 13 2022

jlduran_gmail.com updated the summary of D37686: rcorder(8): Fix the EXAMPLES section.
Dec 13 2022, 7:31 PM
jlduran_gmail.com requested review of D37686: rcorder(8): Fix the EXAMPLES section.
Dec 13 2022, 7:22 PM

Dec 10 2022

jlduran_gmail.com added inline comments to D37463: growfs_fstab: add new /etc/rc.d script to add swap to fstab.
Dec 10 2022, 12:13 PM

Dec 9 2022

jlduran_gmail.com added a comment to D37210: Add test cases for ping with IP options in the response.

@markj @jlduran_gmail.com I fixed the network errors that markj found. A necessary side effect seems to be the pep-8 style warnings, and I don't see any way to suppress those. Are there any other problems here?

Dec 9 2022, 10:12 PM

Nov 30 2022

jlduran_gmail.com added inline comments to D37210: Add test cases for ping with IP options in the response.
Nov 30 2022, 4:31 PM

Nov 26 2022

jlduran_gmail.com requested review of D37508: ipfw: Add missing 'va' code point name.
Nov 26 2022, 7:25 AM

Nov 22 2022

jlduran_gmail.com added inline comments to D37463: growfs_fstab: add new /etc/rc.d script to add swap to fstab.
Nov 22 2022, 9:49 PM

Nov 20 2022

jlduran_gmail.com added a comment to D37210: Add test cases for ping with IP options in the response.

@thj already has a fix prepared.

Nov 20 2022, 10:20 PM
jlduran_gmail.com added a comment to D37210: Add test cases for ping with IP options in the response.

Remembering the late Mike Muuss, I decided to take a stab at this problem while we wait for the cavalry to arrive.
The short version is revert d9cacf605e2ac0f704e1ce76357cbfbe6cb63d52, and start from that.
Let me know if you are interested, and I can open a Draft Pull Request on GitHub.
Without knowing the full picture, here is the full version:

Nov 20 2022, 5:31 PM

Nov 9 2022

jlduran_gmail.com added a comment to D37315: sendmail: Add back a comment about "NONE".

Thank you!

Nov 9 2022, 3:59 PM
jlduran_gmail.com updated the diff for D37315: sendmail: Add back a comment about "NONE".

Remove the manual page part. It will be removed entirely.

Nov 9 2022, 3:40 PM
jlduran_gmail.com planned changes to D37315: sendmail: Add back a comment about "NONE".
Nov 9 2022, 3:38 PM
jlduran_gmail.com retitled D37315: sendmail: Add back a comment about "NONE" from rc.sendmail(8): Partially revert the use of NONE to sendmail: Add back a comment about "NONE".
Nov 9 2022, 3:38 PM
jlduran_gmail.com requested review of D37315: sendmail: Add back a comment about "NONE".
Nov 9 2022, 3:04 PM

Nov 8 2022

jlduran_gmail.com requested review of D37310: dtb: Fix typo in Makefile for Marvell Armada 8040 DB board.
Nov 8 2022, 8:33 PM

Nov 3 2022

jlduran_gmail.com added a comment to D37248: ping_test: Code cleanup.

GitHub Pull Request with commits for D37248 and D37250:
https://github.com/freebsd/freebsd-src/pull/625

Nov 3 2022, 1:53 PM
jlduran_gmail.com added a comment to D37250: ping_test: Fix tests ping_46 and ping6_46.

GitHub Pull Request with commits for D37248 and D37250:
https://github.com/freebsd/freebsd-src/pull/625

Nov 3 2022, 1:52 PM
jlduran_gmail.com added a comment to D37247: ping: Remove a vestigial notdef.

Could I ask you to make your git commits available somehow, either by email or in a pull request?

Nov 3 2022, 1:51 PM
jlduran_gmail.com added a comment to D37246: ping: main.c: Consistent use of white space/tabs.

GitHub Pull Request: https://github.com/freebsd/freebsd-src/pull/623

Nov 3 2022, 1:50 PM
jlduran_gmail.com abandoned D37249: ping_test: Move the requirements to the header.

I'm not sure this works? It's not very clear to me what can and what cannot be in the header, but it's usually just used to define test metadata.

If I try adding an unconditional atf_skip to one of the test headers, I get:

markj@nuc> kyua list ping_test
ping_test:__test_cases_list__
markj@nuc> kyua test ping_test
ping_test:__test_cases_list__  ->  broken: Invalid test case definition; must be preceeded by the identifier  [0.001s]

Results file id is usr_tests_sbin_ping.20221103-125835-090128
Results saved to /home/markj/.kyua/store/results.usr_tests_sbin_ping.20221103-125835-090128.db

0/1 passed (1 failed)
Nov 3 2022, 1:19 PM
jlduran_gmail.com updated the diff for D37250: ping_test: Fix tests ping_46 and ping6_46.

Move the atf_skips to the body section.

Nov 3 2022, 1:16 PM
jlduran_gmail.com planned changes to D37250: ping_test: Fix tests ping_46 and ping6_46.
Nov 3 2022, 1:11 PM
jlduran_gmail.com updated the summary of D37247: ping: Remove a vestigial notdef.
Nov 3 2022, 10:14 AM
jlduran_gmail.com requested review of D37250: ping_test: Fix tests ping_46 and ping6_46.
Nov 3 2022, 10:10 AM
jlduran_gmail.com updated the diff for D37249: ping_test: Move the requirements to the header.

Use the right diff.

Nov 3 2022, 10:05 AM
jlduran_gmail.com requested review of D37249: ping_test: Move the requirements to the header.
Nov 3 2022, 9:57 AM
jlduran_gmail.com requested review of D37248: ping_test: Code cleanup.
Nov 3 2022, 9:54 AM
jlduran_gmail.com requested review of D37247: ping: Remove a vestigial notdef.
Nov 3 2022, 9:52 AM
jlduran_gmail.com requested review of D37246: ping: main.c: Consistent use of white space/tabs.
Nov 3 2022, 9:49 AM

Oct 31 2022

jlduran_gmail.com added a comment to D37210: Add test cases for ping with IP options in the response.

I may also have a slight suspicion you applied your diff to a different ping.c base. After all, the idea was just to add test cases.

Yes I did. But I can't figure out how to make the ping.c changes go away from phabricator. Can we just pretend, for the sake of review, that they aren't there?

Oct 31 2022, 3:41 PM
jlduran_gmail.com added a comment to D37210: Add test cases for ping with IP options in the response.

I may also have a slight suspicion you applied your diff to a different ping.c base. After all, the idea was just to add test cases.

Oct 31 2022, 6:12 AM

Oct 30 2022

jlduran_gmail.com added inline comments to D37210: Add test cases for ping with IP options in the response.
Oct 30 2022, 8:47 PM
jlduran_gmail.com added inline comments to D37210: Add test cases for ping with IP options in the response.
Oct 30 2022, 7:58 PM
jlduran_gmail.com added a comment to D37210: Add test cases for ping with IP options in the response.

Although fearing my suggestions could make the tests more brittle, I'm still interested to know what do you think?

Oct 30 2022, 7:19 PM
jlduran_gmail.com added inline comments to D37210: Add test cases for ping with IP options in the response.
Oct 30 2022, 5:08 AM

Oct 29 2022

jlduran_gmail.com added a comment to D37143: Update doc repo build method on macOS.

I have created a pull request with a rough sketch of what has been discussed here:
https://github.com/freebsd/freebsd-doc/pull/91
Please discard the Pull Request, it was used just to illustrate a point.
Thank you!

Oct 29 2022, 3:02 PM · docs
jlduran_gmail.com requested review of D37203: xlocale(3): Link man pages.
Oct 29 2022, 7:07 AM
jlduran_gmail.com added a comment to D37143: Update doc repo build method on macOS.

This looks great! Give me some time to test it on all three platforms.
It may still need a few minor adjustments.
Thank you!

Oct 29 2022, 4:02 AM · docs

Oct 28 2022

jlduran_gmail.com added a comment to D37143: Update doc repo build method on macOS.

I prefer the direction this is heading to!
There is one thing that bothers me with the current diff, but it can be easily solved: If I a person is a FreeBSD user and a Ruby developer, the GEM_PATH might be already defined (see other reserved names).
Let's try to tackle this from the end user's perspective:
FreeBSD:

$ bmake run

Linux:

$ bmake run LOCALBASE=/usr

macOS:

$ bmake run USE_RUBYGEMS=YES GEM_PATH=/usr/local/lib/ruby/gems/[ruby_version]

If the macOS user has already defined GEM_PATH, then the command would just be bmake run USE_RUBYGEMS=YES. USE_RUBYGEMS or something along those lines.
Then, a FreeBSD/Linux user, that is also a Ruby developer —and hates installing Ruby gems via package managers— now has the ability to USE_RUBYGEMS.
What do you think?

Oct 28 2022, 10:04 PM · docs
jlduran_gmail.com added a comment to D37143: Update doc repo build method on macOS.

Here is a branch on the same repo with the approach suggested by this diff of adding the symlinks (but just for ruby and rougify).

Oct 28 2022, 2:30 AM · docs
jlduran_gmail.com added inline comments to D37143: Update doc repo build method on macOS.
Oct 28 2022, 1:53 AM · docs

Oct 27 2022

jlduran_gmail.com added a comment to D37143: Update doc repo build method on macOS.
In D37143#844015, @fel1x.mintchoco.development_gmail.com wrote:

I took a closer look at this, and I think one solution could be just to patch the Makekile in the documentation directory.

The problem is that the rouge binaries (rougify), installed by gem are in a different path. This predicament is not present on FreeBSD/Linux because you are instructed to install everything with a package manager, which installs all the binaries in the same place.

I have deployed a simple GitHub repo illustrating this issue. It patches the Makefile. You can verify in the artifacts for each run that the documentation builds successfully (it uploads a documentation.zip file containing the public directory).

In the meantime, perhaps a quick solution would be to define:

ROUGIFY_CMD?= ${LOCALBASE}/bin/rougify

So it can be overridden:

$ bmake run ROUGIFY_CMD=${GEM_PATH}/rougify

My main issue with this patch are the symlinks.

This looks fine, but we have to make each if case for FreeBSD, Linux, and macOS. Unfortunately, I don't know how to make a variable of 'uname -s' in bmake. Is there such a way in bmake?

Oct 27 2022, 11:39 PM · docs
jlduran_gmail.com added a comment to D37143: Update doc repo build method on macOS.

I took a closer look at this, and I think one solution could be just to patch the Makekile in the documentation directory.

Oct 27 2022, 4:06 PM · docs
jlduran_gmail.com added inline comments to D37143: Update doc repo build method on macOS.
Oct 27 2022, 5:11 AM · docs

Oct 26 2022

jlduran_gmail.com accepted D37128: w: Fix premature rounding..
Oct 26 2022, 2:43 AM
jlduran_gmail.com added a comment to D37128: w: Fix premature rounding..

Thank you! I remember trying to fix this issue a while ago.

Oct 26 2022, 12:38 AM

Oct 24 2022

jlduran_gmail.com requested review of D37100: textproc/heirloom-doctools: Update to 191015.
Oct 24 2022, 12:30 AM

Oct 13 2022

jlduran_gmail.com added a comment to D36950: disable sendmail with variables specified in rc.sendmail(8).

At this point in time, it might be easier to revert d87e0e8e230495df3be59a8a5c173aafc83bc450 😓

Oct 13 2022, 4:15 AM

Oct 12 2022

jlduran_gmail.com added inline comments to D36087: contrib/blacklist: Fix usage for blacklistd/blacklistctl.
Oct 12 2022, 2:18 PM
jlduran_gmail.com updated the diff for D36087: contrib/blacklist: Fix usage for blacklistd/blacklistctl.

Update with the right diff.

Oct 12 2022, 2:16 PM

Oct 11 2022

jlduran_gmail.com updated the diff for D36087: contrib/blacklist: Fix usage for blacklistd/blacklistctl.

Update diff to include context.

Oct 11 2022, 5:30 PM
jlduran_gmail.com updated the diff for D36086: contrib/blacklist: Update documentation changes.

Update diff (to include context).

Oct 11 2022, 5:28 PM
jlduran_gmail.com updated the diff for D34598: Update legacy sysctls.

Update diff.

Oct 11 2022, 5:10 PM
jlduran_gmail.com added inline comments to rG9871ae6aa91f: Track kern.ipc.somaxconn -> kern.ipc.soacceptqueue rename.
Oct 11 2022, 4:59 PM
jlduran_gmail.com added inline comments to D34598: Update legacy sysctls.
Oct 11 2022, 4:50 PM
jlduran_gmail.com accepted D36933: nanobsd: remove copies of ssh config files.

Even better!

Oct 11 2022, 4:36 PM
jlduran_gmail.com accepted D36933: nanobsd: remove copies of ssh config files.
Oct 11 2022, 4:28 PM
jlduran_gmail.com added a comment to D34937: nanobsd: Update ssh config files after 87c1498d1a7473ff983e5c0456f30608f3f1e601 and 835ee05f3c754d905099a3500f421dc01fab028f.

Sorry I missed this review,

No problem!

Oct 11 2022, 3:49 PM
jlduran_gmail.com abandoned D34937: nanobsd: Update ssh config files after 87c1498d1a7473ff983e5c0456f30608f3f1e601 and 835ee05f3c754d905099a3500f421dc01fab028f.

Closed by 6e6c45e66f68e68b451a27430f51a687e00bad15.

Oct 11 2022, 3:09 PM

Oct 7 2022

jlduran_gmail.com added inline comments to D36881: [doc-es][mailing-lists.adoc] Sync with master.
Oct 7 2022, 1:21 AM

Sep 9 2022

jlduran_gmail.com added inline comments to D36508: bxe: Add 2.5G SGMII support (SFP GPON ONT).
Sep 9 2022, 8:10 PM

Aug 31 2022

jlduran_gmail.com added inline comments to D36404: acpi: arm64 doesn't support ACPI 1.0 RSDP, report when we see one.
Aug 31 2022, 4:34 PM

Aug 8 2022

jlduran_gmail.com requested review of D36087: contrib/blacklist: Fix usage for blacklistd/blacklistctl.
Aug 8 2022, 11:36 PM
jlduran_gmail.com requested review of D36086: contrib/blacklist: Update documentation changes.
Aug 8 2022, 11:33 PM

Aug 1 2022

jlduran_gmail.com added inline comments to D36006: rc: add ${name}_setup script support.
Aug 1 2022, 4:47 PM · rc

Apr 23 2022

jlduran_gmail.com added a comment to D34937: nanobsd: Update ssh config files after 87c1498d1a7473ff983e5c0456f30608f3f1e601 and 835ee05f3c754d905099a3500f421dc01fab028f.

I'll have to make a rescue image to verify, but I think we can drop these two files, and let cust_allow_ssh_root handle it.

Apr 23 2022, 6:28 PM
jlduran_gmail.com updated the diff for D34937: nanobsd: Update ssh config files after 87c1498d1a7473ff983e5c0456f30608f3f1e601 and 835ee05f3c754d905099a3500f421dc01fab028f.
Apr 23 2022, 6:12 PM

Apr 16 2022

jlduran_gmail.com updated the summary of D34937: nanobsd: Update ssh config files after 87c1498d1a7473ff983e5c0456f30608f3f1e601 and 835ee05f3c754d905099a3500f421dc01fab028f.
Apr 16 2022, 7:20 PM
jlduran_gmail.com requested review of D34937: nanobsd: Update ssh config files after 87c1498d1a7473ff983e5c0456f30608f3f1e601 and 835ee05f3c754d905099a3500f421dc01fab028f.
Apr 16 2022, 7:19 PM

Apr 9 2022

jlduran_gmail.com added inline comments to D34851: graphics/zathura: Update to 0.4.9.
Apr 9 2022, 12:14 AM

Apr 8 2022

jlduran_gmail.com added inline comments to D34851: graphics/zathura: Update to 0.4.9.
Apr 8 2022, 10:39 PM

Apr 2 2022

jlduran_gmail.com added a comment to D34741: Speed up *-old-* make targets by using sed instead of xargs.

Is this an April fools' joke?, if not nice!

Apr 2 2022, 3:29 AM

Apr 1 2022

jlduran_gmail.com added a reviewer for D34630: sysrc(8): Mention it requires chroot(8): 0mp.
Apr 1 2022, 11:03 PM

Mar 28 2022

jlduran_gmail.com added inline comments to D34462: tpm2-tss.
Mar 28 2022, 3:15 PM
jlduran_gmail.com added inline comments to D34462: tpm2-tss.
Mar 28 2022, 3:44 AM

Mar 22 2022

jlduran_gmail.com requested review of D34630: sysrc(8): Mention it requires chroot(8).
Mar 22 2022, 12:52 AM

Mar 21 2022

jlduran_gmail.com added a comment to D34541: who: add libxo support.

Thanks, I appreciate it!

Mar 21 2022, 7:52 AM

Mar 18 2022

jlduran_gmail.com added inline comments to D34598: Update legacy sysctls.
Mar 18 2022, 7:50 AM
jlduran_gmail.com requested review of D34598: Update legacy sysctls.
Mar 18 2022, 7:22 AM
jlduran_gmail.com added a comment to D34592: loader.efi: Improve the manual page.

This was much needed, thank you!

Mar 18 2022, 12:17 AM

Mar 13 2022

jlduran_gmail.com closed D34513: rc.subr: Introduce startmsg.

Landed as 325ebf37d8efc6488754051fcc2b1aaa40cefd8b.

Mar 13 2022, 9:15 PM · rc

Mar 12 2022

jlduran_gmail.com abandoned D34534: drawer.lua: Fix draw() horizontal placement.

More testing is needed on frame buffer consoles.

Mar 12 2022, 12:03 AM

Mar 11 2022

jlduran_gmail.com requested review of D34534: drawer.lua: Fix draw() horizontal placement.
Mar 11 2022, 11:39 PM
jlduran_gmail.com abandoned D34532: core.lua: Fix KEYSTR_RESET sequence.
Mar 11 2022, 11:32 PM
jlduran_gmail.com added a reviewer for D34532: core.lua: Fix KEYSTR_RESET sequence: tsoome.
Mar 11 2022, 11:12 PM
jlduran_gmail.com added a comment to D34532: core.lua: Fix KEYSTR_RESET sequence.
In D34532#782394, @imp wrote:

A lot depends on which terminal emulator you are on.

Mar 11 2022, 11:12 PM
jlduran_gmail.com requested review of D34532: core.lua: Fix KEYSTR_RESET sequence.
Mar 11 2022, 10:46 PM

Mar 10 2022

jlduran_gmail.com updated the diff for D34513: rc.subr: Introduce startmsg.

Briefly mention the new function in rc.subr(8).

Mar 10 2022, 10:28 PM · rc
jlduran_gmail.com updated the summary of D34513: rc.subr: Introduce startmsg.
Mar 10 2022, 10:25 PM · rc
jlduran_gmail.com added a comment to D34514: rc: Use startmsg instead of echo on start messages.

Thank you. I’ll add a brief mention to it in rc.subr(8).

Mar 10 2022, 4:47 PM · rc
jlduran_gmail.com added a comment to D34513: rc.subr: Introduce startmsg.

Sorry, for a moment I doubted about changing echo -n to printf.

Mar 10 2022, 11:27 AM · rc
jlduran_gmail.com requested review of D34513: rc.subr: Introduce startmsg.
Mar 10 2022, 11:14 AM · rc
jlduran_gmail.com planned changes to D34513: rc.subr: Introduce startmsg.
Mar 10 2022, 11:00 AM · rc
jlduran_gmail.com updated the summary of D34514: rc: Use startmsg instead of echo on start messages.
Mar 10 2022, 10:47 AM · rc
jlduran_gmail.com updated the diff for D34513: rc.subr: Introduce startmsg.

Add missing $@.

Mar 10 2022, 10:20 AM · rc
jlduran_gmail.com requested review of D34514: rc: Use startmsg instead of echo on start messages.
Mar 10 2022, 12:38 AM · rc
jlduran_gmail.com requested review of D34513: rc.subr: Introduce startmsg.
Mar 10 2022, 12:34 AM · rc

Mar 4 2022

jlduran_gmail.com added a comment to D34426: release: Add support for creating ZFS-based images.

In D34426#780372, @markj wrote:
I'm not too familiar with the history of zpool versions - isn't the problem really with feature flags? I suppose we'd need to identify the set of pool features supported by a reasonable range of FreeBSD releases, and ensure that only those features are enabled. A firstboot rc.d script could be used to upgrade the pool.

Mar 4 2022, 5:33 PM

Mar 3 2022

jlduran_gmail.com added a comment to D34426: release: Add support for creating ZFS-based images.

This is a nice addition!

Mar 3 2022, 10:54 PM