Page MenuHomeFreeBSD
Feed Advanced Search

Nov 1 2024

des requested review of D47382: fts: Simplify fts_alloc() and use calloc()..
Nov 1 2024, 1:06 PM
des added inline comments to D46547: Provide an option to turn off FTP anonymous usage.
Nov 1 2024, 9:00 AM

Oct 31 2024

des closed D47309: malloc(9): assert wait flags..
Oct 31 2024, 12:43 AM
des committed rGd0f9b0bd19bf: malloc(9): assert wait flags. (authored by des).
malloc(9): assert wait flags.
Oct 31 2024, 12:43 AM

Oct 29 2024

des accepted D47289: git-arc: Trap on every mktemp.

lgtm but I would suggest waiting for @markj to approve as well

Oct 29 2024, 5:42 PM
des updated the diff for D47309: malloc(9): assert wait flags..

operator precedence

Oct 29 2024, 5:40 PM

Oct 28 2024

des updated the diff for D47309: malloc(9): assert wait flags..

trim stray newlines

Oct 28 2024, 2:57 PM
des requested review of D47309: malloc(9): assert wait flags..
Oct 28 2024, 2:56 PM
des requested changes to D47289: git-arc: Trap on every mktemp.
Oct 28 2024, 2:44 PM
des added inline comments to D46781: git-arc: Make patch with reviewers more portable.
Oct 28 2024, 2:39 PM

Oct 25 2024

des added inline comments to D46767: git-arc: Do not echo unescaped literals to jq.
Oct 25 2024, 2:06 PM
des added inline comments to D46781: git-arc: Make patch with reviewers more portable.
Oct 25 2024, 1:59 PM

Oct 24 2024

des requested changes to D47274: git-arc: Use printf instead of echo.

revert everything except the three places I commented

Oct 24 2024, 11:21 AM

Oct 15 2024

des committed rG80c9caa46b1e: env: Add a handful of test cases. (authored by des).
env: Add a handful of test cases.
Oct 15 2024, 6:31 AM
des committed rG11b0b75a9fba: cmp: Style and type issues. (authored by des).
cmp: Style and type issues.
Oct 15 2024, 6:31 AM
des committed rG08e8554c4a39: env: Add a handful of test cases. (authored by des).
env: Add a handful of test cases.
Oct 15 2024, 6:30 AM
des committed rG02a8a4e4eb25: cmp: Style and type issues. (authored by des).
cmp: Style and type issues.
Oct 15 2024, 6:30 AM
des committed rG54cb2f5b8b89: sysctl.8: fix format typo (authored by igoro).
sysctl.8: fix format typo
Oct 15 2024, 5:20 AM
des committed rG76c656bd97b7: sysctl.8: fix format typo (authored by igoro).
sysctl.8: fix format typo
Oct 15 2024, 5:20 AM

Oct 9 2024

des committed rG3c37828ee187: cmp: Check the status of stdout. (authored by des).
cmp: Check the status of stdout.
Oct 9 2024, 12:12 PM
des committed rGd350e8d795d5: cmp: Style and type issues. (authored by des).
cmp: Style and type issues.
Oct 9 2024, 12:12 PM
des closed D47020: cmp: Check the status of stdout..
Oct 9 2024, 12:12 PM
des closed D47019: cmp: Style and type issues..
Oct 9 2024, 12:12 PM
des added a comment to D46957: devel/readline: Fix build for dependent ports..

It's not trying to detect varargs support, it's trying to detect support for __attribute__((__format__)).

Oct 9 2024, 12:10 PM
des closed D46957: devel/readline: Fix build for dependent ports..
Oct 9 2024, 12:07 PM
des committed R11:6d04fa18daaa: devel/readline: Fix build for dependent ports. (authored by des).
devel/readline: Fix build for dependent ports.
Oct 9 2024, 12:07 PM
des updated the diff for D47020: cmp: Check the status of stdout..

more thorough testing

Oct 9 2024, 10:17 AM
des updated the summary of D47020: cmp: Check the status of stdout..
Oct 9 2024, 9:59 AM
des updated the diff for D47020: cmp: Check the status of stdout..

avoid atexit

Oct 9 2024, 9:59 AM
des updated the diff for D47019: cmp: Style and type issues..

also tidy some tests

Oct 9 2024, 9:58 AM
des accepted D47004: daemon: stop rebuilding the kqueue every restart of the child.
Oct 9 2024, 9:00 AM
des accepted D47003: daemon: truncate the pidfile when we're waiting to restart child.
Oct 9 2024, 9:00 AM
des accepted D47005: daemon: tests: add a test for missed SIGTERM.
Oct 9 2024, 9:00 AM
des added a comment to D47020: cmp: Check the status of stdout..

DIFF_EXIT is non-zero but not an error. Unless -s was specified, it is preceded by a message to stdout, and POSIX requires us to not only exit non-zero but also print an error message to stderr if writing to stdout fails. I suppose this would be clearer if I rewrote cmp to return non-error results back to main so there was only a single non-error exit point, and then try to fflush(stdout) iff !sflag, rather than use atexit().

