Commit Graph

2971 Commits

Author SHA1 Message Date
Doug MacEachern b877645615 update autoclean 2009-09-02 16:35:06 -07:00
Doug MacEachern 1676d54123 Merge branch 'sigar-1.6' 2009-09-01 15:39:42 -07:00
Doug MacEachern fdc0cf5c1f add mapping from wmi HRESULT to NTRESULT 2009-09-01 15:39:33 -07:00
Doug MacEachern c6b35167c8 fix proc_exe fallback to wmi 2009-09-01 14:31:22 -07:00
Doug MacEachern c88b49abe2 (SIGAR-168) always fallback to wmi when peb fails for proc_args 2009-09-01 14:09:46 -07:00
Doug MacEachern 0b335d9025 6.1 == Windows 7 2009-08-30 12:40:54 -07:00
Doug MacEachern a08120c323 10.6 == Snow Leopard 2009-08-30 12:39:39 -07:00
Doug MacEachern aa4d8f40a5 Merge commit 'mdkent/SIGAR-180' 2009-08-24 22:19:26 -07:00
Matthew Kent abda75748b Add an example of net_info usage. 2009-08-23 23:26:55 -07:00
Matthew Kent 49bc336919 (SIGAR-180) Expose sigar_fqdn_get in the ruby binding. 2009-08-23 23:24:50 -07:00
Doug MacEachern 499c7c8b0b Merge commit 'emonty/master' 2009-08-23 16:13:14 -07:00
Doug MacEachern 7dca6c58cc update .gitignore 2009-08-23 16:12:54 -07:00
Doug MacEachern bf1543877a Merge branch 'SIGAR-179' 2009-08-23 15:59:14 -07:00
Doug MacEachern e3b378ecd1 (SIGAR-179) Increase buffer size in cpu_list query from 16 to 128 2009-08-23 15:58:52 -07:00
Monty Taylor 4608cde968 Don't try to build lua if we don't ask for it. 2009-08-22 10:23:15 -07:00
Doug MacEachern 713e91d59a Merge commit 'weigon/lua' 2009-08-18 21:22:40 -07:00
Doug MacEachern 43b5297178 Merge commit 'weigon/autotools-and-unittest' 2009-08-18 21:19:52 -07:00
Doug MacEachern a3260dc2fc fix Mac SDK selection 2009-08-18 13:20:17 -07:00
Doug MacEachern 75c2671110 ARPHRD_CISCO not in 2.2 kernel headers 2009-08-15 22:22:54 -07:00
Doug MacEachern ff5aa70493 output NetInfo.getDefaultGatewayInterface 2009-08-15 06:11:02 -07:00
Matthew Kent 7496b795e4 Merge branch 'master' into SIGAR-172 2009-08-13 23:41:53 -07:00
Matthew Kent 4fdcee3635 Tweaking based on feedback: default_interface gets a more appropriate name and
sigar_get_default_gateway now gathers both pieces of information.
2009-08-13 23:38:45 -07:00
Doug MacEachern 085218e3fb add win32 comsupp and wbemuuid libs 2009-08-13 16:35:08 -07:00
Doug MacEachern 245e563857 .cpp -> .o 2009-08-13 16:34:11 -07:00
Doug MacEachern ee15426546 need to use sysctlbyname with hw.cpufrequency_{min,max} 2009-08-13 15:45:03 -07:00
Doug MacEachern 326d6085a2 Merge commit 'mdkent/SIGAR-178' 2009-08-13 15:34:37 -07:00
Doug MacEachern bd93c22d14 Merge commit 'mdkent/SIGAR-174' 2009-08-13 14:51:51 -07:00
Doug MacEachern f69a3c10e5 Merge commit 'mdkent/SIGAR-173' 2009-08-13 14:34:41 -07:00
Jan Kneschke 8470738ff3 applied the configure-lua patch to the lua branch 2009-08-13 20:07:02 +02:00
Jan Kneschke 5d222575ef added lua bindings
added lua bindings for the majority of sigar functions
  look at sigar-test.lua on how to use it
2009-08-13 20:04:50 +02:00
Jan Kneschke b3bfe99aea removed the lua-binding part 2009-08-13 20:00:53 +02:00
Matthew Kent dcddb5f642 Untested stab at cpu mhz min/max support for Darwin. 2009-08-12 23:43:41 -07:00
Matthew Kent 09f3418c1a Add linux collection of cpu min/max.
Make cpu mhz default the current mhz.
2009-08-12 23:43:35 -07:00
Jan Kneschke 99d73258a9 added a few more missing files 2009-08-12 21:25:58 +02:00
Doug MacEachern 5c8d1edbae add IFF_DYNAMIC to NetFlags 2009-08-12 10:13:13 -07:00
Doug MacEachern 22c1b065dd add IFF_MASTER to NetFlags 2009-08-12 10:11:36 -07:00
Doug MacEachern a77d7ef04f IFF_DYNAMIC not defined in linux 2.2 kernel 2009-08-12 10:07:08 -07:00
Doug MacEachern 6f75fc0668 Merge commit 'mdkent/SIGAR-171' 2009-08-12 09:57:00 -07:00
Doug MacEachern 1642acc6b0 Merge branch 'sigar-1.6' 2009-08-12 09:42:39 -07:00
Doug MacEachern e3068f466a s/ift_name/ifr_name/g 2009-08-12 09:42:28 -07:00
Jan Kneschke 079dd9b09f (SIGAR-137) sdl_data isn't 0-terminated
fixed 2 more places where sdl_data is used as it would be 0-term'ed
  and doesn't honour sdl_nlen
2009-08-11 17:29:38 -07:00
Matthew Kent ea3fcd5b45 Add more interface types from net-tools. 2009-08-10 00:29:23 -07:00
Matthew Kent 83996dda13 Add per interface support for tx_queue_len, Linux only.
Update the ifconfig example output.
2009-08-09 15:20:25 -07:00
Jan Kneschke d65177559d fixed the autotools setup
* fixed compile on all Unixes
  * added unit-tests
  * added cmake to build natively on win32
  * fixed the "make dist" setup to include all os-dirs
2009-08-09 15:35:24 +02:00
Jan Kneschke f88489dc73 added unit-tests
unit-tests for the majority of sigar functions including
  valgrind-leak-check
2009-08-09 15:34:27 +02:00
Matthew Kent d9f37b39a4 Collect the default interface as part of net_info_get. 2009-08-09 02:13:45 -07:00
Matthew Kent cfae297d9b Add IFF_DYNAMIC support for Linux.
Support in the ruby binding.
2009-08-08 14:44:58 -07:00
Doug MacEachern c007175b21 update .gitignore 2009-08-05 17:24:28 -07:00
Doug MacEachern c6e8679079 include src/os/*.cpp 2009-08-05 17:22:08 -07:00
Doug MacEachern 7ccd02ef91 Merge branch 'sigar-1.6' 2009-08-05 17:12:48 -07:00