Page MenuHomeFreeBSD

ps(1): Constify the format strings for canned displays
ClosedPublic

Authored by olce on Apr 1 2025, 1:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 12:01 AM
Unknown Object (File)
Sat, Nov 8, 5:33 PM
Unknown Object (File)
Mon, Nov 3, 9:12 PM
Unknown Object (File)
Mon, Nov 3, 9:02 PM
Unknown Object (File)
Wed, Oct 29, 1:35 PM
Unknown Object (File)
Wed, Oct 29, 12:42 PM
Unknown Object (File)
Sun, Oct 26, 5:37 PM
Unknown Object (File)
Mon, Oct 20, 3:02 PM
Subscribers

Details

Summary

Now that removal of non-explicitly-requested duplicate columns work with
a O(n) algorithm, remove the optimization of crushing the canned
displays' formats after first use and constify their format strings.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable