483 Commits (ec2307688e14ccd7d63257db94de8b78e998f6ab)

Author SHA1 Message Date
Hisham Muhammad 402e46bb82 Linting changes 7 years ago
Wataru Ashihara 41754e5632
Remove unnecessary HAVE_SYS_SYSMACROS_H check 7 years ago
Daniel Lange c34be41e1c Widen ST_UID (UID) column to 5 chars to allow UIDs > 9999 without breaking alignment 8 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
Faster IT e1e3791363 Fix #define to match header when regenerating with MakeHeader.py (#789) 8 years ago
Hisham Muhammad 47cf1532b0 Linux: change how kernel threads are detected 8 years ago
Hisham Muhammad ccd156f8ba Updates to generated header files 8 years ago
Kang-Che Sung (宋岡哲) c01f40eb3e Fix build failure ('major' undefined) in glibc 2.28. (#746) 8 years ago
Hisham Muhammad 8c653212c0 Replace size_t with int/void* union 8 years ago
Hisham Muhammad b064d501ae linux/Battery.c: make sure fd is always closed 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
Jan Chren (rindeal) b0588d90ff parseBatInfo: check `line` for NULL before passing it to String_getToken() 8 years ago
Vladimir Panteleev 87be623eac Add support for Linux TASK_IDLE 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 f205f7004c Use regular readdir since readdir_r is deprecated and newer GCC complains. 9 years ago
Richard d5faf64374 Mark some things as const 9 years ago
Hisham Muhammad e940aecfb9 Add "no perm" status when other fields fail due to lack of permission. 9 years ago
Hisham Muhammad 71785e2ded Set idle I/O prio to 0x6007, like ionice. 9 years ago
Hisham Muhammad e9ecbd05bc Use class value only to display idle I/O priority. 9 years ago
Hisham bb8dec1582 Cap battery at 100%. 9 years ago
Kamyar Rasta 3f6d1262c0 Issue #502 fix SID colunm header width 9 years ago
Kamyar Rasta 84bc00a275 Issue #502 update Session ID column 9 years ago
Hisham 8af4d9f453 Interpret TTY_NR column on Linux, 10 years ago
Explorer09 1f3d85b617 Mark signal tables 'const' 10 years ago
Hisham bd5d37f297 Return when reading cmdline fails (e.g. zombie process) 10 years ago
Explorer09 bf35921abb Optimize Strings_startWith() 10 years ago
Hisham Muhammad 0fa03322a9 Dynamically adjust the size of line reads 10 years ago
Hisham 1a13b4d0f4 Don't store invisible trailing whitespace 10 years ago
Hisham e77811e99b any of these values may wrap 10 years ago
Hisham 797bcd0961 Catch invalid IO values due to no permissions. 10 years ago
Hisham baec4bdcb0 Try to retain last full name of a zombie process. 10 years ago
Hisham e0c364b9cc Fix reading of io_syscr and io_syscw. 10 years ago
Hisham 35657208d7 Disable the syscall on systems that don't have it. 10 years ago
Hisham 0b70439316 Fix buffer reuse. 10 years ago
Hisham 1cfcc42a8f Reuse comm object if possible, avoid useless repetitions of free+strdup. 10 years ago
Hisham b54d2dde40 Check for failure in allocations. 10 years ago
Explorer09 6dae8108f8 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. 10 years ago
Michael McConville 7170382706 Fix spelling of "maintainer" 10 years ago
Hisham Muhammad 802e216870 Extend buffer for reading lines from /proc. 10 years ago
Michael Klein cc23d13f87 Add Platform_getProcessEnv 10 years ago
Hisham Muhammad a84aa2e782 Cached memory calculations, take 2. 10 years ago
Hisham Muhammad 5bc1f5ed04 Account unreclaimable slab and shmem as used memory, 10 years ago
Hisham Muhammad 71190654bc Calculate CPU averages on Darwin (See #295). 11 years ago
Martin "eto" Misuth 93f05b459f fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream 11 years ago