<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dmidecode-git.git/biosdecode.c, branch dmidecode-2-4</title>
<subtitle>git.savannah.gnu.org: git/dmidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/'/>
<entry>
<title>Update copyright year.</title>
<updated>2004-03-07T20:09:56+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-03-07T20:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=05ec756a0a537f71a8916e61f1a97834e838c409'/>
<id>05ec756a0a537f71a8916e61f1a97834e838c409</id>
<content type='text'>
Add a third checksumming method for VPD records.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a third checksumming method for VPD records.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo ("Bios" becomes "BIOS").</title>
<updated>2003-12-24T19:59:56+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-12-24T19:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=65ecaa531499bfee39b723d5039b447dce1fb6fa'/>
<id>65ecaa531499bfee39b723d5039b447dce1fb6fa</id>
<content type='text'>
Handle longer VPD records as seen on xSeries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle longer VPD records as seen on xSeries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update references.</title>
<updated>2003-11-29T21:09:36+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-11-29T21:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=8f6d3da2cc2939b02b3d0fdb942fd7270a6d0fac'/>
<id>8f6d3da2cc2939b02b3d0fdb942fd7270a6d0fac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect VPD checksumming.</title>
<updated>2003-11-11T21:41:55+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-11-11T21:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=f588877d9d3e869f327fd75ffcf390b37d104e3d'/>
<id>f588877d9d3e869f327fd75ffcf390b37d104e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a missing length check in acpi_decode. Found using Valgrind.</title>
<updated>2003-10-17T15:56:20+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-17T15:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=d558fc1417e1e520a40c93581e9030dec486f0c2'/>
<id>d558fc1417e1e520a40c93581e9030dec486f0c2</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for VPD (vital product data, IBM-specific).</title>
<updated>2003-10-08T20:03:38+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-08T20:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=a34b7bc04cd2c08f802b1c02df1adc3f63566f22'/>
<id>a34b7bc04cd2c08f802b1c02df1adc3f63566f22</id>
<content type='text'>
Fix potentially wrong checksum on Sony-specific entry.
Unimportant changes (comment, typo...) in Compaq-specific section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix potentially wrong checksum on Sony-specific entry.
Unimportant changes (comment, typo...) in Compaq-specific section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better display of Compaq-specific entries.</title>
<updated>2003-06-27T13:55:00+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-06-27T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=b965082b6367d769b25e21a30e94b9bd48dae90c'/>
<id>b965082b6367d769b25e21a30e94b9bd48dae90c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added detection of Compaq-specific entries.</title>
<updated>2003-06-17T19:17:21+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-06-17T19:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=6b8d4276b8a492284cf261de1a2b8d9c46eee44e'/>
<id>6b8d4276b8a492284cf261de1a2b8d9c46eee44e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved common "util" functions to util.c.</title>
<updated>2003-06-17T12:30:32+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-06-17T12:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=aeff20c64d4340ae3d75da26b35f41f8447be365'/>
<id>aeff20c64d4340ae3d75da26b35f41f8447be365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unrelevant changes.</title>
<updated>2003-05-27T08:25:11+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-05-27T08:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=bc5416a6c09cf6522e2017b1b4bf29caac9a3e18'/>
<id>bc5416a6c09cf6522e2017b1b4bf29caac9a3e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
