427 Commits (3db3737d75d3eb6803f4c60aa90ea16fdd2eb9f5)

Author SHA1 Message Date
Christian Göttsche a05e78f531 Linux: use more robust pid parsing 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Christian Göttsche 36880cd61c Add read-only option 5 years ago
Christian Göttsche 812cfcb94d Rename drop-capabilities options none to off 5 years ago
Christian Göttsche 74d061700c LinuxProcessList_recurseProcTree(): drop non necessary parameter 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Sohaib 421bdeec60 Merging all the points related to calculating time in one place 5 years ago
Christian Göttsche 73f5ecf528 Linux: handle garbage in /proc/loadavg 5 years ago
Christian Göttsche 5ef3c26168 Drop always true condition 5 years ago
Christian Göttsche a19b176099 Correct spelling in comment 5 years ago
Christian Göttsche 9c437ceb0c Drop unused attributes of actually used function parameters 5 years ago
Christian Göttsche 7b293dc3e2 Linux: fix --drop-capabilities 5 years ago
Nathan Scott 253ff23f9e Use a platform-specific routine for long option usage 5 years ago
Nathan Scott 0ada9f325f Move libcap use to (Linux) platform-specific code 5 years ago
Benny Baumann 57e0ce7b4f Use `#if defined()` syntax when `#elif defined()` is present 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Christian Göttsche f46fcf094e Linux: Rework libsensors parsing 5 years ago
Christian Göttsche e942736267 LinuxProcessList: drop unnecessary parenthesis 5 years ago
Christian Göttsche 9f41dc3332 MemoryMeter: show shared memory before cached 5 years ago
Christian Göttsche d9f2eacbc5 Linux: individually show shared memory 5 years ago
Christian Göttsche 0cfc9b0980 LinuxProcessList: refactor /proc/stat parsing 5 years ago
Christian Göttsche 2d1042adb3 Save text buffer in Meter 5 years ago
Nathan Scott adaf748ab6 Fix include file ordering of generic headers 5 years ago
Nathan Scott 61ef1134d9 Move generic (shared) code into its own sub-directory 5 years ago
Nathan Scott 5b50ae3aa3 Separate display from sampling in SysArch and Hostname Meters 5 years ago
Christian Göttsche ff4ee2eafc LinuxProcess: Drop dead assignment 5 years ago
Christian Göttsche 13b28fa9ed Enclose macro argument in parentheses 5 years ago
Nathan Scott 00339087b0 Fix integer sizing issues in the DiskIO Meter 5 years ago
Nathan Scott 2d1839289e Fix integer sizing issues in the NetworkIO Meter 5 years ago
Nathan Scott 7433bf4b18 Correctly detect failure to initialize boottime 5 years ago
Nathan Scott 8cd90f0c4a Fix a couple of small spelling mistakes in comments 5 years ago
Christian Göttsche f273bfd083 Linux: restore memory calculation regarding HugePages 5 years ago
Christian Göttsche 3d497a3760 Linux: overhaul memory partition 5 years ago
Christian Göttsche fd4e6b432b Use MainPanel type in State struct 5 years ago
Daniel Lange ef87877826 Fix typo, align with man page, drop dots 5 years ago
Benny Baumann 12208af777 DiD: Avoid negative cmdlineBasenameOffset 5 years ago
ahgamut 51e79ddc07 [#480] SysArchMeter to view kernel/arch info 5 years ago
Christian Göttsche 7bfa466abe Linux: silence UBSAN implicit conversions 5 years ago
Christian Göttsche 1014e897a7 Linux: document /proc/PID/stat field parsing 5 years ago
Christian Göttsche 69efa94f9f Use String_eq wrapper instead of raw strcmp 5 years ago
Christian Göttsche fdaa15bd8d Linux: overhaul io process fields 5 years ago
Christian Göttsche a3c8285237 Refactor to tty_nr process field display 5 years ago
Christian Göttsche 03d6345c89 Process: document process fields 5 years ago
Christian Göttsche 575edffb4b Add configure option to create static htop binary 5 years ago
Daniel Lange 074703bd5c Implement stable tie-breaker and add more defaultSortDesc fields as per cgzones' suggestions, simplify Process_compare flow from BenBE 5 years ago
Daniel Lange 4531b31d92 Sort out the mess around column sorting that had accumulated over time 5 years ago
David Zarzycki 03824da684 Linux: individual huge page values in the huge page meter 5 years ago
Christian Göttsche 4d85848988 Linux: handle hugepages 5 years ago
Daniel Lange 71f51a20c1 Define PATH_MAX for GNU/hurd 5 years ago
Christian Göttsche 1f20c0fb3d Linux: fall back to cpuinfo on slow scaling_cur_freq read 5 years ago