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)
Thu, Apr 30, 3:26 AM
Unknown Object (File)
Tue, Apr 28, 9:16 AM
Unknown Object (File)
Sat, Apr 25, 12:15 AM
Unknown Object (File)
Thu, Apr 23, 10:40 AM
Unknown Object (File)
Tue, Apr 21, 6:11 PM
Unknown Object (File)
Tue, Apr 21, 10:49 AM
Unknown Object (File)
Mon, Apr 20, 3:29 AM
Unknown Object (File)
Sat, Apr 18, 2:01 AM
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