Page MenuHomeFreeBSD
Feed Advanced Search

Feb 8 2023

des updated the diff for D38414: cp: Adjust the sparse file tests..

Use a custom tool to detect sparseness.

Feb 8 2023, 4:21 PM
des added inline comments to D38414: cp: Adjust the sparse file tests..
Feb 8 2023, 3:55 PM
des added inline comments to D38386: Add nproc(1).
Feb 8 2023, 11:28 AM

Feb 7 2023

des updated the summary of D38421: byacc: Update to 20230201..
Feb 7 2023, 6:13 PM
des requested review of D38421: byacc: Update to 20230201..
Feb 7 2023, 6:11 PM
des committed rG146d9da6c2ec: tarfs: Silence warnings when no supported compression is enabled. (authored by des).
tarfs: Silence warnings when no supported compression is enabled.
Feb 7 2023, 5:32 PM
des closed D38415: tarfs: Silence warnings when no supported compression is enabled..
Feb 7 2023, 5:31 PM
des committed rGcba5e8978cf6: Import byacc 20230201. (authored by des).
Import byacc 20230201.
Feb 7 2023, 5:26 PM
des requested changes to D38386: Add nproc(1).
Feb 7 2023, 5:23 PM
des added inline comments to D38386: Add nproc(1).
Feb 7 2023, 4:37 PM
des added inline comments to D38386: Add nproc(1).
Feb 7 2023, 4:31 PM
des added inline comments to D38386: Add nproc(1).
Feb 7 2023, 4:31 PM
des added inline comments to D38386: Add nproc(1).
Feb 7 2023, 4:22 PM
des added inline comments to D38386: Add nproc(1).
Feb 7 2023, 4:17 PM
des added inline comments to D38386: Add nproc(1).
Feb 7 2023, 3:45 PM
des added a comment to D38409: tzcode: garbage collect references to tzsetwall.

I honestly hadn't noticed that the tzcode update removed tzsetwall(3).

Feb 7 2023, 3:15 PM
des added inline comments to D38415: tarfs: Silence warnings when no supported compression is enabled..
Feb 7 2023, 3:03 PM
des requested review of D38415: tarfs: Silence warnings when no supported compression is enabled..
Feb 7 2023, 1:27 PM
des requested review of D38414: cp: Adjust the sparse file tests..
Feb 7 2023, 1:10 PM

Feb 6 2023

des committed rG6680cfe8e0ee: 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 6 2023, 5:05 PM
des committed rG2768d7056727: libmd / md5: Add SHA-512/224. (authored by des).
libmd / md5: Add SHA-512/224.
Feb 6 2023, 5:05 PM
des closed D38373: libmd / md5: Add SHA-512/224..
Feb 6 2023, 5:04 PM
des closed D38372: sha512_224: Fix SHA512_224_Final() on little-endian machines..
Feb 6 2023, 5:04 PM
des updated the summary of D38373: libmd / md5: Add SHA-512/224..
Feb 6 2023, 4:27 PM
des updated the diff for D38373: libmd / md5: Add SHA-512/224..

Add missing md5 part.

Feb 6 2023, 4:26 PM
des retitled D38373: libmd / md5: Add SHA-512/224. from libmd: Add SHA-512/224. to libmd / md5: Add SHA-512/224..
Feb 6 2023, 4:26 PM
des committed rGa8fc2fe3af3d: tarfs: Remove unnecessary code. (authored by des).
tarfs: Remove unnecessary code.
Feb 6 2023, 4:25 PM
des committed rGc9ff56ce2d41: tarfs: Terminate dirents before copying them out. (authored by des).
tarfs: Terminate dirents before copying them out.
Feb 6 2023, 4:25 PM
des committed rGcc6e8949daf0: tarfs: Fix typo in man page. (authored by des).
tarfs: Fix typo in man page.
Feb 6 2023, 4:25 PM
des closed D38401: tarfs: Remove unnecessary code..
Feb 6 2023, 4:25 PM
des closed D38400: tarfs: Terminate dirents before copying them out..
Feb 6 2023, 4:25 PM
des closed D38399: tarfs: Fix typo in man page..
Feb 6 2023, 4:25 PM
des requested review of D38401: tarfs: Remove unnecessary code..
Feb 6 2023, 1:37 PM
des requested review of D38400: tarfs: Terminate dirents before copying them out..
Feb 6 2023, 1:37 PM
des requested review of D38399: tarfs: Fix typo in man page..
Feb 6 2023, 1:37 PM
des updated the diff for D38373: libmd / md5: Add SHA-512/224..

Remove comment about the 80386.

Feb 6 2023, 1:10 PM
des updated the diff for D38373: libmd / md5: Add SHA-512/224..

Hook up the SHA-512/224 tests.

