summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Integrating the required bits from dmiopt into dmihelper.nima2008-10-311-3/+21
* Removed `_' buffer.nima2008-10-311-151/+138
* Cleanup.nima2008-10-311-8/+9
* Removed dependency on dmiopt.nima2008-10-311-1/+1
* Removed verbose printout. nima2008-10-311-6/+24
* Removed final traces of the `_' buffer.nima2008-10-302-30/+29
* Implementing (incomplete) upstream changes.nima2008-10-302-6/+24
* Cleanup.nima2008-10-291-6/+3
* Adding man pages from upstream. Sooner or later, these will be removed, as willnima2008-10-295-0/+432
* Recoded the new work from upstream into these (main) files. The options tonima2008-10-294-384/+390
* Tested new dmidecode python module with this example file. A real test casenima2008-10-291-15/+18
* Cleanup.nima2008-10-291-5/+5
* Cleanup.nima2008-10-291-2/+2
* Using dmihelper now.nima2008-10-291-1/+1
* Upstream.nima2008-10-292-37/+98
* Upstream.nima2008-10-292-29/+27
* Cleanup.nima2008-10-293-26/+21
* Renamed to a more appropriate name.nima2008-10-292-0/+0
* Committing new dmidecode helper functions, and next, renaming it to anima2008-10-292-4/+6
* Synced to the latest from upstream, with a light modification required for thenima2008-10-292-102/+105
* Python does not have unsigned integers, hence %u and %lu in printf stylenima2008-10-181-59/+59
* Fixed bug reported by by Justin Cook, where dmidecode.type() would segfault.nima2008-10-181-2/+4
* Remove efence.nima2008-10-162-2/+4
* Fixed a bug that crashed dmidecode.slot().nima2008-09-051-1/+1
* Cleaning up of the dmidecode module, mostly conversion of things that can benima2008-09-044-20/+23
* Work on CPU details - seemed to been a bug with appending to a string rathernima2008-09-043-3/+15
* Replaced `%X' with `%x'.nima2008-08-082-68/+67
* Anoher bug fix, this time in baseboard.nima2008-08-081-5/+6
* Fixed many major bugs (all of which were expected based on the way we massnima2008-08-086-145/+126
* Cleaned up a little.nima2008-08-071-4/+7
* Fixed some conversion bits missed during last night.nima2008-08-072-44/+54
* Updated authors file with developers of the dmidecode python module.nima2008-08-061-2/+4
* Changed to GNU GPL v3 License.nima2008-08-061-318/+599
* Removed `sudo'.nima2008-08-061-2/+2
* Completed `case 126', thought to have been completed in previous commit.nima2008-08-061-17/+22
* Completed all conversions! Only problem now is of course finding all the memorynima2008-08-062-45/+38
* Completed `Case 34' through `Case 39'vwhitteron2008-08-061-66/+242
* Almost there!nima2008-08-061-38/+60
* Completed `Case 29' and `Case 32'vwhitteron2008-08-061-13/+53
* Converted `case 30'.nima2008-08-061-13/+22
* Completed `Case 26', `Case 27' and `Case 28'vwhitteron2008-08-061-32/+117
* Added `PyObject *data;' to all remaining functions which will generate a warningnima2008-08-061-0/+15
* Completed functions for `csae 28'.nima2008-08-061-12/+15
* Completed functions for `case 27', and fixed error in last commit for `case 26'.nima2008-08-061-11/+12
* Completed functions for `case 26'.nima2008-08-061-21/+26
* Completed `Case 23', `Case 24', `Case24' and `Case 25'vwhitteron2008-08-061-16/+61
* Completed functions for `case 25'.nima2008-08-061-13/+10
* Converted function for `case 24'.nima2008-08-061-2/+2
* More fixes on recent commits (by me), and more conversions on functions.nima2008-08-061-16/+19
* Completed `Case 22'vwhitteron2008-08-061-24/+78