<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/menu, branch syslinux-3.71</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>vesamenu: avoid strcmp() with NULL</title>
<updated>2008-07-22T16:58:01+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-22T01:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c86aca6b49cb335fba1f9cf96f1ce5b7d18dba2f'/>
<id>c86aca6b49cb335fba1f9cf96f1ce5b7d18dba2f</id>
<content type='text'>
Avoid touching memory at address zero when going from a background to
a non-background.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid touching memory at address zero when going from a background to
a non-background.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the initrd to be specified on a separate line</title>
<updated>2008-07-04T01:45:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-04T01:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=09dcba81bb7220e929093913bbfcb2c47e0ed4fb'/>
<id>09dcba81bb7220e929093913bbfcb2c47e0ed4fb</id>
<content type='text'>
Allow the initrd to be specified on a separate line from command-line
options (append).  This apparently can help certain tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the initrd to be specified on a separate line from command-line
options (append).  This apparently can help certain tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simple menu: really avoid disabled entries</title>
<updated>2008-07-03T01:34:49+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-03T01:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2b7251b3905e58ef5c34bb4b009ae537eb1b9333'/>
<id>2b7251b3905e58ef5c34bb4b009ae537eb1b9333</id>
<content type='text'>
Really, really try to avoid stepping on disabled entries...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Really, really try to avoid stepping on disabled entries...
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to \n -&gt; \r\n in ANSI and xserial</title>
<updated>2008-06-24T22:25:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-24T22:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ce014dced52afc366fcbe08c60b8f725812f1bc2'/>
<id>ce014dced52afc366fcbe08c60b8f725812f1bc2</id>
<content type='text'>
Default to \n -&gt; \r\n conversion in the ANSI and xserial modules,
rather than relying on escape codes to make that behave.  This
effectively means that as far as the serial port is concerned, this
behavior cannot be turned off (with less than having the xserial state
machine interpret this sequence) and the escape code *should not* be
used.

That is fine for our applications, though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Default to \n -&gt; \r\n conversion in the ANSI and xserial modules,
rather than relying on escape codes to make that behave.  This
effectively means that as far as the serial port is concerned, this
behavior cannot be turned off (with less than having the xserial state
machine interpret this sequence) and the escape code *should not* be
used.

That is fine for our applications, though.
</pre>
</div>
</content>
</entry>
<entry>
<title>Centralize configurables; better "make install" etc</title>
<updated>2008-05-30T00:53:42+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-30T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0596155be3f9cc9d3eb385497ee79935c69ec042'/>
<id>0596155be3f9cc9d3eb385497ee79935c69ec042</id>
<content type='text'>
Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Begin the process of centralizing configurables.

Improve "make install" and "make netinstall"; add "make
extbootinstall".
</pre>
</div>
</content>
</entry>
<entry>
<title>Move files out of root into core, dos, and utils</title>
<updated>2008-05-29T22:11:38+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-29T22:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b536209dfb7bd50c37061735fe10d2c19a97d26d'/>
<id>b536209dfb7bd50c37061735fe10d2c19a97d26d</id>
<content type='text'>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -fstack-protector flag enabled by default.</title>
<updated>2008-05-12T18:47:23+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefanb@zytor.com</email>
</author>
<published>2008-05-12T18:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4561fc3586957f5d745bc9eb3baf8d859897da17'/>
<id>4561fc3586957f5d745bc9eb3baf8d859897da17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent inclusion of system include files when inappropriate</title>
<updated>2008-03-04T04:18:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-04T04:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=03abbde81db7484ccdb4e1808881e1df20df2fb0'/>
<id>03abbde81db7484ccdb4e1808881e1df20df2fb0</id>
<content type='text'>
Use "-nostdinc -iwithprefix include" to prevent the inclusion of
system header files, but still permitting *compiler* header files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use "-nostdinc -iwithprefix include" to prevent the inclusion of
system header files, but still permitting *compiler* header files.
</pre>
</div>
</content>
</entry>
<entry>
<title>simple menu: break off execute() into its own source file</title>
<updated>2008-03-03T06:20:08+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-03T06:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=763bb1f82a4519bdf240fd5d43f7e776c0d5206f'/>
<id>763bb1f82a4519bdf240fd5d43f7e776c0d5206f</id>
<content type='text'>
Break off execute() into its own source file, with the intent of being
able to re-use it for a CLI module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Break off execute() into its own source file, with the intent of being
able to re-use it for a CLI module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow MENU EXIT to specify a menu tag</title>
<updated>2008-02-22T19:16:45+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-22T19:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6152d7affa392c8233b527b5800299f0b38246f0'/>
<id>6152d7affa392c8233b527b5800299f0b38246f0</id>
<content type='text'>
Allow MENU EXIT to "exit" to an arbitrary menu.  This is really just a
variant of "MENU GOTO", but it allows displaying an exit marker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow MENU EXIT to "exit" to an arbitrary menu.  This is really just a
variant of "MENU GOTO", but it allows displaying an exit marker.
</pre>
</div>
</content>
</entry>
</feed>
