summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo/linux/proc.c
Commit message (Expand)AuthorAgeFilesLines
* - [ZBX-365] added support of long process names for proc.num and proc.mem, L...sasha2008-04-281-483/+329
* - [ZBX-70] fixed even more compilation warnings (Alexei)alex2007-09-221-2/+8
* - cleaned code to avoid '... may be used uninitialized in this function' war...alex2007-06-141-1/+1
* - fixed processing of cmdline for proc.num and proc.mem (Alexei)alex2007-06-081-21/+37
* - fixed net-snmp compilation (Eugene)osmiy2007-03-131-2/+1
* - introduced secure strcat and strcpy: zbx_strlcat, zbx_strlcpy (Alexei)alex2006-11-011-8/+8
* zabbix-1.2_dev integrationosmiy2006-07-121-20/+16
* - fixed agent crash while evaluating proc.mem[] (Alexei)hugetoad2006-06-271-1/+5
* - added support of proc.mem[] for AIX (Eugene)osmiy2006-04-251-2/+2
* - fix proc.mem for linux (Eugene)osmiy2006-04-241-11/+13
* - added 'command line' parameter for Linux proc.mem[] (Eugene)osmiy2006-04-201-236/+265
* - improved proc.num for Linux, added parameter 'comm' (Eugene)osmiy2006-01-241-50/+71
* - added "SET_<TYPE>_RESULT" macross (Eugene)osmiy2005-11-251-6/+3
* Cleaning server code.hugetoad2005-11-141-2/+2
* More functions to return UINT64 instead of double.hugetoad2005-11-131-16/+20
* Minor changes.hugetoad2005-11-121-3/+3
* - fix shift in PROC_MEMORY function (Eugene)osmiy2005-11-021-13/+13
* - optimized sysinfo functions for linux system (Eugene)osmiy2005-10-311-2/+2
* - grouped commands in to the new command with parameters. [only in linux] (Eu...osmiy2005-10-281-7/+17
* - developed new interface for test functions. Result returns with srtuct. (Eu...osmiy2005-10-271-32/+14
* - added new item parameter: message (Eugene)osmiy2005-10-241-2/+2
* - improved support of proc.num[<process>,<user name>,<all|run|sleep|zomb>] (E...osmiy2005-10-171-209/+420
* - added file 'proc.c'osmiy2005-10-121-0/+300