<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.8x</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>isohybrid: use getopt_long_only()</title>
<updated>2010-05-21T03:35:24+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-05-21T03:35:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=08b3602db548775ca819780de77686a186156ec7'/>
<id>08b3602db548775ca819780de77686a186156ec7</id>
<content type='text'>
For compatibility with isohybrid.pl, use getopt_long_only() so long
options are accepted with a single dash.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For compatibility with isohybrid.pl, use getopt_long_only() so long
options are accepted with a single dash.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>isohybrid: create a C version</title>
<updated>2010-05-21T03:29:52+00:00</updated>
<author>
<name>P. J. Pandit</name>
<email>pj.pandit@yahoo.co.in</email>
</author>
<published>2010-05-21T03:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=dc81681f81225d6f22cc8e3afcf07a286e02ca62'/>
<id>dc81681f81225d6f22cc8e3afcf07a286e02ca62</id>
<content type='text'>
Some Linux distributions have complained about Perl as a prerequisite
for isohybrid, so create a C version.

[ hpa: modified the array generator to put it all in one script ]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some Linux distributions have complained about Perl as a prerequisite
for isohybrid, so create a C version.

[ hpa: modified the array generator to put it all in one script ]
</pre>
</div>
</content>
</entry>
<entry>
<title>cat.c32: handle multiple files, use argv[0], copy 4K at a time</title>
<updated>2010-05-21T03:12:44+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-05-21T03:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=eedb9638d8534bbd39bfa657b932554c92ac55d6'/>
<id>eedb9638d8534bbd39bfa657b932554c92ac55d6</id>
<content type='text'>
Loop over multiple files, use argv[0] for the program name, and copy
4K at a 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>
Loop over multiple files, use argv[0] for the program name, and copy
4K at a time.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CMENU: Fixing login_handler prototype</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T21:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fe4a9d5de55bfc168986ae44bed97b641092e88f'/>
<id>fe4a9d5de55bfc168986ae44bed97b641092e88f</id>
<content type='text'>
login_handler have to follow the (t_menusystem * ms, t_menuitem * mi)
prototype defined by t_handler_return
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
login_handler have to follow the (t_menusystem * ms, t_menuitem * mi)
prototype defined by t_handler_return
</pre>
</div>
</content>
</entry>
<entry>
<title>com32: Fixing cast in argv to avoid warning</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T20:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d7ea681937f7a70dff8c0b4ffb014425845fb0a3'/>
<id>d7ea681937f7a70dff8c0b4ffb014425845fb0a3</id>
<content type='text'>
const char * confuse the *argv++ assignation
Casting to char * removes this warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
const char * confuse the *argv++ assignation
Casting to char * removes this warning
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: casting to avoid useless warning</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T19:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cc122356f56a3cb45a01d31ecadf1f4f1f2e8441'/>
<id>cc122356f56a3cb45a01d31ecadf1f4f1f2e8441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: Fixing print_history() prototype</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T19:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=aa5b96cf400d2485d670b7dcd019cb051bcd9533'/>
<id>aa5b96cf400d2485d670b7dcd019cb051bcd9533</id>
<content type='text'>
print_history have to follow the exec prototype
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
print_history have to follow the exec prototype
</pre>
</div>
</content>
</entry>
<entry>
<title>cpuid: Typo between argv &amp; argc</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T19:18:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c8c4ae38a22d9aee14b6664a633588b837e590bd'/>
<id>c8c4ae38a22d9aee14b6664a633588b837e590bd</id>
<content type='text'>
argv isn't a number ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argv isn't a number ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd: Adding proper include to syslinux_run_command</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T19:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a52a8e0ff29391d54cc4316a09e9c18f654f4719'/>
<id>a52a8e0ff29391d54cc4316a09e9c18f654f4719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disk: Fixing get_error() call</title>
<updated>2010-05-12T21:57:03+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2010-05-12T19:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9d193b67979bae7feaf62186f8dc6d989c085ba6'/>
<id>9d193b67979bae7feaf62186f8dc6d989c085ba6</id>
<content type='text'>
get_error prototype changed since this module was written
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get_error prototype changed since this module was written
</pre>
</div>
</content>
</entry>
</feed>
