diff options
author | eugeneteo <eugeneteo@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-05-28 02:45:12 +0000 |
---|---|---|
committer | eugeneteo <eugeneteo@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-05-28 02:45:12 +0000 |
commit | 48962fed21bd773d04728e0c4e68412e71ec9b12 (patch) | |
tree | 90c7fb67b4bc8602fa35befdaffc0be71e33ad4c /src/ChangeLog | |
parent | 864c169118ec973c5e4fefbdf8916d79d4a03314 (diff) | |
download | sos-48962fed21bd773d04728e0c4e68412e71ec9b12.tar.gz |
2007-05-25 Eugene Teo <eteo@redhat.com>
* lib/sos/plugins/xen.py, lib/sos/plugins/pam.py, lib/sos/plugins/memory.py:
- Edited xen.py to determine if CPU has PAE/Intel VT/AMD-V support
- Edited pam.py to gather configurations in /etc/security, and files
listing of /lib/security/pam_*so
- Edited memory.py to gather /proc/{vmstat,slabinfo}, and free -m
output
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@138 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b59ce737..9bb84cfb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2007-05-25 Eugene Teo <eteo@redhat.com> + + * lib/sos/plugins/xen.py, lib/sos/plugins/pam.py, lib/sos/plugins/memory.py: + - Edited xen.py to determine if CPU has PAE/Intel VT/AMD-V support + - Edited pam.py to gather configurations in /etc/security, and files + listing of /lib/security/pam_*so + - Edited memory.py to gather /proc/{vmstat,slabinfo}, and free -m + output + 2006-06-19 Steve Conklin <sconklin@tintin> * ChangeLog, LICENSE, setup.py, sos.spec: |