90 Commits (df9922a67eb8e02ab4cf1ff8f24b40f14094e699)

Author SHA1 Message Date
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
Martin "eto" Misuth 2379835910 Added platform dependent DEFAULT_SIGNAL define, for now for: 11 years ago
Hisham Muhammad 3fe2f3e28e Move list of signals to platform-specific code. 11 years ago
Patrick Marlier b37d4f172f Fix a case where the usertime calculation can overflow (see issue #202) 11 years ago
Christian Hesse e8970b6f32 fix calloc() calls 11 years ago
Hisham Muhammad 5e4f1e46cc Reduce scope of variables. 11 years ago
Hisham Muhammad 9428010121 Make column width calculation dynamic. 11 years ago
David Hunt 5e602f18d5 Rename String to StringUtils. 11 years ago
peter-warhzner 6f6f0e36ad Fix typo in comment 11 years ago
Maks Naumov 1bdee6b6ba Fix sort by cstime 11 years ago
Christian Hesse 08829cbc3b fix compiler warnings 11 years ago
Hisham Muhammad f4f6d54ffd Fix compilation of OpenVZ support. 11 years ago
Hisham Muhammad 2f45008477 Enable OOM support unconditionally on Linux. 11 years ago
Hisham Muhammad b291fba02b Fixes to use platform-specific compare routines. 11 years ago
Hisham Muhammad 4c24a9b462 Fixes to subclassing Process. 11 years ago
Hisham Muhammad 7cb8cb05fb Simplify constructors. 11 years ago