<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/libutil/Makefile, 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>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>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>
<entry>
<title>Remove more CVS-era $Id$ tags.</title>
<updated>2006-08-17T22:32:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-08-17T22:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d8e0c5eb1d7052aa6b58a31809800dd79e95d179'/>
<id>d8e0c5eb1d7052aa6b58a31809800dd79e95d179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Across-the-board stealth whitespace cleanup</title>
<updated>2006-05-04T00:32:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-05-04T00:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=28eecd8965aedbd75727fb0797a2e7033d5c54ee'/>
<id>28eecd8965aedbd75727fb0797a2e7033d5c54ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Beginnings of a file-moving API</title>
<updated>2005-09-25T21:35:44+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2005-09-25T21:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=85ab9fe14674567260cf94ecd4dc845f1988a08b'/>
<id>85ab9fe14674567260cf94ecd4dc845f1988a08b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
