summaryrefslogtreecommitdiffstats
path: root/pcp/PCPProcessTable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix code styleBenny Baumann2023-12-261-4/+4
|
* Add PCP supportBenny Baumann2023-12-111-0/+14
|
* Merge branch 'main' of https://github.com/BowDown097/htop into BowDown097-mainNathan Scott2023-11-271-0/+1
|\
| * Linux + PCP: Add private memory size columnBowDown0972023-11-241-0/+1
| |
* | PCP platform implementation of the compressed cgroup columnNathan Scott2023-11-271-0/+18
|/
* Merge branch 'style-header-consistency' of https://github.com/BenBE/htop ↵Nathan Scott2023-10-101-1/+1
| | | | into BenBE-style-header-consistency
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-0/+453
Following up with some discusson from a few months back, where it was proposed that ProcessTable is a better name. This data structure is definitely not a list ... if it was one-dimensional it'd be a set, but in practice it has much more in common with a two-dimensional table. The Process table is a familiar operating system concept for many people too so it resonates a little in that way as well.

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