Commit Graph

73 Commits

Author SHA1 Message Date
Doug MacEachern 73f9b8cf84 GPL v2 license -> Apache 2 license
(grit-generated)
2010-04-28 14:57:11 -07:00
Doug MacEachern a3851c6b9a (SIGAR-162) plug possible memory leak in sigar_iodev_get util 2009-07-16 07:10:04 -07:00
Doug MacEachern bd2178d0cf [SIGAR-132] Fix possible memory leak in sigar_rpc_ping 2009-02-06 13:46:49 -08:00
Doug MacEachern 1a0db053ed [SIGAR-116] check return value from read() in sigar_file2str() 2008-08-05 23:49:58 +00:00
Doug MacEachern 311714fcc3 fix dlinfo_modules return status 2008-07-12 15:46:53 +00:00
Doug MacEachern 7d63d0f092 cpu rollup log noise reduction 2008-07-11 23:09:38 +00:00
Doug MacEachern e3f6a1bbd7 fix hpux+aix compile 2008-04-29 05:57:12 +00:00
Doug MacEachern dd9575370a fix solaris compile 2008-04-11 05:13:18 +00:00
Doug MacEachern 7ddee1ca1a cpuid works for any os w/ gcc + x86|x64 2008-04-11 02:58:44 +00:00
Doug MacEachern aac5fcb703 windows cpuid x64 version 2008-04-10 18:39:22 +00:00
Doug MacEachern 7c61bc6695 windows version of sigar_cpuid 2008-04-10 17:40:27 +00:00
Doug MacEachern da647fe47e minor cpuid cleanup 2008-04-10 17:15:42 +00:00
Doug MacEachern 2b9c8971e0 move cpuid from os/linux to sigar_util for use on other platforms 2008-04-09 06:29:08 +00:00
Doug MacEachern f753b02aec rewind the Link_map to get all loaded modules 2008-04-04 18:53:44 +00:00
Doug MacEachern 3cf07fbb30 move sigar_dlinfo_modules to util for use with FreeBSD 2008-04-04 18:39:42 +00:00
Doug MacEachern 565c48cca3 fix windows compile 2008-04-03 04:58:39 +00:00
Doug MacEachern d826684c33 [SIGAR-92] Add memory free and used in percentage units 2008-04-03 04:45:28 +00:00
Doug MacEachern 208714be01 add strcasestr util 2008-03-26 21:29:17 +00:00
Doug MacEachern b37c690749 windows sigar_time_now_millis impl 2008-03-16 19:26:29 +00:00
Doug MacEachern 15f7996b8a add sigar_time_now_millis util 2008-03-16 19:19:35 +00:00
Doug MacEachern 26d071a6cb reusing SIGAR_NAME_IS_DEV macro 2008-03-16 02:21:25 +00:00
Doug MacEachern cf8308ad60 include sys/stat.h 2008-03-16 02:11:11 +00:00
Doug MacEachern 67f94cc5a8 add generic filesystem name -> device mapping 2008-03-16 01:54:24 +00:00
Doug MacEachern d9e510494b start NetBSD port 2008-03-09 16:41:59 +00:00
Doug MacEachern 67323ea91b fixup includes for OpenBSD 2007-06-03 22:49:16 +00:00
Doug MacEachern 09c4138dbd make sigar_proc_args_get a wrapper 2007-04-22 05:37:39 +00:00
Doug MacEachern ad433cf375 make sigar_proc_list_get a wrapper 2007-04-22 03:54:04 +00:00
Doug MacEachern 5a6526f0aa Fix AIX 5.2 compile where rpcsvc/nfs_prot.h might not exist
Submitted by: Jan Kneschke <jan.kneschke@mysql.com>
2007-04-19 14:49:47 +00:00
Doug MacEachern 578b7607db fold sigar_proc_count into sigar_proc_stat_get 2007-04-14 21:28:17 +00:00
Doug MacEachern f1899e093d fix whitespace trim in cpu_model_adjust 2007-04-05 18:46:04 +00:00
Doug MacEachern 268864db4d make sigar_file2str available ifdef WIN32 2006-12-31 00:02:50 +00:00
Doug MacEachern e472dc9d9a add copyright 2006-07-15 17:46:36 +00:00
Doug MacEachern 3ff6042aaf backout previous mem changes. only punt mtrr to rounding if > 1 write-back register 2006-06-13 15:38:43 +00:00
Doug MacEachern 8e5ff7d47d better rounding function for sigar_mem_calc_ram 2006-06-09 18:38:58 +00:00
Doug MacEachern 933b7734a6 fix procfs_pargs in the case of an empty argument 2006-04-03 02:17:54 +00:00
Doug MacEachern 5c26b463d9 [HQ-93] un-clobber stack data in sigar_gethostbyname 2006-03-02 22:53:09 +00:00
Doug MacEachern a0b3363afd rid warning on solaris 2006-02-28 00:18:05 +00:00
Doug MacEachern d59a39e0ab reuse timeout variable 2006-02-27 23:55:39 +00:00
Doug MacEachern 141ff23dcb add tcp support for rpc_ping 2006-02-27 16:49:15 +00:00
Doug MacEachern 9f1fa65239 add RPC.strerror 2006-02-27 01:47:41 +00:00
Doug MacEachern f0cdd946c5 change rpc_ping to return the status code 2006-02-27 01:33:12 +00:00
Doug MacEachern 8342b063de un-static-ize sigar_gethostbyname 2006-02-27 01:21:07 +00:00
Doug MacEachern b3fda3e6c1 replace nfs_ping with generic rpc_ping 2006-02-26 23:31:07 +00:00
Doug MacEachern 8ce111b16c add function to derive mhz from cpu model name 2006-01-03 21:47:26 +00:00
Doug MacEachern c04af84fd3 fix win32 compile 2005-12-15 00:20:27 +00:00
Doug MacEachern 739ea91d90 chop self_path rather than ptr 2005-12-14 18:55:10 +00:00
Doug MacEachern 6f67476977 allow SIGAR_PATH env var to set self_path 2005-12-14 18:44:01 +00:00
Doug MacEachern 5fc7cc7134 move sigar_get_self_path to sigar_util 2005-12-14 18:40:13 +00:00
Doug MacEachern 9ca64171c2 move sigar_getword to sigar_util 2005-12-13 01:18:30 +00:00
Doug MacEachern cd8cab425e proc_args fix: seems not all processes have the terminating \0 2005-10-07 23:25:36 +00:00