Feb 6 2023, 1:02 PM
des added a reviewer for D38373: libmd / md5: Add SHA-512/224.: manpages.
Feb 6 2023, 12:13 PM
des added a comment to D38372: sha512_224: Fix SHA512_224_Final() on little-endian machines..

You're going to be adding test cases for this in libmd, right?

Feb 6 2023, 12:11 PM

Feb 4 2023

des updated the summary of D38373: libmd / md5: Add SHA-512/224..
Feb 4 2023, 1:10 PM
des updated the diff for D38373: libmd / md5: Add SHA-512/224..

Removed useless .Tn macro from man pages, deliberately not bumping Dd since neither the text nor the appearance has changed.

Feb 4 2023, 1:07 PM

Feb 3 2023

des committed rGcb96a0ef0040: cp: Minor code cleanup. (authored by des).
cp: Minor code cleanup.
Feb 3 2023, 3:38 PM
des closed D38369: cp: Minor code cleanup..
Feb 3 2023, 3:38 PM
des added a comment to D38372: sha512_224: Fix SHA512_224_Final() on little-endian machines..

Note that I intended to add assertions to be64enc_vect() and be64dec_vect(), but since the same code is used both in the kernel and in user space, it would have been needlessly complicated.

Feb 3 2023, 3:27 PM
des added a reviewer for D38373: libmd / md5: Add SHA-512/224.: Klara.
Feb 3 2023, 3:24 PM
des added reviewers for D38372: sha512_224: Fix SHA512_224_Final() on little-endian machines.: Klara, cperciva.
Feb 3 2023, 3:24 PM
des requested review of D38373: libmd / md5: Add SHA-512/224..
Feb 3 2023, 3:21 PM
des requested review of D38372: sha512_224: Fix SHA512_224_Final() on little-endian machines..
Feb 3 2023, 3:21 PM
des updated the summary of D38369: cp: Minor code cleanup..
Feb 3 2023, 12:14 PM
des updated the diff for D38369: cp: Minor code cleanup..

Additional cleanup.

Feb 3 2023, 12:13 PM
des retitled D38369: cp: Minor code cleanup. from cp: Clean up includes. to cp: Minor code cleanup..
Feb 3 2023, 12:13 PM
des requested review of D38369: cp: Minor code cleanup..
Feb 3 2023, 11:32 AM
des added a comment to D38291: cp: Simplify the common case..

The copyright may be on the weak side for this, but this violates my rights.

Feb 3 2023, 9:35 AM

Feb 2 2023

des committed rG57aa63022065: tarfs: Remove unused code. (authored by des).
tarfs: Remove unused code.
Feb 2 2023, 11:17 PM
des committed R9:12ae2fecd62e: Extend my PGP key. (authored by des).
Extend my PGP key.
Feb 2 2023, 10:54 PM
des committed rGcf93505e8de4: tarfs: Fix non-ZSTDIO build. (authored by des).
tarfs: Fix non-ZSTDIO build.
Feb 2 2023, 10:27 PM
des committed rGfb53e7adaf5b: tarfs: Fix 32-bit build. (authored by des).
tarfs: Fix 32-bit build.
Feb 2 2023, 8:40 PM
des committed rG69d94f4c7608: Add tarfs, a filesystem backed by tarballs. (authored by des).
Add tarfs, a filesystem backed by tarballs.
Feb 2 2023, 5:20 PM
des closed D37753: Add tarfs, a filesystem backed by tarballs..
Feb 2 2023, 5:20 PM
des accepted D38344: timeout: Move from /usr/bin to /bin.
Feb 2 2023, 5:16 PM
des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Feb 2 2023, 4:33 PM
des committed rG606d0e4a9a86: libc: Add tests for strchrnul(3). (authored by des).
libc: Add tests for strchrnul(3).
Feb 2 2023, 2:47 PM
des committed rG6c85042afcbb: cp: Simplify the common case. (authored by des).
cp: Simplify the common case.
Feb 2 2023, 2:47 PM
des committed rG822fa7ae1e3e: cp: Add tests involving sparse files. (authored by des).
cp: Add tests involving sparse files.
Feb 2 2023, 2:47 PM
des closed D38286: libc: Add tests for strchrnul(3)..
Feb 2 2023, 2:47 PM
des closed D38291: cp: Simplify the common case..
Feb 2 2023, 2:47 PM
des closed D38290: cp: Add tests involving sparse files..
Feb 2 2023, 2:47 PM

Feb 1 2023

des updated the diff for D38290: cp: Add tests involving sparse files..

Order tests lexicographically.

Feb 1 2023, 8:03 PM

Jan 31 2023

des updated the summary of D38291: cp: Simplify the common case..
Jan 31 2023, 2:26 PM
des abandoned D38191: cp: Add a -S option which preserves holes in sparse files..

