1616 Commits (003f2c06a4a346ecfcc9272700a6fa71d381c43e)
 

Author SHA1 Message Date
Nathan Scott 003f2c06a4 Merge branch 'cleanup-init-done' into master 5 years ago
Nathan Scott 82a69ee87a Consistent ordering of function declarations for FreeBSD 5 years ago
Christian Göttsche 17eeb7573a LinuxProcessList: skip parsing threads if the kind of thread is disabled 5 years ago
Benny Baumann be39de14dd Reduce scope of cached values 5 years ago
Christian Göttsche be568b1153 Object: assert callbacks exists 5 years ago
Benny Baumann 03f9a86918 Reduce scope of local variables 5 years ago
Benny Baumann ddda739cb2 Simplify code flow by inlining declarations where they are used 5 years ago
Benny Baumann 3cb96f1a36 No need to check for change when no action is required 5 years ago
Benny Baumann 98943d595e Reduce scope of totaltime 5 years ago
Benny Baumann 51be2d5415 Fix NULL pointer dereference on kstat_lookup failure 5 years ago
Benny Baumann d2c64c16e6 Fix build for custom make targets 5 years ago
Christian Göttsche 0f4e3ebc95 Simplify page size related calculations 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Christian Göttsche 3e5cba91ce LinuxProcess: mark LinuxProcess_printDelay static 5 years ago
Christian Göttsche 4fb82e301d fix indent 5 years ago
Benny Baumann f752c6e2d1 Remove unnecessary parens 5 years ago
Christian Goettsche f5c3349bdb IWYU update (FreeBSD) 5 years ago
Christian Göttsche 7cf5277594 IWYU update (Linux) 5 years ago
Nathan Scott 5d50f43d5f Add whitespace to improve Linux Platform_init readability 5 years ago
Nathan Scott c75c5ef9c6 Minor cleanups to platform-specific init and done 5 years ago
Nathan Scott 329011bb98 Add missing OpenBSD battery function declaration 5 years ago
Christian Göttsche 0a2105eb22 Spelling corrections 5 years ago
Christian Göttsche f720868998 Align command line argument descriptions in help output 5 years ago
Nathan Scott 0eb3c7589d Merge individual Battery.[ch] files into Platform.[ch] 5 years ago
Nathan Scott ea9622b8c9 Merge individual Battery.[ch] files into Platform.[ch] 5 years ago
Christian Göttsche e3af8d0d08 DarwinProcessList: mark local functions static and sort includes 5 years ago
Christian Göttsche ba2d59020d DarwinProcess: mark local function static and sort includes 5 years ago
Christian Göttsche b3b890f546 Use 0 as no-match value for sortkey 5 years ago
Christian Göttsche f38af725c2 Silence theoretical memory leak 5 years ago
Daniel Lange fec9af4e6f Merge branch 'temperature_v2' of cgzones/htop 5 years ago
Benny Baumann a94fd87b05 Avoid calling Object_isA from inside Vector_isConsistent 5 years ago
Christian Göttsche 307c34b028 Hashtable: use dynamic growth and use primes as size 5 years ago
Christian Göttsche 7914ec201e Hashtable update 5 years ago
Christian Göttsche 15eab2012d Add process column for normalized CPU usage 5 years ago
Daniel Lange a8a723ffe9 Add debug state to the configure report (thanks @benbe for the idea) 5 years ago
Christian Göttsche 1b225cd7a0 Show CPU temperature in CPU meter 5 years ago
Daniel Lange 309f1d7282 hwloc = (portable) HardWare LOCality, not related to lock 5 years ago
Daniel Lange 8bc083c6c6 Merge branch 'highlight-new-old-processes' 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 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 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