Page MenuHomeFreeBSD
Feed Advanced Search

Feb 28 2023

des added inline comments to D38663: pkill: use an ARG_MAX size buffer for argument matching.
Feb 28 2023, 10:46 AM

Feb 26 2023

des committed rGb8bb73ab724b: pseudofs: Fix LOR in VOP_READDIR. (authored by des).
pseudofs: Fix LOR in VOP_READDIR.
Feb 26 2023, 4:25 PM
des added a comment to D38481: libc: Remove prototype and documentation for tzsetwall()..
In D38481#882216, @imp wrote:

What do programs that call it on main do?

Feb 26 2023, 2:28 PM

Feb 23 2023

des added a comment to D38702: i386: exclude MINIMAL kernel from universe.

By the same logic, should we exclude GENERIC for all but amd64 from universe?

Feb 23 2023, 12:08 PM

Feb 22 2023

des committed rG30c91a3cee6d: byacc: Adjust expected test output to match our patches. (authored by des).
byacc: Adjust expected test output to match our patches.
Feb 22 2023, 7:06 PM

Feb 21 2023

des abandoned D38421: byacc: Update to 20230201..

committed

Feb 21 2023, 11:26 AM

Feb 20 2023

des committed rG8e022d3cdea1: byacc: Update to 20230201. (authored by des).
byacc: Update to 20230201.
Feb 20 2023, 10:38 PM
des updated the diff for D38421: byacc: Update to 20230201..

Final pre-commit check

Feb 20 2023, 10:37 PM
des committed rGd481dcee72a0: tarfs: Really prevent descending into a non-directory. (authored by des).
tarfs: Really prevent descending into a non-directory.
Feb 20 2023, 9:30 PM
des closed D38645: tarfs: Really prevent descending into a non-directory..
Feb 20 2023, 9:30 PM

Feb 16 2023

des updated the diff for D38645: tarfs: Really prevent descending into a non-directory..

Fix test declarations.

Feb 16 2023, 9:06 PM
des requested review of D38645: tarfs: Really prevent descending into a non-directory..
Feb 16 2023, 9:00 PM
des updated the diff for D38421: byacc: Update to 20230201..

Tentatively fix an issue with the definition of YYSTYPE.

Feb 16 2023, 1:50 PM
des committed rG5016d112ad8b: wc: Make the read buffer static. (authored by des).
wc: Make the read buffer static.
Feb 16 2023, 12:42 AM
des committed rG5c870e1b4894: wc: Improve test coverage. (authored by des).
wc: Improve test coverage.
Feb 16 2023, 12:42 AM
des committed rGbf84156b24ff: tarfs: Use a separate debug bit for bounce buffer usage. (authored by des).
tarfs: Use a separate debug bit for bounce buffer usage.
Feb 16 2023, 12:42 AM
des closed D38608: wc: Make the read buffer static..
Feb 16 2023, 12:41 AM
des closed D38605: wc: Improve test coverage..
Feb 16 2023, 12:41 AM
des closed D38588: tarfs: Use a separate debug bit for bounce buffer usage..
Feb 16 2023, 12:41 AM
des updated the diff for D38605: wc: Improve test coverage..

Parametrize MAXBSIZE, make sure we really do cross a buffer boundary, and explain what we're doing and why.

Feb 16 2023, 12:32 AM
des accepted D36838: amd64: Bump MAXCPU to 1024 (from 256).

lgtm, we should get this in now so we have a few months to see what breaks before 14.0.

Feb 16 2023, 12:02 AM

Feb 15 2023

des retitled D38605: wc: Improve test coverage. from wc: Improve test coverage to wc: Improve test coverage..
Feb 15 2023, 2:49 PM
des requested review of D38608: wc: Make the read buffer static..
Feb 15 2023, 2:37 PM
des requested review of D38605: wc: Improve test coverage..
Feb 15 2023, 1:11 PM
des committed rGae6cff89738b: tarfs: Don't panic if the parent of a new node is not a directory. (authored by des).
tarfs: Don't panic if the parent of a new node is not a directory.
Feb 15 2023, 2:14 AM
des closed D38587: tarfs: Don't panic if the parent of a new node is not a directory..
Feb 15 2023, 2:14 AM

