summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup.nima2008-12-203-68/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@142 abc39116-655e-4be6-ad55-d661dc543056
* Removed out-of-place README.nima2008-12-201-146/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@141 abc39116-655e-4be6-ad55-d661dc543056
* Hide private data from subversion.nima2008-12-200-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@140 abc39116-655e-4be6-ad55-d661dc543056
* Remove private memory dumps.nima2008-12-203-0/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@139 abc39116-655e-4be6-ad55-d661dc543056
* Added missing info to copyright file.nima2008-12-202-0/+78
| | | | | | | Source creation target. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@138 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-203-8/+13
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@137 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user asks for invalid types.nima2008-12-202-19/+26
| | | | | | | Updated test cases to test for this too. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@136 abc39116-655e-4be6-ad55-d661dc543056
* Version information now set once during init().nima2008-12-205-232/+224
| | | | | | | | | Bettered test cases. Case 127 magically fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@135 abc39116-655e-4be6-ad55-d661dc543056
* Debian specific target.nima2008-12-201-1/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@134 abc39116-655e-4be6-ad55-d661dc543056
* Removed "detected" from appearing in every single function call. TODO: An ivarnima2008-12-206-39/+54
| | | | | | | | | | | | should be implemented to return this string, so further cleanup is still required; as it stands, there is no access to this information anymore! Updated test case. Further general cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@133 abc39116-655e-4be6-ad55-d661dc543056
* Further testing shows that the segfault does not occur when the device isnima2008-12-191-2/+2
| | | | | | | | /dev/mem, but does so for all images (where requested type is 127), suggesting that the problem could be with the image or surrounding processes. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@132 abc39116-655e-4be6-ad55-d661dc543056
* Oops - fixed.nima2008-12-191-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@131 abc39116-655e-4be6-ad55-d661dc543056
* Test case is close to complete, type 127 results in a segfault - (test casenima2008-12-191-24/+37
| | | | | | | is serving its purpose). git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@130 abc39116-655e-4be6-ad55-d661dc543056
* Adding an image from parallel's desktop running Debian lenny, and another fornima2008-12-192-0/+0
| | | | | | | a physical server also running Debian. Both are intel 32 bit. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@129 abc39116-655e-4be6-ad55-d661dc543056
* More work on test case.nima2008-12-192-46/+24
| | | | | | | Updated setup.py to reflect new version. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@128 abc39116-655e-4be6-ad55-d661dc543056
* More testing and fixes.nima2008-12-191-3/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@127 abc39116-655e-4be6-ad55-d661dc543056
* Improved test case.nima2008-12-191-2/+74
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@126 abc39116-655e-4be6-ad55-d661dc543056
* Removed a printf() comment.nima2008-12-191-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@125 abc39116-655e-4be6-ad55-d661dc543056
* Check that the path given with set_dev() is writeable.nima2008-12-192-9/+25
| | | | | | | | | Don't crash when writing to a read-only file, return False instead. Missing an INCREF in get_dev() fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@124 abc39116-655e-4be6-ad55-d661dc543056
* Test for write permission prior to write attempts.nima2008-12-191-8/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@123 abc39116-655e-4be6-ad55-d661dc543056
* Fixed watch file.nima2008-12-191-0/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@122 abc39116-655e-4be6-ad55-d661dc543056
* Received ITP auto-ack: #509169.nima2008-12-194-9/+20
| | | | | | | More debianizing cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@121 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-191-4/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@120 abc39116-655e-4be6-ad55-d661dc543056
* Further work in enforcing the Debian policy in package based on advice fromnima2008-12-198-33/+44
| | | | | | | `POX' and the documentation. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@119 abc39116-655e-4be6-ad55-d661dc543056
* Removed junk and doing more debianizing - WIP.nima2008-12-1920-635/+44
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@118 abc39116-655e-4be6-ad55-d661dc543056
* Updated.nima2008-12-181-4/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@117 abc39116-655e-4be6-ad55-d661dc543056
* The dmidecode.type() call not takes ints, not strings.nima2008-12-181-0/+9
| | | | | | | | | Adding an example directory. Adding test case. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@116 abc39116-655e-4be6-ad55-d661dc543056
* The dmidecode.type() call not takes ints, not strings.nima2008-12-185-7/+64
| | | | | | | Adding an example directory. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@115 abc39116-655e-4be6-ad55-d661dc543056
* More upstream changes implemented, see CHANGELOG by Jean Delvare from thenima2008-12-181-24/+187
| | | | | | | | | period 2008-02-16 to 2008-11-23. These changes have been made, but not yet fully tested. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@114 abc39116-655e-4be6-ad55-d661dc543056
* Claim to support revision 32 of Intel AP-485 (CPUID). No relevant change sincenima2008-12-171-20/+48
| | | | | | | | | revision 31. Update reference to AMD CPUID document. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@113 abc39116-655e-4be6-ad55-d661dc543056
* Handle chassis information records of size 19 (DMI type 3).nima2008-12-171-1/+2
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@112 abc39116-655e-4be6-ad55-d661dc543056
* And the debian subfolder itself...nima2008-12-1726-0/+893
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@111 abc39116-655e-4be6-ad55-d661dc543056
* Debianizing dmidecode.nima2008-12-175-17/+75
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@110 abc39116-655e-4be6-ad55-d661dc543056
* Adding spec file written by Joel Heenan.nima2008-12-171-0/+36
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@109 abc39116-655e-4be6-ad55-d661dc543056
* Cleaning up source area, ready for debianizing, and rpm after that.nima2008-12-1716-5/+18
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056
* Changed default target of Makefile back to `setup.py' method of installation.nima2008-10-311-23/+16
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@107 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-311-4/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@106 abc39116-655e-4be6-ad55-d661dc543056
* This commit closes #2 reported by Justin Cook, the ticket will remain opennima2008-10-311-63/+10
| | | | | | | until Justin confirms this however. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@105 abc39116-655e-4be6-ad55-d661dc543056
* Implemented reading a dump to - this concludes syncing to the upstream release.nima2008-10-312-32/+58
| | | | | | | | | Next, exceptions should be thrown in certain places, more error checking in the python side of things, and also in relation to setting and unsetting of the alternate memory file. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@104 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-311-34/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@103 abc39116-655e-4be6-ad55-d661dc543056
* Fixed dump. The `offset' problem was not really an offset problem - it was anima2008-10-311-1/+1
| | | | | | | silly typo. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@102 abc39116-655e-4be6-ad55-d661dc543056
* Missed two lines.nima2008-10-311-2/+3
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@101 abc39116-655e-4be6-ad55-d661dc543056
* Dump-to-file is almost working, there seems to be a 4-byte misalignment in thenima2008-10-314-79/+120
| | | | | | | produced file though for now - needs to be fixed. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@100 abc39116-655e-4be6-ad55-d661dc543056
* Removed junk comments.nima2008-10-311-4/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@99 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-313-1714/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@98 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-312-20/+15
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@97 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-3112-1174/+68
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@96 abc39116-655e-4be6-ad55-d661dc543056
* Integration of required `dmiopt.h' bits.nima2008-10-311-23/+94
| | | | | | | | | | Removed QUIETness code. Other cleanups. Added get/set methods for changinf the default /dev/mem device. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@95 abc39116-655e-4be6-ad55-d661dc543056
* Removed traces of `_' and integrating required bits from dmiopt.h.nima2008-10-311-3/+28
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@94 abc39116-655e-4be6-ad55-d661dc543056
* Removed traces of `_'.nima2008-10-311-2/+2
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@93 abc39116-655e-4be6-ad55-d661dc543056