Daniel Lange
309f1d7282
hwloc = (portable) HardWare LOCality, not related to lock
5 years ago
Daniel Lange
8bc083c6c6
Merge branch 'highlight-new-old-processes'
...
Thanks to @adsr for the great work
Closes #241 , closes #74
Massive rebase, so #keepfingerscrossed
5 years ago
Daniel Lange
19868a3c29
Fix whitespace before comma in the new color definitions
5 years ago
Daniel Lange
8f2d129dce
Apply patch from BenBE as per https://github.com/htop-dev/htop/pull/241#issuecomment-720081138
5 years ago
Daniel Lange
0951090fa4
Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes
5 years ago
Christian Göttsche
0411fdbcef
Use spaceship comparison for TTYs
5 years ago
Christian Göttsche
f856fe6463
Early skip non-directories when searching for process information
5 years ago
Christian Göttsche
ad72b747fa
Drop hideThreads Setting
...
It is only used to read process directories on RedHat beginning with a dot.
Unconditionally accept directories with a starting dot.
5 years ago
Christian Göttsche
9f67b95308
Mark local functions static
5 years ago
Christian Göttsche
91317322fe
Mark ProcessList_keyAt argument const
5 years ago
Christian Göttsche
42073babb9
Use uid_t type for Process_getuid
5 years ago
Christian Göttsche
397b5c4bd0
Introduce spaceship comparison for Processes
...
If currently two unsigned values are compared via `a - b`, in the case b
is actually bigger than a, the result will not be an negative number (as
-1 is expected) but a huge positive number as the subtraction is an
unsigned subtraction.
Avoid over-/underflow affected operations; use comparisons.
Modern compilers will generate sane code, like:
xor eax, eax
cmp rdi, rsi
seta al
sbb eax, 0
ret
5 years ago
Christian Göttsche
d785b1bbc3
Fixup of SystemdMeter merge
5 years ago
Daniel Lange
f2b2735e07
Resolve merge conflicts, merge #229 "Add SystemdMeter" from @cgzones
5 years ago
Daniel Lange
bb908f3dc4
Resolve merge conflicts, merge #298 "Macro cleanup" from @BenBE
5 years ago
Daniel Lange
da2dcf9505
Remove duplicate test for NUL
...
Fixes #308 , thanks @qarmin (Rafał Mikrut)
5 years ago
BenBE
9e976b899b
Merge pull request #239 from StoneBam/list-locks
5 years ago
Benny Baumann
d431786fca
Split data array for file lock information into separate fields
5 years ago
Benny Baumann
18763051a2
Split platform dependent parts for file locks screen
5 years ago
Benny Baumann
2d6da2e520
Add compat wrapper for readlinkat
5 years ago
Fynn Wulf
84dad4c38e
Implement screen for active file locks
5 years ago
Benny Baumann
e7b95feee4
Remove unnecessary braces
5 years ago
Benny Baumann
0e922d4085
Integrate NAN check into assignment
...
The check for NAN is kept to avoid relying on implementation details of the CLAMP macro/function
5 years ago
Benny Baumann
cb8bb12974
Shorten initializer
5 years ago
Benny Baumann
1c060a9d6b
Avoid RichString_beginAllocated being ammendable
5 years ago
Benny Baumann
0d64ca9262
Wrap inline structure definitions
5 years ago
Benny Baumann
45869513bf
Embracing branches
5 years ago
Benny Baumann
61e14d4bb2
Spacing around operators
5 years ago
Benny Baumann
b23f8235e2
Whitespace and indentation issues
5 years ago
Benny Baumann
9a16b1079e
Make scope of match macro symmetric
5 years ago
Benny Baumann
493217e814
Fix indentation to 3 spaces
5 years ago
Benny Baumann
adf797c295
Spacing after keywords (for)
5 years ago
Benny Baumann
374edb9ed5
Spacing after keywords (if)
5 years ago
Benny Baumann
0a51eae11f
Spacing after keywords (while)
5 years ago
Benny Baumann
1877325329
Spacing after keywords (#define)
5 years ago
Benny Baumann
db0a13970e
Convert addattrstr to static inline function
...
NB: The macro could have been a braced while(0) loop, which without optimization produces more code
5 years ago
Benny Baumann
c790b6ae67
Remove accidental syntax collision
5 years ago
Benny Baumann
7ab0915a6c
Remove unnecessary trailing semicolon on macros
5 years ago
Christian Göttsche
0806a7958b
Assert Vector_get returns an object
...
It is generally assumed Vector_get returns a non-NULL object.
Use a generic assert in Vector_get instead of in callers.
5 years ago
Daniel Lange
742e610f1d
Merge branch 'wrap' of cgzones/htop
5 years ago
Christian Göttsche
0c1908832b
Handle data wraparounds in IO Meters
...
If the current data is smaller than the previous one, either by a retrieve error
or a device removal or a original data wraparound, sanitize the value to zero.
Fixes : #299
5 years ago
Adam Saponara
a83f515f0f
Address items from review
5 years ago
Christian Göttsche
15652e7b81
Enclose macro arguments in parentheses
5 years ago
Christian Göttsche
2a9e8ca074
Add SystemdMeter
5 years ago
Murloc Knight
ab17ef4dc0
Zram Meter feature
5 years ago
Christian Göttsche
43d274a617
Use integer type for item count instead of char
5 years ago
Erdem Ersoy
59ef15b2ad
Fix segmentation fault when column name is NULL.
...
So, some columns (ex: SECATTR) can be sortable now.
5 years ago
Daniel Lange
6787c43097
Merge branch 'source-format' of BenBE/htop
...
Closes #158
5 years ago
Benny Baumann
de884d17bb
Documentation on the repository style guide
5 years ago
Adam Saponara
dde71c6637
Highlight new and old processes ( #74 )
5 years ago