Feb 14 2023

des committed rGdad64f0e7cad: wc: Clean up and modernize. (authored by des).
wc: Clean up and modernize.
Feb 14 2023, 10:27 PM
des closed D38496: wc: Clean up and modernize..
Feb 14 2023, 10:27 PM
des committed rGb158a379d271: tzcode: Resurrect tzsetwall(3) with a deprecation warning. (authored by des).
tzcode: Resurrect tzsetwall(3) with a deprecation warning.
Feb 14 2023, 10:21 PM
des updated the diff for D38496: wc: Clean up and modernize..

Nit: alphabetize envars.

Feb 14 2023, 2:39 PM
des updated the diff for D38587: tarfs: Don't panic if the parent of a new node is not a directory..

Nit: minimize the test file.

Feb 14 2023, 2:18 PM
des updated the diff for D38587: tarfs: Don't panic if the parent of a new node is not a directory..

Move the check into tarfs_lookup_path().

Feb 14 2023, 2:12 PM
des requested review of D38588: tarfs: Use a separate debug bit for bounce buffer usage..
Feb 14 2023, 1:55 PM
des requested review of D38587: tarfs: Don't panic if the parent of a new node is not a directory..
Feb 14 2023, 1:55 PM
des updated the diff for D38496: wc: Clean up and modernize..

Add a few more test and fix the whitespace test.

Feb 14 2023, 11:47 AM

Feb 13 2023

des updated the summary of D38496: wc: Clean up and modernize..
Feb 13 2023, 8:03 PM
des added a comment to D38496: wc: Clean up and modernize..
In D38496#877177, @des wrote:

I also have some WIP tests for wc(1) to be added in D35877

It's unfortunate that this wasn't approved back in the day. Does it cover anything that my tests don't?

It's my fault that haven't completed it yet but I do plan to work on it with the submitter this week. Do you mind if I go ahead to remove the duplicated ones in D35877 and merge it first? Or you want to get this differential in first? I proposed to add tests first because it would be a good practice for code refactoring, but I can wait if you want.

Feb 13 2023, 5:15 PM
des updated the diff for D38496: wc: Clean up and modernize..

Add descriptions to test cases.

Feb 13 2023, 5:13 PM
des added reviewers for D38496: wc: Clean up and modernize.: tests, ngie.
Feb 13 2023, 3:51 PM
des added a comment to D38496: wc: Clean up and modernize..

I also have some WIP tests for wc(1) to be added in D35877

Feb 13 2023, 3:51 PM
des updated the diff for D38496: wc: Clean up and modernize..

Use printf(1) instead of echo.
Add a test case with only blank lines.
Add a test case with only whitespace.

Feb 13 2023, 3:45 PM
des committed rGeab9ed3d48e0: tzcode: Resurrect tzsetwall(3) with a deprecation warning. (authored by des).
tzcode: Resurrect tzsetwall(3) with a deprecation warning.
Feb 13 2023, 2:00 PM

Feb 10 2023

des updated the diff for D38496: wc: Clean up and modernize..

*sigh* I keep finding more stuff to fix

Feb 10 2023, 7:57 PM
des updated the diff for D38496: wc: Clean up and modernize..

Fix exit codes.

Feb 10 2023, 7:49 PM
des updated the diff for D38496: wc: Clean up and modernize..

Fix multiline_repeated test.

Feb 10 2023, 7:27 PM
des updated the summary of D38496: wc: Clean up and modernize..
Feb 10 2023, 7:22 PM
des updated the diff for D38496: wc: Clean up and modernize..

Remove unintended test file.

Feb 10 2023, 7:22 PM
des updated the diff for D38496: wc: Clean up and modernize..

Add tests.

Feb 10 2023, 7:21 PM
des updated the diff for D38496: wc: Clean up and modernize..

Avoid needless repetitions of a hardcoded buffer size.

Feb 10 2023, 6:16 PM
des updated the diff for D38496: wc: Clean up and modernize..

Switch mbrtowc() cases around to avoid awkward line wrapping.

