1712 Commits (8029e9af04e6cd812383c392b791e6c4fd50b26d)
 

Author SHA1 Message Date
Daniel Lange 7899ae2eb1 Replace more snprintfs, reduce buffer sizes to what is printed 5 years ago
Benny Baumann 0b29e5074c Use 'N/A' instead of 'no perm' for more consistency 5 years ago
Daniel Lange 6c306315c8 Fix reading of device nodes > 2 chars from memory maps 5 years ago
Christian Göttsche a41e5c0a80 configure: do not check functions we are using unconditionally 5 years ago
Christian Göttsche 2ff2859c23 Add compat mode for systems without openat(2) 5 years ago
Christian Göttsche 638207a2ff LinuxProcessList: use openat instead of building path strings 5 years ago
Nathan Scott f704baeb82 Drop unused global ProcessList memory fields 5 years ago
Nathan Scott fee217551c Drop unneeded parameters to the ScreenManager constructor 5 years ago
Benny Baumann 83bf8cfad6 Make casing of N/A consistent (majority was N/A) 5 years ago
Benny Baumann 2c27f1d9ab Randomly refresh M_LRS calculation, but latest after 2s 5 years ago
Benny Baumann 08d6e25301 Distinguish display of no permissions for reading M_LRS 5 years ago
Benny Baumann 31044d1729 Roll our own strtoull implementation specialized to handle the parsing requirements 5 years ago
Benny Baumann cceab5f803 Hardcode actual conversions to read the maps file data 5 years ago
Benny Baumann 721d9112d9 Only calculate M_LRS size every 5 seconds 5 years ago
Fynn Wulf 7f18b352b0 Calculate library size (M_LRS column) from maps file 5 years ago
Christian Göttsche 46a2e8ac63 IOPriorityPanel: drop unnecessary buffer size decrement 5 years ago
Christian Göttsche 15fe8717b1 configure: create typedefs for fixed-sized integers if needed 5 years ago
Christian Göttsche 748f3eb7d8 Fix crash when getCommandStr not overloaded for a platform process 5 years ago
Christian Göttsche d62c2e9cca LinuxProcessList_recurseProcTree: compute time only once and mark parent const 5 years ago
Christian Göttsche a6a5686388 Track file descriptors in valgrind script 5 years ago
Christian Göttsche 9b31ee5b63 Drop taskstats conditional 5 years ago
Christian Göttsche c88c80e3bd Drop cgroup conditional 5 years ago
Christian Göttsche 267014cbfe Add support to change numeric options in settings screen 5 years ago
Christian Göttsche adf9185209 Fully support non-ascii characters in Meter-Bar 5 years ago
Christian Göttsche c038326a70 LinuxProcessList: fix misspelling 5 years ago
Christian Göttsche 601ad61e7d Unify naming of first argument of Platform_getBattery 5 years ago
Christian Göttsche a3221f3677 Improve Fahrenheit temperature configuration text 5 years ago
Christian Göttsche 1d5b0522ac ProcessLocksScreen_draw: use Process_getCommand instead of raw comm 5 years ago
Christian Göttsche 4af8c63f63 Fix file descriptor leak in LinuxProcessList_readCmdlineFile after xread failure 5 years ago
Benny Baumann 21e3063e2e Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline 5 years ago
Benny Baumann ec36c5ccf8 Group the "Merge Command" related options visually 5 years ago
Benny Baumann 46ee28e897 Refactor command string creation 5 years ago
Benny Baumann 27b36dab1a Make kernel thread display for COMM/EXE columns less visible and more consistent 5 years ago
Benny Baumann 45cb99d870 Minor indentation fix 5 years ago
Benny Baumann f0a232568f Reduce visual noise to when comm and cmdline actually disagree on the program basename 5 years ago
Narendran Gopalakrishnan dde2af1fdb Assume full basename matches COMM when matching full COMM buffer 5 years ago
Narendran Gopalakrishnan e33d4d9460 Include merge status with column title when enabled 5 years ago
Narendran Gopalakrishnan be60419630 Cleanup some documentation 5 years ago
Benny Baumann fcda517a67 Add heuristic for space-separated cmdline 5 years ago
Benny Baumann 98fce1fb43 Compatibility function for faccessat 5 years ago
Narendran Gopalakrishnan 09fe94da18 Improving Command display/sort 5 years ago
Christian Göttsche 42c842c190 LinuxProcess_adjustTime: simplify by not using double 5 years ago
Daniel Lange 95f553b10c Move treeView setting to make status bar item correct when using --sort-key, patch from @cgzones 5 years ago
Christian Göttsche 952ee9cd77 LinuxProcessList: fix misspelling 5 years ago
Christian Göttsche 72df930241 DarwinProcessList: retry getting list of all processes on ENOMEM 5 years ago
Christian Göttsche 6c2849ec81 Linux: fix display of new thread for one cycle when hidden 5 years ago
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