73 Commits (cceab15b9dbdc2f0914c8d479cefa429d1c0daaf)

Author SHA1 Message Date
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
Hisham Muhammad d0c72c3fb2 Move FunctionBar inside Panel 11 years ago
Hisham Muhammad 4e064e0db7 Build fixes to resync with FreeBSD changes. 11 years ago
Hisham Muhammad 272e2d9b34 Major advances in FreeBSD port. 11 years ago
Hisham Muhammad 7fd4af80ff Linux build fixes. 11 years ago
Hisham Muhammad adbfe3c3f1 Get FreeBSD tree to compile again with latest changes. 11 years ago
Hisham Muhammad be1700cf94 Isolate portable and Linux-specific process fields. 11 years ago
Hisham Muhammad e3fe3962cb Move more Linux-specific code into Linux subdir. 11 years ago
Hisham Muhammad e7d6eb6a82 Fix deletion of processes. Closes #172. 11 years ago
Hisham Muhammad a4b03e8875 Improve reading of cgroups. 11 years ago
Hisham Muhammad 39a725abc2 Fix deletion of processes. Closes #172. 11 years ago
Hisham Muhammad 0a184b769f Merge fixes 11 years ago
Hisham Muhammad 50000d808e Silence warnings reported in #70. 11 years ago
Hisham Muhammad 9780c312f4 Fix allocation of processes. Closes #166. 11 years ago
Hisham Muhammad 6f868b00c0 Fix allocation of processes. Closes #166. 11 years ago
Hisham Muhammad 83a829a286 Remove bogus assertion. Closes #159. 11 years ago