<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dmidecode-git.git/util.c, branch dmidecode-2-6</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>Fix incorrect length in munmap call.</title>
<updated>2005-02-12T16:53:19+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2005-02-12T16:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=600ea28cc100be39836c2483f101cbfa39b87c89'/>
<id>600ea28cc100be39836c2483f101cbfa39b87c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use size_t instead of off_t when handling memory addresses. This prevents</title>
<updated>2005-02-11T23:52:40+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2005-02-11T23:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=c72bac5cb1c186f9b184cda8a20c43b4db02368a'/>
<id>c72bac5cb1c186f9b184cda8a20c43b4db02368a</id>
<content type='text'>
dmidecode from crashing on some systems with more than 2 GB of memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dmidecode from crashing on some systems with more than 2 GB of memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display an error message on memory shortage.</title>
<updated>2005-02-11T20:59:02+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2005-02-11T20:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=aa914b16c670d2a6f4e16640c8dd06fa4d20b03b'/>
<id>aa914b16c670d2a6f4e16640c8dd06fa4d20b03b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move USE_MMAP to config.h, use mmap on Linux only.</title>
<updated>2004-12-10T22:42:46+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-12-10T22:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=f66759dafced2a8632815555a29814bc7ff81359'/>
<id>f66759dafced2a8632815555a29814bc7ff81359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sysconf(_SC_PAGESIZE) instead of getpagesize() where available.</title>
<updated>2004-11-22T20:14:52+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-11-22T20:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=e1350140c8db3bf2a51d846022be9aab7feb8179'/>
<id>e1350140c8db3bf2a51d846022be9aab7feb8179</id>
<content type='text'>
This may remove a warning on ia64 as a side effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may remove a warning on ia64 as a side effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Function myread() has no more user outside of util.c.</title>
<updated>2004-11-21T10:27:56+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-11-21T10:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=67a7e8b9f9abdd334562efaa4e94075a455bd2be'/>
<id>67a7e8b9f9abdd334562efaa4e94075a455bd2be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MAP_SHARED instead of MAP_PRIVATE in mmap. Seems to be needed for</title>
<updated>2004-11-11T15:24:29+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-11-11T15:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=7571c6960d24f52ecf97e9eb384cc4897963eb75'/>
<id>7571c6960d24f52ecf97e9eb384cc4897963eb75</id>
<content type='text'>
FreeBSD. Thanks to Raphael Raimbault for noticing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FreeBSD. Thanks to Raphael Raimbault for noticing.
</pre>
</div>
</content>
</entry>
<entry>
<title>More helpful error messages.</title>
<updated>2004-11-11T14:16:57+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-11-11T14:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=e98063f8b3ebb1491bf70e5d64a121e2f416844a'/>
<id>e98063f8b3ebb1491bf70e5d64a121e2f416844a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround missing MAP_FAILED definition, needed on old systems. Original</title>
<updated>2004-10-24T10:43:41+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-10-24T10:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=48a2a983acb0b1fdf0cd93dae3d91a4ec1459a39'/>
<id>48a2a983acb0b1fdf0cd93dae3d91a4ec1459a39</id>
<content type='text'>
patch from Durval Menezes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch from Durval Menezes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing header include.</title>
<updated>2004-07-24T18:00:52+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>jdelvare@suse.de</email>
</author>
<published>2004-07-24T18:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/dmidecode-git.git/commit/?id=d48e3fc09f4667d2884f932fd9f3581384f2e1fe'/>
<id>d48e3fc09f4667d2884f932fd9f3581384f2e1fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
