Page MenuHomeFreeBSD

sockstat: Ensure that there is always a space between columns
ClosedPublic

Authored by markj on Fri, Nov 29, 3:52 PM.
Tags
None
Referenced Files
F106217941: D47840.id147163.diff
Fri, Dec 27, 9:09 AM
F106213972: D47840.id.diff
Fri, Dec 27, 7:28 AM
F106210896: D47840.id147503.diff
Fri, Dec 27, 6:06 AM
F106188579: D47840.diff
Thu, Dec 26, 8:42 PM
Unknown Object (File)
Thu, Dec 26, 12:13 PM
Unknown Object (File)
Wed, Dec 11, 8:21 AM
Unknown Object (File)
Sun, Dec 8, 2:52 PM
Unknown Object (File)
Fri, Dec 6, 6:36 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60874
Build 57758: arc lint + arc unit

Event Timeline

markj requested review of this revision.Fri, Nov 29, 3:52 PM
asomers added a subscriber: asomers.

This looks like a good incremental change, although I can't test it right now. But this program is also begging for some TLC. It could benefit from libxo output, and it's also a good candidate for a C++ conversion. The entire -w option seems like an avoidable hack, if output were printed more intelligently. Most ambitiously of all, this program is fairly begging for some kind of "xo_print_table" function, that would automatically size the columns. But your change is still a good one by itself.

This revision is now accepted and ready to land.Fri, Nov 29, 6:23 PM

This looks like a good incremental change, although I can't test it right now. But this program is also begging for some TLC. It could benefit from libxo output, and it's also a good candidate for a C++ conversion. The entire -w option seems like an avoidable hack, if output were printed more intelligently. Most ambitiously of all, this program is fairly begging for some kind of "xo_print_table" function, that would automatically size the columns. But your change is still a good one by itself.

I can only agree.