290 Commits (267014cbfe584ff9a1bc74d671f8aaa27251fd49)

Author SHA1 Message Date
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 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 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 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 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
Christian Göttsche 952ee9cd77 LinuxProcessList: fix misspelling 5 years ago
Christian Göttsche 6c2849ec81 Linux: fix display of new thread for one cycle when hidden 5 years ago
Christian Göttsche 17eeb7573a LinuxProcessList: skip parsing threads if the kind of thread is disabled 5 years ago
Benny Baumann 03f9a86918 Reduce scope of local variables 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 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
Christian Göttsche 0a2105eb22 Spelling corrections 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 f38af725c2 Silence theoretical memory leak 5 years ago
Christian Göttsche 15eab2012d Add process column for normalized CPU usage 5 years ago
Christian Göttsche 1b225cd7a0 Show CPU temperature in CPU meter 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 397b5c4bd0 Introduce spaceship comparison for Processes 5 years ago
Daniel Lange da2dcf9505 Remove duplicate test for NUL 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 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 c790b6ae67 Remove accidental syntax collision 5 years ago