Abandoning in favor of D38290 and D38291.

Jan 31 2023, 2:17 PM
des requested review of D38291: cp: Simplify the common case..
Jan 31 2023, 2:16 PM
des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 31 2023, 1:22 PM
des updated the diff for D38290: cp: Add tests involving sparse files..

Pick nit in sparse_only_hole case.

Jan 31 2023, 10:46 AM
des updated the diff for D38290: cp: Add tests involving sparse files..

Remove test cases that make no sense without the -S option.

Jan 31 2023, 10:44 AM
des added inline comments to D38065: netmap: Fix queue stalls on generic interfaces.
Jan 31 2023, 10:40 AM
des accepted D38179: patch: omit filename if the prompt was ignored.
Jan 31 2023, 10:36 AM
des added a comment to D38290: cp: Add tests involving sparse files..

As noted in D38191, our cp(1) transparently and unconditionally preserves holes when copying sparse files.

Jan 31 2023, 10:24 AM
des added reviewers for D38290: cp: Add tests involving sparse files.: Klara, rmacklem, ngie.
Jan 31 2023, 10:23 AM
des updated the diff for D38191: cp: Add a -S option which preserves holes in sparse files..

Moved test cases to D38290.

Jan 31 2023, 10:20 AM
des requested review of D38290: cp: Add tests involving sparse files..
Jan 31 2023, 10:16 AM
des added a comment to D38191: cp: Add a -S option which preserves holes in sparse files..

Independently of the matter of sparse files, should we remove the mmap() code entirely? Even in the absence of copy_file_range(), there is no real benefit outside of a narrow range of file sizes — much narrower, I suspect, than the [0, 8MB] range set out in the code.

Jan 31 2023, 10:11 AM
des committed rG3901be6a14ce: Makefile.inc1: Print the right PATH for missing install tool error (authored by jrtc27).
Makefile.inc1: Print the right PATH for missing install tool error
Jan 31 2023, 9:49 AM
des added a reverting change for rG7a4a520064cb: Fix cross-build from STABLE or older CURRENT.: rG93cc70bf9ca7: Bring our tzcode up to date..
Jan 31 2023, 9:48 AM
des added a reverting change for D38195: Fix cross-build from STABLE or older CURRENT.: rG93cc70bf9ca7: Bring our tzcode up to date..
Jan 31 2023, 9:48 AM
des committed rG93cc70bf9ca7: Bring our tzcode up to date. (authored by des).
Bring our tzcode up to date.
Jan 31 2023, 9:48 AM
des committed rGd3ed105942bb: tzcode: Implement timezone change detection (authored by trasz).
tzcode: Implement timezone change detection
Jan 31 2023, 9:48 AM
des committed rG134841a7f3e5: cmp: Increase buffer size for non-mmap case. (authored by des).
cmp: Increase buffer size for non-mmap case.
Jan 31 2023, 12:30 AM
des committed rG6673a5476d02: cmp: Print a summary on SIGINFO. (authored by des).
cmp: Print a summary on SIGINFO.
Jan 31 2023, 12:30 AM
des closed D38281: cmp: Increase buffer size for non-mmap case..
Jan 31 2023, 12:30 AM
des closed D38280: cmp: Print a summary on SIGINFO..
Jan 31 2023, 12:29 AM

Jan 30 2023

des added a comment to D38280: cmp: Print a summary on SIGINFO..

It's not obvious to me why we bother with the ifdefs. Most other utilities in the base system don't conditionalize SIGINFO support, but I guess it doesn't hurt.

Jan 30 2023, 11:44 PM
des requested review of D38286: libc: Add tests for strchrnul(3)..
Jan 30 2023, 11:41 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Fix unused var in !TARFS_DEBUG case.

Jan 30 2023, 7:12 PM
des added inline comments to D38280: cmp: Print a summary on SIGINFO..
Jan 30 2023, 6:22 PM
des updated the diff for D38280: cmp: Print a summary on SIGINFO..

Incorporate reviewer feedback.

Jan 30 2023, 6:22 PM
des added a reviewer for D38280: cmp: Print a summary on SIGINFO.: Klara.
Jan 30 2023, 5:29 PM
des added a reviewer for D38281: cmp: Increase buffer size for non-mmap case.: Klara.
Jan 30 2023, 5:29 PM
des retitled D38281: cmp: Increase buffer size for non-mmap case. from cmp: Increase buffser size for non-mmap case. to cmp: Increase buffer size for non-mmap case..
Jan 30 2023, 5:29 PM
des requested review of D38281: cmp: Increase buffer size for non-mmap case..
Jan 30 2023, 5:26 PM
des requested review of D38280: cmp: Print a summary on SIGINFO..
Jan 30 2023, 5:26 PM