Oct 9 2024, 8:48 AM

Oct 8 2024

des requested review of D47020: cmp: Check the status of stdout..
Oct 8 2024, 10:02 PM
des requested review of D47019: cmp: Style and type issues..
Oct 8 2024, 10:02 PM
des committed rGc2d93a803ace: env: Check the status of stdout. (authored by des).
env: Check the status of stdout.
Oct 8 2024, 5:02 PM
des committed rG6f6166e49c78: env: Add an option to change the directory. (authored by des).
env: Add an option to change the directory.
Oct 8 2024, 5:02 PM
des closed D47009: env: Check the status of stdout..
Oct 8 2024, 5:02 PM
des closed D47008: env: Add an option to change the directory..
Oct 8 2024, 5:02 PM
des added inline comments to D47008: env: Add an option to change the directory..
Oct 8 2024, 1:52 PM
des updated the diff for D47009: env: Check the status of stdout..

style

Oct 8 2024, 1:48 PM
des updated the diff for D47008: env: Add an option to change the directory..

man page tweaks

Oct 8 2024, 1:48 PM
des added inline comments to D47009: env: Check the status of stdout..
Oct 8 2024, 1:44 PM
des updated the diff for D47008: env: Add an option to change the directory..

Update the manual page + error if -C or -P but no utility

Oct 8 2024, 11:50 AM
des updated the summary of D47008: env: Add an option to change the directory..
Oct 8 2024, 11:49 AM
des added a comment to D47008: env: Add an option to change the directory..

Doh! The manual page had completely slipped my mind...

Oct 8 2024, 11:40 AM
des updated the diff for D47008: env: Add an option to change the directory..

incorporate review feedback

Oct 8 2024, 11:06 AM
des updated the diff for D47009: env: Check the status of stdout..

Add test

Oct 8 2024, 10:09 AM
des requested review of D47009: env: Check the status of stdout..
Oct 8 2024, 10:07 AM
des requested review of D47008: env: Add an option to change the directory..
Oct 8 2024, 10:07 AM

Oct 7 2024

des committed rGa0dfb0668b45: env: Improve documentation. (authored by des).
env: Improve documentation.
Oct 7 2024, 9:02 PM
des committed rG334af5e4131b: env: Add a handful of test cases. (authored by des).
env: Add a handful of test cases.
Oct 7 2024, 9:02 PM
des closed D46997: env: Improve documentation..
Oct 7 2024, 9:01 PM
des closed D46996: env: Add a handful of test cases..
Oct 7 2024, 9:01 PM
des requested review of D46997: env: Improve documentation..
Oct 7 2024, 7:44 PM
des requested review of D46996: env: Add a handful of test cases..
Oct 7 2024, 7:44 PM
des accepted D46972: powerd: use nlsysevent if possible.
Oct 7 2024, 5:25 PM
des accepted D46972: powerd: use nlsysevent if possible.

lgtm with only cosmetic issues.

Oct 7 2024, 1:20 PM

Oct 6 2024

des committed rG2403e6d5aa9e: printf(): Save errno earlier. (authored by des).
printf(): Save errno earlier.
Oct 6 2024, 11:08 AM
des committed rG113e746686db: Update tzcode to 2024b. (authored by des).
Update tzcode to 2024b.
Oct 6 2024, 11:08 AM
des committed rGd2c02cfae55a: date: Fix a few nits. (authored by des).
date: Fix a few nits.
Oct 6 2024, 11:08 AM
des committed rG8d65747f7c6f: locate.updatedb: Explicitly exit from trap code. (authored by des).
locate.updatedb: Explicitly exit from trap code.
Oct 6 2024, 11:08 AM
des committed rG3053d32194fa: printf(): Save errno earlier. (authored by des).
printf(): Save errno earlier.
Oct 6 2024, 11:08 AM
des committed rG036ce2460cbc: Update tzcode to 2024b. (authored by des).
Update tzcode to 2024b.
Oct 6 2024, 11:08 AM
des committed rG46d52461bf36: locate.updatedb: Revert to using cat to copy the db. (authored by des).
locate.updatedb: Revert to using cat to copy the db.
Oct 6 2024, 11:07 AM
des committed rGeefeb6ca68bf: locate.updatedb: Explicitly exit from trap code. (authored by des).
locate.updatedb: Explicitly exit from trap code.
Oct 6 2024, 11:07 AM
des added a comment to D46957: devel/readline: Fix build for dependent ports..

Sorry, I misread HAVE_STDARG_H as STDARG_H_INCLUDED which would indicate that <stdarg.h> has been included. This is even worse: it requires the caller to use something like autoconf and to explicitly check for the existence of <stdarg.h> which, again, is not needed to simply use libreadline.

Oct 6 2024, 9:01 AM
des added a comment to D46957: devel/readline: Fix build for dependent ports..

Only if the translation unit that includes <readline/readline.h> also includes <stdarg.h>, which is required to define rl_message() since it uses va_start() etc but should not be required to merely call it.

Oct 6 2024, 8:59 AM

Oct 5 2024