Feb 10 2023, 6:14 PM
des updated the summary of D38496: wc: Clean up and modernize..
Feb 10 2023, 6:12 PM
des updated the diff for D38496: wc: Clean up and modernize..

Avoid repeatedly checking for a null filename.

Feb 10 2023, 6:12 PM
des closed D38489: wc: Drop <err.h> and report an error if xo_finish() fails..

Superseded by D38496.

Feb 10 2023, 5:50 PM
des requested review of D38496: wc: Clean up and modernize..
Feb 10 2023, 5:49 PM
des committed rGaf0435e16bab: tarfs: Fix deadlock between descent and ascent in tarfs_lookup(). (authored by des).
tarfs: Fix deadlock between descent and ascent in tarfs_lookup().
Feb 10 2023, 5:20 PM
des closed D38486: tarfs: Fix deadlock between descent and ascent in tarfs_lookup()..
Feb 10 2023, 5:20 PM
des requested review of D38489: wc: Drop <err.h> and report an error if xo_finish() fails..
Feb 10 2023, 4:41 PM
des requested review of D38486: tarfs: Fix deadlock between descent and ascent in tarfs_lookup()..
Feb 10 2023, 2:35 PM
des added a comment to D38481: libc: Remove prototype and documentation for tzsetwall()..

Now that we've restored tzsetwall(3) in stable/13, we can think about removing it from main.

Feb 10 2023, 1:10 AM
des requested review of D38481: libc: Remove prototype and documentation for tzsetwall()..
Feb 10 2023, 1:08 AM
des committed rG316cf82382e0: sha512_224: Fix SHA512_224_Final() on little-endian machines. (authored by sebastian.huber_embedded-brains.de).
sha512_224: Fix SHA512_224_Final() on little-endian machines.
Feb 10 2023, 12:24 AM

Feb 9 2023

des committed rGb9e0160e0788: sha512_224: Fix SHA512_224_Final() on little-endian machines. (authored by sebastian.huber_embedded-brains.de).
sha512_224: Fix SHA512_224_Final() on little-endian machines.
Feb 9 2023, 8:42 PM
des committed rGe04ee7d95ef6: libmd / md5: Add SHA-512/224. (authored by des).
libmd / md5: Add SHA-512/224.
Feb 9 2023, 8:42 PM
des committed rGd6d22a4530f9: cp: Add tests involving sparse files. (authored by des).
cp: Add tests involving sparse files.
Feb 9 2023, 8:41 PM
des committed rGde00ef64eeb6: libc: Add tests for strchrnul(3). (authored by des).
libc: Add tests for strchrnul(3).
Feb 9 2023, 8:41 PM
des committed rGa6edc5b39209: w: Complete libxo transition. (authored by des).
w: Complete libxo transition.
Feb 9 2023, 8:41 PM
des committed rG54117b169fba: cmp: Print a summary on SIGINFO. (authored by des).
cmp: Print a summary on SIGINFO.
Feb 9 2023, 8:41 PM
des committed rG174b9fb5738d: find: Logic nit in man page. (authored by des).
find: Logic nit in man page.
Feb 9 2023, 8:41 PM
des committed rG1b11dd2108ca: df: Return non-zero status on write failure. (authored by des).
df: Return non-zero status on write failure.
Feb 9 2023, 8:41 PM
des committed rG71e0c8906e1a: tzcode: Resurrect tzsetwall(3) with a deprecation warning. (authored by des).
tzcode: Resurrect tzsetwall(3) with a deprecation warning.
Feb 9 2023, 6:38 PM
des closed D38445: tzcode: Resurrect tzsetwall(3) with a deprecation warning..
Feb 9 2023, 6:38 PM
des committed rGce6a0c776b70: tarfs: Fix issues revealed by static analysis and testing. (authored by des).
tarfs: Fix issues revealed by static analysis and testing.
Feb 9 2023, 5:42 PM
des closed D38463: tarfs: Fix issues revealed by static analysis and testing..
Feb 9 2023, 5:42 PM
des committed rG43d4680b399b: MINIMAL: Update and clean up. (authored by des).
MINIMAL: Update and clean up.
Feb 9 2023, 5:25 PM
des closed D38468: MINIMAL: Update and clean up..
Feb 9 2023, 5:25 PM
des requested review of D38468: MINIMAL: Update and clean up..
Feb 9 2023, 5:17 PM
des abandoned D38467: MINIMAL: Add GEOM_LABEL, which is required to boot a UEFI install..

