Christian Göttsche
|
49bb3c49ac
Silence clang analyzer warnings
|
5 months ago |
Christian Göttsche
|
a8b5d68520
Linux: use fast integer parsing for /proc/<pid>/stat
|
8 months ago |
Christian Göttsche
|
66f0ba0478
Linux: reorder /proc/<pid>/status parsing
|
7 months ago |
Christian Göttsche
|
ef07d6ed9f
Linux: show newlines in commands as ? instead of space
|
8 months ago |
Daniel Lange
|
52486dbc0f
Merge branch 'gcc14-analyzer-fixes' of BenBE/htop
|
8 months ago |
Explorer09
|
7017b86bbf
Use 'sb' name for local 'struct stat' buffers
|
8 months ago |
Explorer09
|
a46b3f0a98
Use 'fp' name for local 'FILE*' variables.
|
8 months ago |
Benny Baumann
|
51ead9d8b6
Explicit memory initialization when reading status file
|
9 months ago |
Christian Göttsche
|
49bad52fc2
linux: harden terminal parsing
|
9 months ago |
Christian Göttsche
|
626db518b3
Drop casts to same type
|
9 months ago |
Christian Göttsche
|
85c3c3a88a
Linux: add process column whether it is marked a container process
|
1 year ago |
Christian Göttsche
|
22d25db467
Linux: detect container process by different PID namespace
|
1 year ago |
Christian Göttsche
|
76a13dbb4e
Linux: do not always read /proc/<pid>/status
|
1 year ago |
Christian Göttsche
|
213411173c
Linux: reorder some calls in LinuxProcessList_recurseProcTree()
|
1 year ago |
Christian Göttsche
|
48181bc237
Linux: update gathering information regarding threads
|
1 year ago |
Christian Göttsche
|
b4d5b5cea9
Linux: gather permitted capabilities via capget(2)
|
1 year ago |
Christian Göttsche
|
a782ef3570
linux: move libnl code into separate file
|
9 months ago |
Benny Baumann
|
3eb8bfa4cc
Avoid glibc FILE API for secattr
|
10 months ago |
Benny Baumann
|
cdf7a5a93b
Avoid glibc FILE API for oom_score
|
10 months ago |
Benny Baumann
|
2b7f4a65a8
Avoid glibc FILE voodoo
|
10 months ago |
Christian Göttsche
|
f8c5bdd864
Linux: add GPU meter and process column
|
1 year ago |
Benny Baumann
|
ea30b98b86
Read executable name before checking the command line
|
1 year ago |
Benny Baumann
|
1f664ee214
Properly track if we actually hit any token while scanning cmdline
|
1 year ago |
Christian Göttsche
|
94c7822401
Explicitly check sscanf(3) and fscanf(3) return values
|
11 months ago |
Christian Göttsche
|
207db2e8f8
Linux: drop preconditions for free_and_xStrdup()
|
1 year ago |
Christian Göttsche
|
8e11f1f656
Linux: rename variable for clearer intent
|
1 year ago |
Benny Baumann
|
e56089e1fa
Update includes based on IWYU
|
1 year ago |
Benny Baumann
|
6aa9ef2726
Fix code style
|
1 year ago |
Benny Baumann
|
d5b1556497
Add column for process container name
|
1 year ago |
BowDown097
|
d20fcab197
Update linux/LinuxProcessTable.c
|
1 year ago |
BowDown097
|
ed1c7450e2
Use printKBytes
|
1 year ago |
BowDown097
|
986dbfc19c
Linux + PCP: Add private memory size column
|
1 year ago |
Benny Baumann
|
a64d1ea6c0
Avoid OOB read when parsing process memory maps on Linux
|
1 year ago |
Nathan Scott
|
4103c23327
strchrnul is a GNU libc extension, add a wrapper for other platforms
|
1 year ago |
Nathan Scott
|
b74673fe37
Rename ProcessList to ProcessTable throughout
|
1 year ago |