<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/libutil/include, branch syslinux-3.7x</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>libutil: add header file &lt;xcrypt.h&gt; for extended crypt routines</title>
<updated>2008-02-11T06:50:32+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-11T06:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=830cd01e2135a4e6e9ef06d1680fe9cd5a066e74'/>
<id>830cd01e2135a4e6e9ef06d1680fe9cd5a066e74</id>
<content type='text'>
Add a common header file, xcrypt.h, for the various extended crypt
routines (md5, sha256, sha512).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a common header file, xcrypt.h, for the various extended crypt
routines (md5, sha256, sha512).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2008-01-10T19:13:57+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-01-10T19:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=244d2fe917cec1565b4fd992ea9e8cc46749a661'/>
<id>244d2fe917cec1565b4fd992ea9e8cc46749a661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>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>Remove CVS-era $Id$ tags.</title>
<updated>2006-08-17T21:26:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2006-08-17T21:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4604b77ad1d301d2f0a571ea3376c38f5b990813'/>
<id>4604b77ad1d301d2f0a571ea3376c38f5b990813</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>
</feed>
