<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/utils, branch syslinux-4.00-pre25</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>mkdiskimage: add option -s to make a sparse image</title>
<updated>2010-02-01T23:41:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-02-01T23:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1e96e9cc1c3549c86dbf4e7caf880477e16e93e0'/>
<id>1e96e9cc1c3549c86dbf4e7caf880477e16e93e0</id>
<content type='text'>
It is often fine to have a sparse file for the output image, so add an
-s option to generate a sparse image.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is often fine to have a sparse file for the output image, so add an
-s option to generate a sparse image.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: replace -W -Wall with centralized $(GCCWARN)</title>
<updated>2010-01-10T20:49:30+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-01-10T20:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=71d20885019564586d5f4d316af220cdae2900f5'/>
<id>71d20885019564586d5f4d316af220cdae2900f5</id>
<content type='text'>
Replace -W -Wall hardcoded into a bunch of Makefiles with $(GCCWARN),
a centralized variable defined in the root MCONFIG.  Add
-Wstrict-prototypes to the list of global warnings: we should never
have non-prototyped declarations.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace -W -Wall hardcoded into a bunch of Makefiles with $(GCCWARN),
a centralized variable defined in the root MCONFIG.  Add
-Wstrict-prototypes to the list of global warnings: we should never
have non-prototyped declarations.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>isohybrid: make the -offset option actually work</title>
<updated>2009-11-17T02:21:37+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-11-17T02:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a40b7070ab2831cd59adca88f8b5dcb6fbfef4b9'/>
<id>a40b7070ab2831cd59adca88f8b5dcb6fbfef4b9</id>
<content type='text'>
Actually implement the -offset option.  Credit for the patch goes to
"cmdr from the gparted-forum", reported by
Sven-Hendrik Haase &lt;sh@lutzhaase.com&gt;.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually implement the -offset option.  Credit for the patch goes to
"cmdr from the gparted-forum", reported by
Sven-Hendrik Haase &lt;sh@lutzhaase.com&gt;.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/Makefile: install pxelinux-options</title>
<updated>2009-09-30T04:46:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-09-30T04:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=87d502a11f288f896387892637c3d83028859fd5'/>
<id>87d502a11f288f896387892637c3d83028859fd5</id>
<content type='text'>
Make sure the pxelinux-options script gets installed.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure the pxelinux-options script gets installed.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxelinux-options: add help text</title>
<updated>2009-09-30T04:29:59+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-09-30T04:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1c8d53bf85b1f570d1dc69b1498b880a3ade836a'/>
<id>1c8d53bf85b1f570d1dc69b1498b880a3ade836a</id>
<content type='text'>
Add help text to pxelinux-options.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add help text to pxelinux-options.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pxelinux: support hardcoded options "before" or "after"; tool</title>
<updated>2009-09-29T23:49:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-09-29T23:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=be00bea49c01c59cb6891934b13614393043c877'/>
<id>be00bea49c01c59cb6891934b13614393043c877</id>
<content type='text'>
Support hardcoded DHCP options both "before" or "after" the
PXE-provided options.

Add a tool to manipulate these hardcoded options.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support hardcoded DHCP options both "before" or "after" the
PXE-provided options.

Add a tool to manipulate these hardcoded options.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>isohybrid: convert -id to a binary string</title>
<updated>2009-08-03T21:12:09+00:00</updated>
<author>
<name>Steffen Winterfeldt</name>
<email>snwint@suse.de</email>
</author>
<published>2009-08-03T13:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d59d154036bf223d7cc1b32bf5fd40f0c2244cdc'/>
<id>d59d154036bf223d7cc1b32bf5fd40f0c2244cdc</id>
<content type='text'>
Shouldn't 'isohybrid -id ID' write ID as 32bit number? Currently it ends up
as string messing up the mbr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shouldn't 'isohybrid -id ID' write ID as 32bit number? Currently it ends up
as string messing up the mbr.
</pre>
</div>
</content>
</entry>
<entry>
<title>bin2hex: actually account for the number of bytes written</title>
<updated>2009-05-29T22:47:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-29T22:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2f9949c8d0401557c9ca1679fb1d01948fb88b68'/>
<id>2f9949c8d0401557c9ca1679fb1d01948fb88b68</id>
<content type='text'>
Unlike C, in Perl printf() doesn't return the number of bytes written.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike C, in Perl printf() doesn't return the number of bytes written.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Run Nindent on utils/gethostip.c</title>
<updated>2009-05-29T22:10:37+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-29T22:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cf1f066e3efd2f9ec8235ff9df94635a60b8d4f9'/>
<id>cf1f066e3efd2f9ec8235ff9df94635a60b8d4f9</id>
<content type='text'>
Automatically reformat utils/gethostip.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically reformat utils/gethostip.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>isohybrid: we are backwards compatible again, change the error msg</title>
<updated>2009-05-26T04:05:03+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-26T04:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=177b65b5924cdf47ad414c8f77a922ed75c23591'/>
<id>177b65b5924cdf47ad414c8f77a922ed75c23591</id>
<content type='text'>
We are backwards compatible again, at least as long as -partok is not
used.  However, there is no minor version number, so we can't check
for that at this time.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are backwards compatible again, at least as long as -partok is not
used.  However, there is no minor version number, so we can't check
for that at this time.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
