<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32, branch syslinux-3.63-pre1</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>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>License change for CPU detection modules</title>
<updated>2008-03-02T20:00:10+00:00</updated>
<author>
<name>Erwan</name>
<email>erwan@seanodes.com</email>
</author>
<published>2008-03-02T09:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e8004fc8eec23ad151fda3664f7abac1a7391373'/>
<id>e8004fc8eec23ad151fda3664f7abac1a7391373</id>
<content type='text'>
H. Peter Anvin wrote:
&gt; Erwan: I would have to get you to do this, since it would mean
&gt; changing the license (trying to keep libcom32 under the BSD/MIT
&gt; licenses), and you have them under your own copyright (as opposed to
&gt; mine), which means I can't do this change.

Please find attached the patch to changing the license to MIT on modules
I did contribute in com32/modules/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H. Peter Anvin wrote:
&gt; Erwan: I would have to get you to do this, since it would mean
&gt; changing the license (trying to keep libcom32 under the BSD/MIT
&gt; licenses), and you have them under your own copyright (as opposed to
&gt; mine), which means I can't do this change.

Please find attached the patch to changing the license to MIT on modules
I did contribute in com32/modules/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move mboot documentation to the doc/ directory</title>
<updated>2008-03-02T00:04:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-03-02T00:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=563282ba35f77792f1734a4724386938f330f514'/>
<id>563282ba35f77792f1734a4724386938f330f514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Fix the handling of hotkeys in MENU LABEL on submenus</title>
<updated>2008-02-22T19:03:34+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-22T19:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=44e9cab0e6bc5a7a75d8470e7a4ba41d739f4a37'/>
<id>44e9cab0e6bc5a7a75d8470e7a4ba41d739f4a37</id>
<content type='text'>
Two bugs:

- We didn't strip ^ symbols inheriting from MENU LABEL to MENU TITLE
- We did consider_for_hotkey() with the wrong menu (the submenu
  itself, as opposed to the parent menu.)

As part of these changes, make a function available to create an
uninitialized, mutable refstring (that can be constructed and then
used as a refstring, that is.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two bugs:

- We didn't strip ^ symbols inheriting from MENU LABEL to MENU TITLE
- We did consider_for_hotkey() with the wrong menu (the submenu
  itself, as opposed to the parent menu.)

As part of these changes, make a function available to create an
uninitialized, mutable refstring (that can be constructed and then
used as a refstring, that is.)
</pre>
</div>
</content>
</entry>
<entry>
<title>realloc(): try to protect a block in the path of a growing object</title>
<updated>2008-02-22T02:17:49+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-22T02:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2b20b079f22f236eed97b920672f57821c5974ba'/>
<id>2b20b079f22f236eed97b920672f57821c5974ba</id>
<content type='text'>
When we realloc() a block larger, try to protect the free block
following it from being immediately allocated by something else by
placing it at the end of the freelist instead of the beginning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we realloc() a block larger, try to protect the free block
following it from being immediately allocated by something else by
placing it at the end of the freelist instead of the beginning.
</pre>
</div>
</content>
</entry>
<entry>
<title>realloc(): better implementation allowing in-place growth</title>
<updated>2008-02-22T01:59:56+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-22T01:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ce6265e0c4577aa7871e337cec549b0d844706ce'/>
<id>ce6265e0c4577aa7871e337cec549b0d844706ce</id>
<content type='text'>
Change the realloc() implementation to allow in-place growth.  This is
an important step in handling files without knowing their sizes a
priori.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the realloc() implementation to allow in-place growth.  This is
an important step in handling files without knowing their sizes a
priori.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MENU TITLE -&gt; MENU LABEL inheritance</title>
<updated>2008-02-20T02:40:37+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-20T02:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f96bf79f8ee04fe19b68cb026b235ca3baa8421a'/>
<id>f96bf79f8ee04fe19b68cb026b235ca3baa8421a</id>
<content type='text'>
Correctly make it so MENU TITLE can be inherited upward as MENU TITLE
unless one is provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly make it so MENU TITLE can be inherited upward as MENU TITLE
unless one is provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure color directives get attached to the proper menu.</title>
<updated>2008-02-20T02:34:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-20T02:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c7d9ee8f4552a62962dae614d5dcb3ef7dd9ce0e'/>
<id>c7d9ee8f4552a62962dae614d5dcb3ef7dd9ce0e</id>
<content type='text'>
Color directives would always end up attached to the root menu, no
matter what menu declaration they where actually located in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Color directives would always end up attached to the root menu, no
matter what menu declaration they where actually located in.
</pre>
</div>
</content>
</entry>
</feed>
