<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/lib, 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>Use jiffies() to implement times(); create &lt;core/*.h&gt; namespace</title>
<updated>2009-09-03T05:18:26+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-09-03T05:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=da43022002dcc6e660d473bda2a1400e97a3fc3a'/>
<id>da43022002dcc6e660d473bda2a1400e97a3fc3a</id>
<content type='text'>
Use the core function jiffies() to implement times(), instead of
poking at the BIOS variable.

This creates a new need for a include file namespace for items
exported from the core for the purpose of the library (not intended
for direct use by applications).  Use the &lt;core/*.h&gt; namespace for
that.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the core function jiffies() to implement times(), instead of
poking at the BIOS variable.

This creates a new need for a include file namespace for items
exported from the core for the purpose of the library (not intended
for direct use by applications).  Use the &lt;core/*.h&gt; namespace for
that.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fsc' into elflink</title>
<updated>2009-09-02T18:27:11+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-09-02T18:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8a33d6742b1c76c0cf86fe0154e761ff2353dc39'/>
<id>8a33d6742b1c76c0cf86fe0154e761ff2353dc39</id>
<content type='text'>
Resolved Conflicts:
	MCONFIG.embedded
	com32/MCONFIG
	com32/lib/Makefile
	core/Makefile
	core/extern.inc
	core/extlinux.asm
	core/isolinux.asm
	core/syslinux.ld

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolved Conflicts:
	MCONFIG.embedded
	com32/MCONFIG
	com32/lib/Makefile
	core/Makefile
	core/extern.inc
	core/extlinux.asm
	core/isolinux.asm
	core/syslinux.ld

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fsc</title>
<updated>2009-09-01T03:33:27+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-09-01T03:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=92e6c96115d736c521d854e113c0797a38a2a3d4'/>
<id>92e6c96115d736c521d854e113c0797a38a2a3d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: code clean -- re-style the unstyle code</title>
<updated>2009-08-28T14:55:52+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-28T14:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e0b07793a4cccc6921170ad83d292a9aa4895efb'/>
<id>e0b07793a4cccc6921170ad83d292a9aa4895efb</id>
<content type='text'>
With the emacs config given by hpa, which is really powfull, I restyled the
unsytled code.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the emacs config given by hpa, which is really powfull, I restyled the
unsytled code.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: vfs-dir stuff re-implemented</title>
<updated>2009-08-28T10:27:51+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-28T10:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c29a8049d462815774bbce8f80a8471a985bafcd'/>
<id>c29a8049d462815774bbce8f80a8471a985bafcd</id>
<content type='text'>
We fist make it simple, as told by hpa. Here're the changes:
1, The DIR structure changed, just a file pointer included.
2. So, the open/close/read-dir stuff in com32/lib/ changed again.
3. We read one stuff from every readdir call.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We fist make it simple, as told by hpa. Here're the changes:
1, The DIR structure changed, just a file pointer included.
2. So, the open/close/read-dir stuff in com32/lib/ changed again.
3. We read one stuff from every readdir call.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: opendir/readdir/closedir stuff added</title>
<updated>2009-08-26T23:37:44+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-26T23:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6fcebf4ed2be8de96ff106c3755c7776f1c66804'/>
<id>6fcebf4ed2be8de96ff106c3755c7776f1c66804</id>
<content type='text'>
Here're some big changes:
1. The vfs-dir stuff added.
2. The dir-functions in com32/lib are mostly rewritten.
3. with little change on rosh for avoid the compile error

Well, I don't think it's a good vfs-dir interface.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here're some big changes:
1. The vfs-dir stuff added.
2. The dir-functions in com32/lib are mostly rewritten.
3. with little change on rosh for avoid the compile error

Well, I don't think it's a good vfs-dir interface.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dynamic' into elflink</title>
<updated>2009-08-25T16:53:08+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-25T16:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bb1023d5da5914999484164205f383412bf3ca5e'/>
<id>bb1023d5da5914999484164205f383412bf3ca5e</id>
<content type='text'>
Conflicts:
	com32/lib/Makefile

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	com32/lib/Makefile

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'klausm/klausm' into elflink</title>
<updated>2009-08-25T16:47:37+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-25T16:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0ffafa2590e8bd21ed3612295959f8873b4bfc81'/>
<id>0ffafa2590e8bd21ed3612295959f8873b4bfc81</id>
<content type='text'>
Conflicts:
	com32/elflink/Makefile

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	com32/elflink/Makefile

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