summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessTable.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gcc14-analyzer-fixes' of BenBE/htopDaniel Lange9 days1-1/+1
|\
| * Explicit memory initialization when reading status fileBenny Baumann11 days1-1/+1
* | Use 'sb' name for local 'struct stat' buffersExplorer0911 days1-13/+13
* | Use 'fp' name for local 'FILE*' variables.Explorer0911 days1-8/+8
|/
* linux: harden terminal parsingChristian Göttsche2024-04-131-9/+33
* Drop casts to same typeChristian Göttsche2024-04-081-4/+4
* Linux: add process column whether it is marked a container processChristian Göttsche2024-04-061-1/+1
* Linux: detect container process by different PID namespaceChristian Göttsche2024-04-061-13/+45
* Linux: do not always read /proc/<pid>/statusChristian Göttsche2024-04-061-2/+9
* Linux: reorder some calls in LinuxProcessList_recurseProcTree()Christian Göttsche2024-04-061-26/+34
* Linux: update gathering information regarding threadsChristian Göttsche2024-04-061-39/+147
* Linux: gather permitted capabilities via capget(2)Christian Göttsche2024-04-061-8/+15
* linux: move libnl code into separate fileChristian Göttsche2024-04-051-113/+6
* Avoid glibc FILE API for secattrBenny Baumann2024-03-271-10/+4
* Avoid glibc FILE API for oom_scoreBenny Baumann2024-03-271-10/+15
* Avoid glibc FILE voodooBenny Baumann2024-03-271-4/+5
* Linux: add GPU meter and process columnChristian Göttsche2024-03-271-2/+23
* Read executable name before checking the command lineBenny Baumann2024-01-271-39/+48
* Properly track if we actually hit any token while scanning cmdlineBenny Baumann2024-01-271-49/+78
* Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche2024-01-251-5/+5
* Linux: drop preconditions for free_and_xStrdup()Christian Göttsche2024-01-201-6/+0
* Linux: rename variable for clearer intentChristian Göttsche2024-01-201-2/+2
* Update includes based on IWYUBenny Baumann2023-12-261-6/+6
* Fix code styleBenny Baumann2023-12-261-41/+41
* Add column for process container nameBenny Baumann2023-12-111-0/+21
* Update linux/LinuxProcessTable.cBowDown0972023-11-261-2/+2
* Use printKBytesBowDown0972023-11-241-1/+1
* Linux + PCP: Add private memory size columnBowDown0972023-11-241-0/+2
* Avoid OOB read when parsing process memory maps on LinuxBenny Baumann2023-11-081-0/+3
* strchrnul is a GNU libc extension, add a wrapper for other platformsNathan Scott2023-10-101-2/+2
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-0/+1642

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