summaryrefslogtreecommitdiff
path: root/biosdecode.c
Commit message (Expand)AuthorAgeFilesLines
* biosdecode: Avoid repeating pointer arithmeticJean Delvare2017-07-251-9/+9
* biosdecode: Clean up the PIR table outputJean Delvare2017-07-251-24/+18
* biosdecode: Add option --pir fullJean Delvare2017-07-251-26/+33
* biosdecode: Decode Intel Multiprocessor entry pointJean Delvare2017-01-201-1/+33
* Coding style fixesJean Delvare2015-05-041-3/+3
* Fix sparse warningsJean Delvare2015-04-281-1/+1
* biosdecode: Add support for the new _SM3_ 64-bit entry point defined inJean Delvare2015-04-201-3/+24
* biosdecode: Indentation fixJean Delvare2015-04-161-1/+1
* Update my e-mail addressJean Delvare2014-02-031-1/+1
* Update copyright year, simplify comment.Jean Delvare2008-11-241-2/+2
* Stop using the inline keyword. It causes more portability issues than isJean Delvare2008-11-231-1/+1
* Coding style fixes.Jean Delvare2008-11-051-5/+5
* Mass coding-style change: add spaces around operators.Jean Delvare2008-10-261-127/+130
* Update copyright statements.Jean Delvare2008-02-161-2/+2
* Drop trailing whitespace.Jean Delvare2008-02-161-39/+39
* Fix a compilation error with non-C99 compilers. Patch from Francois Revol.Jean Delvare2007-02-271-1/+1
* Use printf instead of fwrite.Jean Delvare2007-02-261-3/+2
* Add support for the FJKEYINF entry point, which contains data related toJean Delvare2007-01-141-1/+40
* Update IBM VPD reference document. No actual change.Jean Delvare2005-10-031-3/+3
* Change the xSeries checksumming method to accomodate a strange xSeries 440Jean Delvare2005-10-031-2/+1
* Fix a potential (but highly improbable) buffer overrun in the VPD recordJean Delvare2005-10-031-2/+5
* getopt_long() will never return ':'.Jean Delvare2005-08-251-1/+0
* Drop trailing spaces.Jean Delvare2005-03-251-2/+2
* Copy command line-handling from dmidecode.c.Jean Delvare2005-02-101-7/+79
* Define and use a default memory device common to all programs, those valueJean Delvare2004-12-091-1/+2
* Avoid size_t in printf. Should remove a warning on ia64.Jean Delvare2004-11-221-1/+1
* Coding style fixes.Jean Delvare2004-11-211-6/+8
* Precompute anchor lengths.Jean Delvare2004-11-211-13/+30
* Make use of mem_chunk().Jean Delvare2004-11-211-45/+15
* Refactor WORD-like macros into types.h.Jean Delvare2004-04-221-16/+0
* Fix my contact information.Jean Delvare2004-04-211-1/+1
* Update copyright year.Jean Delvare2004-03-071-2/+4
* Fix typo ("Bios" becomes "BIOS").Jean Delvare2003-12-241-3/+11
* Update references.Jean Delvare2003-11-291-2/+2
* Fix incorrect VPD checksumming.Jean Delvare2003-11-111-2/+2
* Add a missing length check in acpi_decode. Found using Valgrind.Jean Delvare2003-10-171-4/+10
* Add support for VPD (vital product data, IBM-specific).Jean Delvare2003-10-081-6/+51
* Better display of Compaq-specific entries.Jean Delvare2003-06-271-2/+5
* Added detection of Compaq-specific entries.Jean Delvare2003-06-171-0/+39
* Moved common "util" functions to util.c.Jean Delvare2003-06-171-55/+4
* Unrelevant changes.Jean Delvare2003-05-271-0/+2
* Moved version definition to version.h.Jean Delvare2003-03-061-1/+1
* Updated copyright years.Jean Delvare2003-03-061-2/+2
* Moved all changelog entries to CHANGELOG.Jean Delvare2003-03-061-4/+0
* Moved thanks to AUTHORS.Jean Delvare2003-03-031-8/+0
* Almost complete code rewrite. Fully support SMBIOS 2.3.3. Splited DMI anddmidecode-2-0Jean Delvare2003-03-011-0/+539