<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.50</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>Show list file addresses in absolute</title>
<updated>2007-06-09T00:13:51+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-09T00:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9e3d217ee3869e4f4ddb1466621c079e14754660'/>
<id>9e3d217ee3869e4f4ddb1466621c079e14754660</id>
<content type='text'>
Small Perl script to postprocess the listfile and show absolute addresses
instead of section-relative.  This only applies to the main address, not
to addresses in bracketed fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small Perl script to postprocess the listfile and show absolute addresses
instead of section-relative.  This only applies to the main address, not
to addresses in bracketed fields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use strcpy to copy MACStr</title>
<updated>2007-06-08T22:43:24+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-08T22:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=601eab3b8c947b2725e9376954bcd5ebfc954d0a'/>
<id>601eab3b8c947b2725e9376954bcd5ebfc954d0a</id>
<content type='text'>
We were using an open-coded string copy with the wrong length.  Use
strcpy instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using an open-coded string copy with the wrong length.  Use
strcpy instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture the UUID from packet 1 (request)</title>
<updated>2007-06-08T22:30:22+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-08T22:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e710751ff60647432123dbfe823f9692b8669765'/>
<id>e710751ff60647432123dbfe823f9692b8669765</id>
<content type='text'>
Make sure we capture only the first instance of the UUID, in case
the server does something silly like send back its own UUID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure we capture only the first instance of the UUID, in case
the server does something silly like send back its own UUID.
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower case seems to be more common for UUID</title>
<updated>2007-06-08T22:25:27+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-08T22:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=16d1a84d79dbccd361397182725bff7516ac65d6'/>
<id>16d1a84d79dbccd361397182725bff7516ac65d6</id>
<content type='text'>
From a brief look around the Internet, it seems UUID is more commonly
written in lower case (still with the funny dash pattern, though.)  Stick
with that convention.

Also, unify upper-vs-lower-case hexadecimal string production.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From a brief look around the Internet, it seems UUID is more commonly
written in lower case (still with the funny dash pattern, though.)  Stick
with that convention.

Also, unify upper-vs-lower-case hexadecimal string production.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate config file name based on the UUID</title>
<updated>2007-06-08T22:17:01+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-08T22:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d2d09fa4786f2ccee80d6e7abb19b615325cfa36'/>
<id>d2d09fa4786f2ccee80d6e7abb19b615325cfa36</id>
<content type='text'>
- Generate a config file name based on the UUID as well as previous types;
- Get better about picking up client identifier option;
- Clean up config file name generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Generate a config file name based on the UUID as well as previous types;
- Get better about picking up client identifier option;
- Clean up config file name generation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sanitize handling of client identifier option</title>
<updated>2007-06-08T04:45:33+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-08T04:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8fda60c4d991d49955c3815145ccf2c3c1405d59'/>
<id>8fda60c4d991d49955c3815145ccf2c3c1405d59</id>
<content type='text'>
The first byte of the client identifier is the identifier type.
Look at that one first and only copy if it matches the hardware ARP type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first byte of the client identifier is the identifier type.
Look at that one first and only copy if it matches the hardware ARP type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the INT 18h patch offset for the RAID mode (-r) option</title>
<updated>2007-06-07T23:16:30+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-07T23:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c3ff1927d97099b8e30377a0ee063e716416a751'/>
<id>c3ff1927d97099b8e30377a0ee063e716416a751</id>
<content type='text'>
The calculation of the INT 18h patch offset for RAID mode (-r) was
incorrect.  Fix it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The calculation of the INT 18h patch offset for RAID mode (-r) was
incorrect.  Fix it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stealth whitespace cleanup</title>
<updated>2007-06-06T05:48:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-06T05:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7b3cf97105e680c0292f67d49baf1b8abb855b62'/>
<id>7b3cf97105e680c0292f67d49baf1b8abb855b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vesacon_set_background: Need "volatile" asm</title>
<updated>2007-06-06T01:48:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-06T01:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=35cb26904488947c9950bbc10dfac3f69b25510b'/>
<id>35cb26904488947c9950bbc10dfac3f69b25510b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow a flat color to be specified as a background.</title>
<updated>2007-06-06T01:41:50+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-06-06T01:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f6d5a4edb7bd591190973be3b681a4f944bdd265'/>
<id>f6d5a4edb7bd591190973be3b681a4f944bdd265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
