Page MenuHomeFreeBSD
Feed Advanced Search

Apr 9 2022

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

I had made a similar change in my local tree, but used make's :ts flag instead. I guess the sed expression more portable, though:

Apr 9 2022, 3:48 AM

Mar 24 2020

dnelson_1901_yahoo.com added a comment to D23743: Update x11/xpra to 3.0.6 and switch to Python 3..

There are a bunch of cpython-generated files in the plist that have "37" hardcoded in the filename. Should those use %%PYTHON_VER%% instead?

Mar 24 2020, 5:56 PM

Aug 15 2018

dnelson_1901_yahoo.com created D16727: Fix hg support in newvers.sh.
Aug 15 2018, 5:25 PM

Aug 7 2018

dnelson_1901_yahoo.com updated the summary of D16518: newsyslog: simplify compression code.
Aug 7 2018, 1:07 AM
dnelson_1901_yahoo.com updated the diff for D16518: newsyslog: simplify compression code.
  • newsyslog: re-alphabetize variables
Aug 7 2018, 1:01 AM

Aug 4 2018

dnelson_1901_yahoo.com updated the diff for D16518: newsyslog: simplify compression code.
  • newsyslog: don't add -f to zstd args in this patch
  • newsyslog: remove unneeded braces
  • newsyslog: convert args to const char**
  • newsyslog: don't strdup pgm_name
Aug 4 2018, 7:27 PM
dnelson_1901_yahoo.com added inline comments to D16518: newsyslog: simplify compression code.
Aug 4 2018, 7:26 PM
dnelson_1901_yahoo.com updated the diff for D16518: newsyslog: simplify compression code.
  • newsyslog: more cleanup
  • newsyslog: more extensive cleanup
Aug 4 2018, 6:15 AM
dnelson_1901_yahoo.com updated subscribers of D16518: newsyslog: simplify compression code.

The rabbit hole goes deeper than I thought. The do_zipwork function came into being with @gad 's rS130167 commit back in 2004. Then the array of compression types was added in rS218127, then compression arguments were added in rS326617. Some of the code from the original commit remained but no longer makes sense, or is now being done in the wrong place.

Aug 4 2018, 6:12 AM

Aug 2 2018

dnelson_1901_yahoo.com added inline comments to D16518: newsyslog: simplify compression code.
Aug 2 2018, 10:17 PM
dnelson_1901_yahoo.com updated the diff for D16518: newsyslog: simplify compression code.
  • newsyslog: calculate the maximum compression suffix length at runtime
Aug 2 2018, 2:33 PM
dnelson_1901_yahoo.com added a reviewer for D16518: newsyslog: simplify compression code: markj.
Aug 2 2018, 3:32 AM
dnelson_1901_yahoo.com updated the diff for D16518: newsyslog: simplify compression code.

Rebase after rS337050 .

Aug 2 2018, 3:31 AM

Jul 31 2018

dnelson_1901_yahoo.com updated the diff for D16518: newsyslog: simplify compression code.

Fix typo

Jul 31 2018, 6:32 PM

Jul 30 2018

dnelson_1901_yahoo.com added a comment to D16518: newsyslog: simplify compression code.

I'm open to any other simplification ideas, but the storing of the compression options in their own separate arrays plus that nested loop particularly hurt my eyes.

Jul 30 2018, 8:43 PM
dnelson_1901_yahoo.com updated the summary of D16518: newsyslog: simplify compression code.
Jul 30 2018, 8:36 PM
dnelson_1901_yahoo.com added a reviewer for D16518: newsyslog: simplify compression code: bapt.
Jul 30 2018, 8:36 PM
dnelson_1901_yahoo.com created D16518: newsyslog: simplify compression code.
Jul 30 2018, 8:29 PM
dnelson_1901_yahoo.com set the repository for D16509: newsyslog: fix compression arglist construction to rS FreeBSD src repository - subversion.
Jul 30 2018, 3:25 PM
dnelson_1901_yahoo.com created D16509: newsyslog: fix compression arglist construction.
Jul 30 2018, 3:13 PM

Jun 18 2018

dnelson_1901_yahoo.com updated the diff for D15833: truss: add option to print the active syscall(s) if no activity after N seconds..

More updates.

Jun 18 2018, 8:20 PM
dnelson_1901_yahoo.com added a comment to D15833: truss: add option to print the active syscall(s) if no activity after N seconds..

I like the functionality added and that the timeout is configurable via a command line option. However, I would prefer to have the default off... But I leave the decision up to you.

Jun 18 2018, 8:19 PM

Jun 16 2018

dnelson_1901_yahoo.com updated the diff for D15833: truss: add option to print the active syscall(s) if no activity after N seconds..

Updated to address comments, and added a -t option to allow for adjustment of the timeout.

Jun 16 2018, 6:17 PM
dnelson_1901_yahoo.com added inline comments to D15833: truss: add option to print the active syscall(s) if no activity after N seconds..
Jun 16 2018, 6:15 PM

Jun 15 2018

dnelson_1901_yahoo.com added a comment to D15833: truss: add option to print the active syscall(s) if no activity after N seconds..

I wonder if the wchan for the process can be printed easily instead of 'sleeping'

Jun 15 2018, 9:20 PM
dnelson_1901_yahoo.com added a comment to D15833: truss: add option to print the active syscall(s) if no activity after N seconds..

I'd suggest make a new command-line switch for this functionality so we can:
1- set timeout dynamically
2- have the original behavior by not using the switch

Jun 15 2018, 9:17 PM
dnelson_1901_yahoo.com created D15833: truss: add option to print the active syscall(s) if no activity after N seconds..
Jun 15 2018, 8:37 PM

Jan 15 2018

dnelson_1901_yahoo.com added a comment to D13921: sysutils/devcpu-data: Migrate our microcode update on Intel to use precreated files..

In case anyone is wondering why there are fewer files installed as compared to the files extracted from microcode.dat, the old ucode-tool wrote each microcode update into a separate file, whereas the new files combine all the updates for a given family-model-stepping combination into their own files. Multiple updates in the same file will each have a different processor_flags value. Using the iucode-tool program to dump each set of files shows that they both include the same number of updates:

Jan 15 2018, 9:03 PM

Aug 1 2017

dnelson_1901_yahoo.com added a comment to D4672: Add extended attribute support to fuse..

Dan, does your filesystem use attribute names that start in "system." or "user."?

Aug 1 2017, 4:16 PM

Jul 31 2017

dnelson_1901_yahoo.com added a comment to D4672: Add extended attribute support to fuse..

For what it's worth, this patch seems to work when used with the net/s3ql filesystem. It has a unique method of communicating with the running daemon: it gets/sets extended attributes on a hidden control file in the mounted filesystem.

Jul 31 2017, 4:09 AM

Jul 28 2016

dnelson_1901_yahoo.com added a watcher for ZFS: dnelson_1901_yahoo.com.
Jul 28 2016, 4:55 AM
dnelson_1901_yahoo.com added a watcher for DTrace: dnelson_1901_yahoo.com.
Jul 28 2016, 4:55 AM
dnelson_1901_yahoo.com added a watcher for vbox: dnelson_1901_yahoo.com.
Jul 28 2016, 4:55 AM
dnelson_1901_yahoo.com added a watcher for MIPS: dnelson_1901_yahoo.com.
Jul 28 2016, 4:43 AM