99 Commits (843949131aa75312086bea6a50408e09d82f5209)

Author SHA1 Message Date
Christian Göttsche 843949131a Drop redundant casts to the same type 6 years ago
Christian Göttsche 18b1e9fba9 Do not drop qualifier in cast 6 years ago
Christian Göttsche edf1b10d2c Read CPU frequency from sysfs by default 6 years ago
Christian Göttsche 594409f299 Add DeepCode inline suppression 6 years ago
Benny Baumann 321960bd96 Update delay accounting to use NAN on error 6 years ago
Benny Baumann 3c65d78d77 Update CPU freq display to use NAN on error 6 years ago
Benny Baumann d0d3deb73c Properly query sysconf settting and use NAN if unavailable 6 years ago
Benny Baumann 29ec115143 Update IO rate display to use NAN on error 6 years ago
Christian Göttsche f9966b5be3 Use checked allocation wrappers 6 years ago
Christian Göttsche eb260af6bf Fix memory leak on cgroup read failure 6 years ago
Christian Göttsche 00665e2a2b Avoid unsigned integer overflow 6 years ago
Christian Göttsche 98ee833932 Add Linux process column for context switches 6 years ago
Christian Göttsche 37921382f4 Use PROCDIR throughout instead of /proc on Linux 6 years ago
Christian Göttsche b096fdbfc0 Avoid potential buffer overflow in LinuxProcessList_readStatFile 6 years ago
Nathan Scott 4597332959 Switch variable/field naming from WhiteList to MatchList 6 years ago
Nathan Scott c5808c56db Consolidate repeated macro definitions into one header 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Christian Göttsche 5c99c6e942 Check btime sscanf parse from /proc/stat 6 years ago
Christian Göttsche a850d81bf5 Avoid use of uninitialized variables 6 years ago
Christian Göttsche 05a5fdc47f Ignore sscanf return value of /proc/stat 6 years ago
Christian Göttsche af84d3dfa9 Fail on out-of-range CPU number 6 years ago
Christian Göttsche d9a5dd4b91 Improve OOM output 6 years ago
Christian Göttsche a48ce9d103 Really tell gcc to ignore return value of fscanf 6 years ago
Christian Göttsche 4e2b9f0965 Avoid shadowing warnings 6 years ago
Christian Göttsche 3856bf574b Introduce xAsprintf as checked version of asprintf 6 years ago
Nathan Scott eef6bc447d Correction to smaps buffer size passed to smaps path snprintf 6 years ago
Jure Oder 88c9ebb8f7 Properly identify zombie processes 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago
Ross Williams a267003f2f Linux fixes 7 years ago
Ross Williams 613556faeb Support for ZFS Compressed ARC statistics 7 years ago
Arnavion 81b64691a7 Move sysfs-reading code to LinuxProcessList.c and add average frequency. 7 years ago
Ross Williams a88d2e313d Refactor common OpenZFS sysctl access 7 years ago
Ross Williams 070fe90461 ZFS arcstats for Linux 7 years ago
Alexander Schlarb 078c2ddde5 Linux: Use /proc/*/smaps_rollup for improved PSS parsing speed 7 years ago
Alexander Schlarb fc0bf546c3 Linux: Add PSS (proportional set size), Swap and SwapPSS calculation 7 years ago
Hisham Muhammad 402e46bb82 Linting changes 7 years ago
Wataru Ashihara 41754e5632
Remove unnecessary HAVE_SYS_SYSMACROS_H check 7 years ago
Hisham Muhammad bae27054e6 Linux: fix CPU count 8 years ago
Hisham Muhammad 8d01ae2054 Linux: remove warnings of unused variables 8 years ago
Shawn Landden bd1d719a61 Linux: add process->starttime and use it for STARTTIME column (#700) 8 years ago
Score_Under d74b6dc8e0 Fix process name updates for shorter strings (#812) 8 years ago
Hisham Muhammad 47cf1532b0 Linux: change how kernel threads are detected 8 years ago
Kang-Che Sung (宋岡哲) c01f40eb3e Fix build failure ('major' undefined) in glibc 2.28. (#746) 8 years ago
Hisham Muhammad 6dda8d2586 linux/LinuxProcessList.c: Fix indentation. 8 years ago
Marc Kleine-Budde 70ed51a303 linux/LinuxProcessList: fix reading of number of read syscalls of process 8 years ago
André Carvalho b7b66b76a5 Adds support for linux delay accounting (#667) 8 years ago
Hisham Muhammad 9487bda330 Do not use xSnprintf when the result is used. Fixes #662. 9 years ago
Hisham Muhammad 09e241fb12 Security review: check results of snprintf. 9 years ago
Hisham Muhammad e940aecfb9 Add "no perm" status when other fields fail due to lack of permission. 9 years ago
Hisham 8af4d9f453 Interpret TTY_NR column on Linux, 10 years ago