summaryrefslogtreecommitdiffstats
path: root/dmidecode.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Completed `case 0'.nima2008-07-251-49/+74
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@24 abc39116-655e-4be6-ad55-d661dc543056
* Added `case 3'.root2008-07-251-32/+67
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@23 abc39116-655e-4be6-ad55-d661dc543056
* No new moves, cleanup on last commit and better test file template.root2008-07-251-30/+28
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@22 abc39116-655e-4be6-ad55-d661dc543056
* Next phase is to start converting all pure C functions returning `char *' androot2008-07-251-117/+187
| | | | | | | | | | | | such to new Pythonized functions returning `PyObject *', to save from having to `PyString_FromString()' and similar, and more importantly, some functions return a long string that could better be represented by a PyDict, PyList etc. This is the first commit of many more to come, converting a `case XX:' at a time, making sure that each commit can actually compile and run. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@21 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup (DECREF).root2008-07-251-6/+34
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@20 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-07-241-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@14 abc39116-655e-4be6-ad55-d661dc543056
* Some cleaning, crash in interactive mode on dmidecode.bios() still not fixed.nima2008-07-241-3/+3
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@13 abc39116-655e-4be6-ad55-d661dc543056
* Now that code has been converted, work has started on "bios", and at the pointnima2008-07-241-67/+103
| | | | | | | of proof-of-concept. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@12 abc39116-655e-4be6-ad55-d661dc543056
* Removing printf() statements, instead adding to Python dictionary object,nima2008-07-041-45/+42
| | | | | | | untested. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@11 abc39116-655e-4be6-ad55-d661dc543056
* Major changes have been implemented, alas, untested, in hope to move towardsnima2008-07-031-3928/+3274
| | | | | | | | | | a new version of dmi decode where rather than having data just printed to screen in functions, data is passed around, and some data structure is constructed, which is then used to construct the Python list/dicitonary objects. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@10 abc39116-655e-4be6-ad55-d661dc543056
* WIP - Adding h->type value to catsprintf (as int major), later will add minornima2008-07-021-603/+603
| | | | | | | | too, and finally will replace the buffer with a linked list of structs, which will be added to the python dictionary/list. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@9 abc39116-655e-4be6-ad55-d661dc543056
* Brought main() back into the python module and fixed malloc/free problems.nima2008-07-011-4/+4
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@7 abc39116-655e-4be6-ad55-d661dc543056
* Project progressing along excellently. The python module is now functional andnima2008-07-011-3/+1
| | | | | | | | | has as many methods as the --type option takes. Next is to expand and harness the code around the `--string' option. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@3 abc39116-655e-4be6-ad55-d661dc543056
* First commit to SVN.nima2008-06-301-0/+4140
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@1 abc39116-655e-4be6-ad55-d661dc543056