<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dmidecode-git.git/dmidecode.h, branch dmidecode-3-1</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>dmioem: Move function is_printable to dmidecode.c</title>
<updated>2015-05-21T19:14:57+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2015-05-21T19:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=d7749b2dc6f2350b52685fc96b37e4565a0a7a2e'/>
<id>d7749b2dc6f2350b52685fc96b37e4565a0a7a2e</id>
<content type='text'>
Move function is_printable to dmidecode.c so that a single implementation
can be used in both dmidecode.c and dmioem.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move function is_printable to dmidecode.c so that a single implementation
can be used in both dmidecode.c and dmioem.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sparse errors</title>
<updated>2015-04-28T11:07:07+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2015-04-28T11:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=77aa2b99aa5164b44c532f76a79a32e4e71a59c0'/>
<id>77aa2b99aa5164b44c532f76a79a32e4e71a59c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update my e-mail address</title>
<updated>2014-02-03T09:33:56+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2014-02-03T09:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=c92efe3e23afc94a5cb8ec6f6390fe83f00f71f2'/>
<id>c92efe3e23afc94a5cb8ec6f6390fe83f00f71f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark a few pointers const.</title>
<updated>2008-10-28T09:41:07+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2008-10-28T09:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=c1666d8deb9f3e20b7b066df2417ce924586a2b8'/>
<id>c1666d8deb9f3e20b7b066df2417ce924586a2b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use function pointers for special string cases. Each special case is</title>
<updated>2008-10-28T09:03:34+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2008-10-28T09:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=fe3a5a0f36dd1e10bb5153bd57c68dc23c686366'/>
<id>fe3a5a0f36dd1e10bb5153bd57c68dc23c686366</id>
<content type='text'>
itself special and needs to call a function with its own prototype, so
better have dedicated code to handle it all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
itself special and needs to call a function with its own prototype, so
better have dedicated code to handle it all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Processor Family 2 field.</title>
<updated>2008-10-27T21:10:19+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2008-10-27T21:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=e7956745419985743ff30078ee0baea89b04b0fb'/>
<id>e7956745419985743ff30078ee0baea89b04b0fb</id>
<content type='text'>
Add processor types "Turion 64 X2", "Core Solo", "Core 2 Duo",
"ESA/390 G6", "z/Architectur", "C7-M", "C7-D", "C7" and "Eden".
Fix typo in processor type "AMD29000" (DMI type 4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add processor types "Turion 64 X2", "Core Solo", "Core 2 Duo",
"ESA/390 G6", "z/Architectur", "C7-M", "C7-D", "C7" and "Eden".
Fix typo in processor type "AMD29000" (DMI type 4).
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass version information to print callback functions.</title>
<updated>2008-10-26T14:52:01+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2008-10-26T14:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=7a9fc6d3cba86ec9c517b8ec314e099c5cb433b9'/>
<id>7a9fc6d3cba86ec9c517b8ec314e099c5cb433b9</id>
<content type='text'>
Byte-swap the first 3 fields of the UUID (DMI type 1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Byte-swap the first 3 fields of the UUID (DMI type 1).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright statements.</title>
<updated>2008-02-16T18:55:52+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2008-02-16T18:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=2ed993701d289f89e04865da3d9b69e4abd3d5ea'/>
<id>2ed993701d289f89e04865da3d9b69e4abd3d5ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the decoding of OEM-specific entries to a separate source file.</title>
<updated>2007-02-11T16:17:55+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2007-02-11T16:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=4b3c8b16bc31b9b69e6c18fc3a5c98ae059e338f'/>
<id>4b3c8b16bc31b9b69e6c18fc3a5c98ae059e338f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export four specific decoding functions, make them suitable for external</title>
<updated>2005-09-14T19:29:15+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2005-09-14T19:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=1a7eb2fd7578a5120d6bf2ded45a534df8240cbb'/>
<id>1a7eb2fd7578a5120d6bf2ded45a534df8240cbb</id>
<content type='text'>
call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call.
</pre>
</div>
</content>
</entry>
</feed>
