summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcessList.c
AgeCommit message (Expand)Author
2016-06-15Don't store invisible trailing whitespaceHisham
2016-02-29any of these values may wrapHisham
2016-02-19Try to retain last full name of a zombie process.Hisham
2016-02-16Fix reading of io_syscr and io_syscw.Hisham
2016-02-13Fix buffer reuse.Hisham
2016-02-02Merge branch 'reuse-comm'Hisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2015-12-14Extend buffer for reading lines from /proc.Hisham Muhammad
2015-11-29Cached memory calculations, take 2.Hisham Muhammad
2015-11-28Account unreclaimable slab and shmem as used memory,Hisham Muhammad
2015-09-14Fix a case where the usertime calculation can overflow (see issue #202)Patrick Marlier
2015-08-20Reduce scope of variables.Hisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-08-04Fix typo in commentpeter-warhzner
2015-05-15fix compiler warningsChristian Hesse
2015-05-13Fix compilation of OpenVZ support.Hisham Muhammad
2015-04-09Enable OOM support unconditionally on Linux.Hisham Muhammad
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-16Build fixes to resync with FreeBSD changes.Hisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Linux build fixes.Hisham Muhammad
2015-03-16Merge branch 'master' into wipHisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-03-08Improve reading of cgroups.Hisham Muhammad
2015-02-23Merge fixesHisham Muhammad
2015-02-23Silence warnings reported in #70.Hisham Muhammad
2015-02-23Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-01-23Remove bogus assertion. Closes #159.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2015-01-19Fix initialization of cpuData structure. Closes #159.Hisham Muhammad
2014-11-27Add ProcessList_delete to the variable interface.Hisham Muhammad
2014-11-27Build fixes.Hisham Muhammad
2014-11-27A little refactoringHisham Muhammad
2014-11-24Builds on Linux again!Hisham Muhammad
2014-11-24Files moved and added for supporting separate platforms.Hisham Muhammad