<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include/sys/exec.h, branch thread</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>Functional .c32 loading with modules dependency file</title>
<updated>2009-08-21T15:34:09+00:00</updated>
<author>
<name>profkhaos</name>
<email>profkhaos@Khaos-Phantom.(none)</email>
</author>
<published>2009-08-21T15:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c98f05d2e8ab03926931bada035139e9f91c6e4a'/>
<id>c98f05d2e8ab03926931bada035139e9f91c6e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CLI with history and c32 smart loading</title>
<updated>2009-08-20T16:40:08+00:00</updated>
<author>
<name>profkhaos</name>
<email>profkhaos@Khaos-Phantom.(none)</email>
</author>
<published>2009-08-20T16:40:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=157b3a28a060a0bbfce0f047c8fa3712e0520207'/>
<id>157b3a28a060a0bbfce0f047c8fa3712e0520207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Functional ELF dynamic modules loading</title>
<updated>2009-07-16T20:41:40+00:00</updated>
<author>
<name>profkhaos</name>
<email>profkhaos@Khaos-Phantom.(none)</email>
</author>
<published>2009-07-16T20:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=640d2d601e441b17b1b5e4aefc3fbf6f10b11cdf'/>
<id>640d2d601e441b17b1b5e4aefc3fbf6f10b11cdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Elf Dynamic module loading code with corrected linker options</title>
<updated>2009-07-16T15:21:58+00:00</updated>
<author>
<name>profkhaos</name>
<email>profkhaos@Khaos-Phantom.(none)</email>
</author>
<published>2009-07-16T15:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a56c35fe142abee6419397b5eb306a9b34724e04'/>
<id>a56c35fe142abee6419397b5eb306a9b34724e04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>elflink: fix functions with () instead of (void)</title>
<updated>2009-07-06T00:23:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-07-06T00:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=eb04727532a80e6119a8a90282e2c3f7be8a8564'/>
<id>eb04727532a80e6119a8a90282e2c3f7be8a8564</id>
<content type='text'>
In C++, () is used to indicate a function with no parameters.  In C,
this is spelled (void).  In C, () means the same thing as (...) which
really isn't what we want.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In C++, () is used to indicate a function with no parameters.  In C,
this is spelled (void).  In C, () means the same thing as (...) which
really isn't what we want.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>elf: Changed dynamic modules extension to .c32</title>
<updated>2009-07-05T21:26:53+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefan@stefan-mac.(none)</email>
</author>
<published>2009-07-05T21:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ad45d3005886d051dae17180ef28be3f1b6dbaac'/>
<id>ad45d3005886d051dae17180ef28be3f1b6dbaac</id>
<content type='text'>
Also it is no longer compulsory that dynamic modules reside in the dyn/ directory.
The sample modules are still placed there, therefore the full path needs to be
specified in the COM32R testing console.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also it is no longer compulsory that dynamic modules reside in the dyn/ directory.
The sample modules are still placed there, therefore the full path needs to be
specified in the COM32R testing console.
</pre>
</div>
</content>
</entry>
<entry>
<title>elf: Replaced symbol offsets with module base address.</title>
<updated>2009-07-05T20:46:23+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefan@stefan-mac.(none)</email>
</author>
<published>2009-07-05T20:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4e7dc15d06a158d8d0b0fd32b4536626b3090de0'/>
<id>4e7dc15d06a158d8d0b0fd32b4536626b3090de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support in shallow modules to offset symbols.</title>
<updated>2009-07-04T16:47:29+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefan@stefan-mac.(none)</email>
</author>
<published>2009-07-04T16:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=2ab2c16e359d266719ce8639ca0fa057d0f7a099'/>
<id>2ab2c16e359d266719ce8639ca0fa057d0f7a099</id>
<content type='text'>
The symbol values can be offset so that they could match
a memory region, in case it is created dynamically and the
symbol table does not include the offsets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The symbol values can be offset so that they could match
a memory region, in case it is created dynamically and the
symbol table does not include the offsets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added source comments to the execution API header.</title>
<updated>2009-03-15T08:12:28+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefanb@zytor.com</email>
</author>
<published>2008-08-16T14:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d14cf8687310bd065b024e13b7d0b6159f652cc3'/>
<id>d14cf8687310bd065b024e13b7d0b6159f652cc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented the 'list' command in the CLI.</title>
<updated>2009-03-15T08:12:28+00:00</updated>
<author>
<name>Stefan Bucur</name>
<email>stefanb@zytor.com</email>
</author>
<published>2008-08-16T12:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1b8e1bcc64ad1a4937fc3c69c412a7762280aa4a'/>
<id>1b8e1bcc64ad1a4937fc3c69c412a7762280aa4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
