<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/libutil, branch syslinux-3.52</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Fix building on a 64-bit system without a 32-bit system installed</title>
<updated>2007-09-24T21:18:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-09-24T21:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a81fb89a445ae0dca286c861d8d51f705533df0d'/>
<id>a81fb89a445ae0dca286c861d8d51f705533df0d</id>
<content type='text'>
A bunch of glibc header files were bogusly included.  We should not
depend on having a 32-bit glibc installed, since we don't use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bunch of glibc header files were bogusly included.  We should not
depend on having a 32-bit glibc installed, since we don't use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add header file missing from previous checkin (md5.h)</title>
<updated>2007-07-25T05:50:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-07-25T05:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ff046e43e7c45205dcd09e5d84012449a93f6c05'/>
<id>ff046e43e7c45205dcd09e5d84012449a93f6c05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Unix-standard MD5 password</title>
<updated>2007-07-25T05:49:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-07-25T05:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=61a4936836c3dc8341130b4fa938e0106f8a41bf'/>
<id>61a4936836c3dc8341130b4fa938e0106f8a41bf</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 clobber /dev/null when compiling as root</title>
<updated>2007-05-25T22:01:09+00:00</updated>
<author>
<name>Luciano Rocha</name>
<email>strange@nsk.no-ip.org</email>
</author>
<published>2007-05-23T20:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1d81d5e3944dd5ac912150bc705fa7259eade541'/>
<id>1d81d5e3944dd5ac912150bc705fa7259eade541</id>
<content type='text'>
Compiling as root is highly discouraged, but some people do it anyway.
gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is
bad.  Instead, write a temporary file and delete it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compiling as root is highly discouraged, but some people do it anyway.
gcc_ok, however, can clobber /dev/null due to "-o /dev/null"; this is
bad.  Instead, write a temporary file and delete it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move &lt;syslinux.h&gt; to &lt;syslinux/idle.h&gt;; clean up libutil do_idle()</title>
<updated>2007-03-20T15:31:26+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-20T15:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5120c32acb51c62c5ee4562899dadec9c80e82d9'/>
<id>5120c32acb51c62c5ee4562899dadec9c80e82d9</id>
<content type='text'>
Move &lt;syslinux.h&gt; to &lt;syslinux/idle.h&gt; since that was all that was there;
do_idle() in libutil can simply be a macro for syslinux_idle() or
sched_yield() as appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move &lt;syslinux.h&gt; to &lt;syslinux/idle.h&gt; since that was all that was there;
do_idle() in libutil can simply be a macro for syslinux_idle() or
sched_yield() as appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Library functions for manipulating initramfs</title>
<updated>2007-03-15T23:57:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T23:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c5e9d7a496936b9ea553be6fef4dff74596bbf11'/>
<id>c5e9d7a496936b9ea553be6fef4dff74596bbf11</id>
<content type='text'>
Library support for constructing initramfs.  This version is *not*
complete, as it doesn't take into account alignment requirements
properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Library support for constructing initramfs.  This version is *not*
complete, as it doesn't take into account alignment requirements
properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the loadfile() routine into the syslinux/ namespace, and use it.</title>
<updated>2007-03-15T02:22:07+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T02:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ab6acefe649751b072fd9be21ff5de7733c1370e'/>
<id>ab6acefe649751b072fd9be21ff5de7733c1370e</id>
<content type='text'>
- Move the loadfile() routine into &lt;syslinux/loadfile.h&gt;.
- Actually use the loadfile() routine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move the loadfile() routine into &lt;syslinux/loadfile.h&gt;.
- Actually use the loadfile() routine.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrapper infrastructure for "shuffle and boot"</title>
<updated>2007-03-12T20:17:35+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-12T20:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9a0509cffdb22cd647b4b9bea266c2ea68a7341e'/>
<id>9a0509cffdb22cd647b4b9bea266c2ea68a7341e</id>
<content type='text'>
Initial checkin of a wrapper infrastructure for the "shuffle and boot"
interface, both real and protected mode.  This code automatically will
figure out the necessary sequence of moves, taking into account swaps
and overlaps as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial checkin of a wrapper infrastructure for the "shuffle and boot"
interface, both real and protected mode.  This code automatically will
figure out the necessary sequence of moves, taking into account swaps
and overlaps as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -fno-stack-protector per bug report from Gilles Espinasse</title>
<updated>2007-02-09T00:02:41+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-02-09T00:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4f089e2e47f023d51ebba87ecf21c944302115cc'/>
<id>4f089e2e47f023d51ebba87ecf21c944302115cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with various distributions breaking gcc in weird ways</title>
<updated>2007-02-07T00:33:39+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-02-07T00:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=df2e79ce976ff922c46d56183a6a904f9d5b8cf6'/>
<id>df2e79ce976ff922c46d56183a6a904f9d5b8cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
