<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dmidecode-git.git, branch dmidecode-2-3</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.</title>
<updated>2003-10-19T13:35:22+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-19T13:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=f0e001800f11bbacb138dbd20c9fec59c7c8a271'/>
<id>f0e001800f11bbacb138dbd20c9fec59c7c8a271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set version to 2.3.</title>
<updated>2003-10-19T13:34:50+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-19T13:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=b0c623362e214e408c49822de2fde7b774efb699'/>
<id>b0c623362e214e408c49822de2fde7b774efb699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deleting core to the clean target.</title>
<updated>2003-10-19T13:33:06+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-19T13:33:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=49f98eaca2e08b80ab9cc8c9432c5b142aed1129'/>
<id>49f98eaca2e08b80ab9cc8c9432c5b142aed1129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify why mmap is used.</title>
<updated>2003-10-19T10:48:19+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-19T10:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=6209bfb16e78309da5fd69929deb0b30cf4e6abf'/>
<id>6209bfb16e78309da5fd69929deb0b30cf4e6abf</id>
<content type='text'>
Fix typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2003-10-17T16:17:56+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-17T16:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=429f2bd01bc102513b64fc9333019b9acec3d9df'/>
<id>429f2bd01bc102513b64fc9333019b9acec3d9df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless comparison in dmi_system_boot_status.</title>
<updated>2003-10-17T16:15:17+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-17T16:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=415f312b79f0d6d1a0737e67acd14e1372956836'/>
<id>415f312b79f0d6d1a0737e67acd14e1372956836</id>
<content type='text'>
Fix typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo.
</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>Update.</title>
<updated>2003-10-14T20:31:18+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-14T20:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=68151b7c0883e3c44144a296c52178482d6d9d0e'/>
<id>68151b7c0883e3c44144a296c52178482d6d9d0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update DMTF reference addresses.</title>
<updated>2003-10-14T20:29:20+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-14T20:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=ca31d9968384b14b84d89d42211e1a0006653ea9'/>
<id>ca31d9968384b14b84d89d42211e1a0006653ea9</id>
<content type='text'>
List two more processors (Athlon64 and Pentium M) as x86-class (i.e.
supporting CPUID).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List two more processors (Athlon64 and Pentium M) as x86-class (i.e.
supporting CPUID).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update.</title>
<updated>2003-10-12T16:23:44+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2003-10-12T16:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=206429bc80332e73254dac5a340c684b61b3028e'/>
<id>206429bc80332e73254dac5a340c684b61b3028e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
