398 Commits (13b28fa9ed283d9236ceb30f77e403cb451a7cd7)

Author SHA1 Message Date
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
Christian Göttsche c865313e2d Reset cache values when setting comm value 5 years ago
Christian Göttsche 2b62126aea Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 960f52b783 SELinuxMeter: hardcode SELINUX_MAGIC value 5 years ago
David Zarzycki 37e186fd66 Linux: Add SwapCached to the swap meter 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 1b2d48bc9a Remove dead code 5 years ago
Christian Göttsche d9240999e9 Process: drop commLen 5 years ago
Christian Göttsche 70f48f1f44 Add wrapper function for free and strdup 5 years ago
Christian Göttsche 3715301fe3 Drop always false condition 5 years ago
Christian Göttsche a5db139a0a Linux: use correct column alignment for wide fields 5 years ago
Christian Göttsche 3bb731c645 RichString_setAttrn: refactor to take a length instead of a stop index 5 years ago
Christian Göttsche 8fe04b7494 Hashtable: use more distinct typename for key type 5 years ago
Matej Dian 43d5c61884 LibSensors: add support for Ryzen CPUs 5 years ago
Christian Göttsche e103ec0317 Declare for loop variables inside the loop 5 years ago
Christian Göttsche ce9e7fd14f Panel_new: reorder arguments 5 years ago
Christian Göttsche 8c8149d146 XUtils: check for multiplication overflow in allocation size 5 years ago
Christian Göttsche 90ea3ac3c9 Object: return int on comparison 5 years ago
Christian Göttsche 293c16e22d Only initialize and gather delay accounting data if a related column is enabled 5 years ago
Daniel Lange ca9d7cd708 Also find libsensors.so.4 for Fedora and friends 5 years ago
Christian Göttsche aa08279964 Linux: accept clock CPU frequency 5 years ago
Nathan Scott dfb9b82607 Resolve clang-analyzer signed/unsigned comparison CI failure 5 years ago
Benny Baumann 6502b02666 DiD: Ensure string offsets are inside string boundaries 5 years ago
Benny Baumann 10c6810bff Avoid NULL dereference on zombie processes 5 years ago
Benny Baumann 4a73e80338 Make remaining number literals use uppercase 5 years ago
Christian Göttsche 6b100b0cf4 Use upper case numeric literals 5 years ago
Christian Göttsche f614b8a19f Mark Platform_defaultFields const 5 years ago