des updated the summary of D46957: devel/readline: Fix build for dependent ports..
Oct 5 2024, 8:29 AM
des updated the diff for D46957: devel/readline: Fix build for dependent ports..

Just noticed the second half of the patch...

Oct 5 2024, 8:29 AM
des requested review of D46957: devel/readline: Fix build for dependent ports..
Oct 5 2024, 8:20 AM

Oct 3 2024

des added a comment to D46876: Remove the OpenBSD derived bc and dc programs (not built by default).

Stefan, I highly recommend that you install freebsd-git-devtools and use git arc to prepare and stage reviews:

Oct 3 2024, 7:11 AM

Oct 2 2024

des committed rG1c82bbd8650a: pf: Fix NOINET and NOINET6 build. (authored by des).
pf: Fix NOINET and NOINET6 build.
Oct 2 2024, 5:57 PM
des closed D46877: pf: Fix NOINET and NOINET6 build..
Oct 2 2024, 5:57 PM
des updated the diff for D46877: pf: Fix NOINET and NOINET6 build..

NOINET is also broken

Oct 2 2024, 5:40 PM
des retitled D46877: pf: Fix NOINET and NOINET6 build. from pf: Fix NOINET6 build. to pf: Fix NOINET and NOINET6 build..
Oct 2 2024, 5:39 PM
des added a comment to D46877: pf: Fix NOINET and NOINET6 build..

Ah yes, you need to also not have ALTQ enabled, and in fact this patch is too simple because the module also fails to build with NOINET.

Oct 2 2024, 5:38 PM
des added a comment to D46876: Remove the OpenBSD derived bc and dc programs (not built by default).

Is there value in keeping the tests that were added to the old version?

Oct 2 2024, 5:22 PM
des requested changes to D46876: Remove the OpenBSD derived bc and dc programs (not built by default).

You also need to remove tools/build/options/WITH_GH_BC, move the relevant section of tools/build/mk/OptionalObsoleteFiles.inc to ObsoleteFiles.inc, and regenerate share/man/man5/src.conf.5.

Oct 2 2024, 5:11 PM
des requested review of D46877: pf: Fix NOINET and NOINET6 build..
Oct 2 2024, 3:58 PM
des committed rG26bd374e7268: locate.updatedb: Revert to using cat to copy the db. (authored by des).
locate.updatedb: Revert to using cat to copy the db.
Oct 2 2024, 3:56 PM
des committed rG4e859e67dde2: libdiff: Implement diff coloring. (authored by des).
libdiff: Implement diff coloring.
Oct 2 2024, 3:56 PM
des committed rG2201f7c49f11: Build BSD diff3 if GNU diff3 is disabled. (authored by des).
Build BSD diff3 if GNU diff3 is disabled.
Oct 2 2024, 3:56 PM
des closed D46872: locate.updatedb: Revert to using cat to copy the db..
Oct 2 2024, 3:56 PM
des closed D46799: Build BSD diff3 if GNU diff3 is disabled..
Oct 2 2024, 3:56 PM
des closed D46873: libdiff: Implement diff coloring..
Oct 2 2024, 3:56 PM
des added a comment to D46799: Build BSD diff3 if GNU diff3 is disabled..

@bapt thank you for the test cases, this gives me something to work towards.

Oct 2 2024, 12:00 PM
des added inline comments to D44548: lorder: skip tests if cc not available.
Oct 2 2024, 11:10 AM
des requested review of D46873: libdiff: Implement diff coloring..
Oct 2 2024, 11:07 AM
des requested review of D46872: locate.updatedb: Revert to using cat to copy the db..
Oct 2 2024, 11:05 AM
des added a comment to D44548: lorder: skip tests if cc not available.

Specifying this in the Makefile is significantly less code than doing it in the atf tests:

TEST_METADATA.lorder_test+=  required_programs="ar cc lorder nm"

This metadata ends up in the Kyuafile.

Oct 2 2024, 10:51 AM
des committed R11:6725d1053614: net/isc-dhcp44-server: Fix checkconfig command. (authored by des).
net/isc-dhcp44-server: Fix checkconfig command.
Oct 2 2024, 10:46 AM

Sep 26 2024

des requested review of D46799: Build BSD diff3 if GNU diff3 is disabled..
Sep 26 2024, 9:30 PM
des committed rGf10f288faf08: diff3: Remove debugging remnant. (authored by des).
diff3: Remove debugging remnant.
Sep 26 2024, 9:13 PM

Sep 25 2024

des committed rGd2c2d5f4945a: stdio: Disable USE_XPRINTF envar. (authored by des).
stdio: Disable USE_XPRINTF envar.
Sep 25 2024, 5:16 PM
des committed rGcf73401c4f7a: diff3: Fix merge mode. (authored by des).
diff3: Fix merge mode.
Sep 25 2024, 5:15 PM
des closed D46765: stdio: Disable USE_XPRINTF envar..
Sep 25 2024, 5:15 PM
des closed D46762: diff3: Fix merge mode..
Sep 25 2024, 5:15 PM

Sep 23 2024

des requested review of D46765: stdio: Disable USE_XPRINTF envar..
Sep 23 2024, 7:34 PM