Widening the scope as per discussion on IRC, will resubmit.

Feb 9 2023, 5:12 PM
des updated subscribers of D38463: tarfs: Fix issues revealed by static analysis and testing..
Feb 9 2023, 4:59 PM
des requested review of D38467: MINIMAL: Add GEOM_LABEL, which is required to boot a UEFI install..
Feb 9 2023, 4:53 PM
des added a comment to D38463: tarfs: Fix issues revealed by static analysis and testing..
In D38463#875225, @kib wrote:

BTW, are there malloc()s calls in the code where sizes are controlled by the archive content? If yes (and from my casual reading there are) it is a significant issue.

Feb 9 2023, 4:12 PM
des added inline comments to D38463: tarfs: Fix issues revealed by static analysis and testing..
Feb 9 2023, 4:04 PM
des added inline comments to D38463: tarfs: Fix issues revealed by static analysis and testing..
Feb 9 2023, 3:44 PM
des updated the diff for D38463: tarfs: Fix issues revealed by static analysis and testing..

Fix size check, for real this time.

Feb 9 2023, 3:34 PM
des requested review of D38463: tarfs: Fix issues revealed by static analysis and testing..
Feb 9 2023, 3:28 PM
des added inline comments to D38445: tzcode: Resurrect tzsetwall(3) with a deprecation warning..
Feb 9 2023, 9:58 AM

Feb 8 2023

des committed rG0dfaefa97547: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools. (authored by des).
depend-cleanup.sh: Simplify the logic, and clean bootstrap tools.
Feb 8 2023, 11:00 PM
des closed D38447: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools..
Feb 8 2023, 10:59 PM
des updated the summary of D38447: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools..
Feb 8 2023, 10:09 PM
des updated the diff for D38447: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools..

Instead of hardcoding knowledge of tmp/obj-tools into depend-cleanup.sh, run it twice.

Feb 8 2023, 9:56 PM
des updated the diff for D38447: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools..

Remove unnecessary line continuations.

Feb 8 2023, 8:57 PM
des added a comment to D38447: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools..

I'm not 100% sure hardcoding tmp/obj-tools here is the best approach; perhaps we should simply run depend-cleanup.sh with OBJTOP=${WORLDTMP} before building bootstrap tools?

Feb 8 2023, 8:48 PM
des requested review of D38447: depend-cleanup.sh: Simplify the logic, and clean bootstrap tools..
Feb 8 2023, 8:47 PM
des accepted D38386: Add nproc(1).
Feb 8 2023, 7:45 PM
des added a comment to D38409: tzcode: garbage collect references to tzsetwall.

See D38445.

Feb 8 2023, 7:21 PM
des added a comment to D38445: tzcode: Resurrect tzsetwall(3) with a deprecation warning..

Note that I chose to reimplement tzsetwall(3) as it was easy enough to do, but I'm not sure this is the right approach as it locks us into maintaining a patch in contributed code.

Feb 8 2023, 7:17 PM
des updated subscribers of D38445: tzcode: Resurrect tzsetwall(3) with a deprecation warning..

ping @cperciva as this is a regression in stable/13 which needs to be fixed before 13.2.

Feb 8 2023, 7:15 PM
des requested review of D38445: tzcode: Resurrect tzsetwall(3) with a deprecation warning..
Feb 8 2023, 7:14 PM
des added a comment to D38409: tzcode: garbage collect references to tzsetwall.

@val_packett.cool can you file a PR instead and abandon this review?

Feb 8 2023, 6:45 PM
des closed D38414: cp: Adjust the sparse file tests..
Feb 8 2023, 4:50 PM
des committed rG8b418c83d175: cp: Adjust the sparse file tests. (authored by des).
cp: Adjust the sparse file tests.
Feb 8 2023, 4:50 PM