summaryrefslogtreecommitdiff
path: root/biosdecode.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style fixeskhali2015-05-041-3/+3
|
* Fix sparse warningskhali2015-04-281-1/+1
|
* biosdecode: Add support for the new _SM3_ 64-bit entry point defined inkhali2015-04-201-3/+24
| | | | SMBIOS specification version 3.0.0.
* biosdecode: Indentation fixkhali2015-04-161-1/+1
|
* Update my e-mail addresskhali2014-02-031-1/+1
|
* Update copyright year, simplify comment.khali2008-11-241-2/+2
|
* Stop using the inline keyword. It causes more portability issues than iskhali2008-11-231-1/+1
| | | | | worth given how little we care about performance in this tool, and recent versions of gcc know when to inline functions anyway.
* Coding style fixes.khali2008-11-051-5/+5
|
* Mass coding-style change: add spaces around operators.khali2008-10-261-127/+130
|
* Update copyright statements.khali2008-02-161-2/+2
|
* Drop trailing whitespace.khali2008-02-161-39/+39
|
* Fix a compilation error with non-C99 compilers. Patch from Francois Revol.khali2007-02-271-1/+1
|
* Use printf instead of fwrite.khali2007-02-261-3/+2
|
* Add support for the FJKEYINF entry point, which contains data related tokhali2007-01-141-1/+40
| | | | the "application panel" on Fujitsu laptops.
* Update IBM VPD reference document. No actual change.khali2005-10-031-3/+3
|
* Change the xSeries checksumming method to accomodate a strange xSeries 440khali2005-10-031-2/+1
| | | | | | VPD record, as was done in vpddecode.c some weeks ago. Do not display the default flash image file name anymore, it's not so useful and the field length is now uncertain.
* Fix a potential (but highly improbable) buffer overrun in the VPD recordkhali2005-10-031-2/+5
| | | | decoding.
* getopt_long() will never return ':'.khali2005-08-251-1/+0
|
* Drop trailing spaces.khali2005-03-251-2/+2
|
* Copy command line-handling from dmidecode.c.khali2005-02-101-7/+79
|
* Define and use a default memory device common to all programs, those valuekhali2004-12-091-1/+2
| | | | depends on the host system.
* Avoid size_t in printf. Should remove a warning on ia64.khali2004-11-221-1/+1
|
* Coding style fixes.khali2004-11-211-6/+8
|
* Precompute anchor lengths.khali2004-11-211-13/+30
| | | | Use internal anchor comparison function.
* Make use of mem_chunk().khali2004-11-211-45/+15
|
* Refactor WORD-like macros into types.h.khali2004-04-221-16/+0
|
* Fix my contact information.khali2004-04-211-1/+1
|
* Update copyright year.khali2004-03-071-2/+4
| | | | Add a third checksumming method for VPD records.
* Fix typo ("Bios" becomes "BIOS").uid676662003-12-241-3/+11
| | | | Handle longer VPD records as seen on xSeries.
* Update references.khali2003-11-291-2/+2
|
* Fix incorrect VPD checksumming.khali2003-11-111-2/+2
|
* Add a missing length check in acpi_decode. Found using Valgrind.khali2003-10-171-4/+10
| | | | | | | Fix buffer overrun in main. Found using Valgrind. Use (void) instead of __attribute__ ((usused)) to declare that a function parameter isn't used. Fix typo in comment.
* Add support for VPD (vital product data, IBM-specific).khali2003-10-081-6/+51
| | | | | Fix potentially wrong checksum on Sony-specific entry. Unimportant changes (comment, typo...) in Compaq-specific section.
* Better display of Compaq-specific entries.khali2003-06-271-2/+5
|
* Added detection of Compaq-specific entries.khali2003-06-171-0/+39
|
* Moved common "util" functions to util.c.khali2003-06-171-55/+4
|
* Unrelevant changes.khali2003-05-271-0/+2
|
* Moved version definition to version.h.khali2003-03-061-1/+1
|
* Updated copyright years.khali2003-03-061-2/+2
|
* Moved all changelog entries to CHANGELOG.khali2003-03-061-4/+0
|
* Moved thanks to AUTHORS.khali2003-03-031-8/+0
|
* Almost complete code rewrite. Fully support SMBIOS 2.3.3. Splited DMI anddmidecode-2-0khali2003-03-011-0/+539
non-DMI code.