summaryrefslogtreecommitdiffstats
path: root/generic/uname.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve String_contains_i to allow for multiple termsDaniel Lange2022-03-251-1/+1
| | | | | | | | | | | This enables: * Multiple filters in the main panel and strace etc. views * Multiple search terms The search terms are separated by "|" and are still fixed strings matched case-insensitive. Added a multi flag at request of BenBE.
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+2
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-3/+6
|
* Resolve trailing-whitespace failure in CI (merge issue)Nathan Scott2021-03-041-1/+1
|
* Fix include file ordering of generic headersNathan Scott2021-03-041-4/+5
|
* Move generic (shared) code into its own sub-directoryNathan Scott2021-03-041-0/+93
Code that is shared across some (but not all) platforms is moved into a 'generic' home. Makefile.am cleanups to match plus some minor alphabetic reordering/formatting. As discussed in https://github.com/htop-dev/htop/pull/553

© 2014-2024 Faster IT GmbH | imprint | privacy policy