Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/pmdas/linux/GNUmakefile | 12 +---
src/pmdas/linux/getinfo.c | 127 ++++++++++++++++++++++++++++++++++++++++++++
src/pmdas/linux/getinfo.h | 17 +++++
src/pmdas/linux/ksym.c | 18 ++----
src/pmdas/linux/ksym.h | 8 +-
src/pmdas/linux/pmda.c | 88 ++++--------------------------
src/pmdas/linux/ttyname.c | 64 ----------------------
7 files changed, 173 insertions(+), 161 deletions(-)
commit 30f6900aef2d1a437ece48427c904fefc1f6f143
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 29 10:24:37 2010 +1100
Make lsb-release the last port of call for distro information.
Thanks to unexpected formatting on some distributions, this has
caused distro misidentification with SLES11.
Took the opportunity to pull this code out from the fetch code
into a separate routine. Couple of other small cleanups too -
removed a second call to utsname() right after the first since
we have that info, fix up some whitespace inconsistency, moved
get_ttyname_info() prototype into a header, etc.
|