<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core/extlinux.asm, 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>core: make FILENAME_MAX common; librarize mangle/unmangle</title>
<updated>2009-08-13T03:56:46+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-13T03:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0456f52098e30355a09ad2e05c3a26fc2dbc1752'/>
<id>0456f52098e30355a09ad2e05c3a26fc2dbc1752</id>
<content type='text'>
FILENAME_MAX was 2^8 in all variants by now; make it a common define.
Libraries mangle/unmangle; we have generic_mangle_name for Unix-like
filesystems, and unmangle now defaults to simple strcpy.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FILENAME_MAX was 2^8 in all variants by now; make it a common define.
Libraries mangle/unmangle; we have generic_mangle_name for Unix-like
filesystems, and unmangle now defaults to simple strcpy.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'liu/master'; fix Files[] definition</title>
<updated>2009-08-10T23:41:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-10T23:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=710be5ce8bb85a8cfe08acbc242dbee12f6c7871'/>
<id>710be5ce8bb85a8cfe08acbc242dbee12f6c7871</id>
<content type='text'>
Resolved Conflicts:
	core/extlinux.asm
	core/ldlinux.asm

Merge in liu's changes, but fix Files[] to be a private structure
inside the filesystem, thus we don't have to worry about the
size of it in the assembly code at all.

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:
	core/extlinux.asm
	core/ldlinux.asm

Merge in liu's changes, but fix Files[] to be a private structure
inside the filesystem, thus we don't have to worry about the
size of it in the assembly code at all.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core/diskstart.inc: make the root filesystem a configurable</title>
<updated>2009-08-10T21:27:21+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-10T21:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f87413e6b7a60e9cfc086232953b7f32a4d1c5f2'/>
<id>f87413e6b7a60e9cfc086232953b7f32a4d1c5f2</id>
<content type='text'>
Instead of using conditional compilation, just set the root filesystem
type in the assembly stub.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using conditional compilation, just set the root filesystem
type in the assembly stub.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: merge ldlinux.asm and extlinux.asm</title>
<updated>2009-08-10T02:47:24+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-10T02:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d74cbcd018244a834c60842b16ee18966a6ec020'/>
<id>d74cbcd018244a834c60842b16ee18966a6ec020</id>
<content type='text'>
ldlinux.asm and extlinux.asm are by now extremely similar.  Merge
them.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ldlinux.asm and extlinux.asm are by now extremely similar.  Merge
them.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: unmangle_name converted</title>
<updated>2009-08-08T09:39:43+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-08T09:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=363bb72fd5fa66efeadb03e123ecd99b1a381126'/>
<id>363bb72fd5fa66efeadb03e123ecd99b1a381126</id>
<content type='text'>
Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Core:EXTLINUX: removes the open_file_t structure</title>
<updated>2009-06-15T06:18:40+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-15T06:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a5f4a37ff9fd6a9f94cb853878bc875d4cee8821'/>
<id>a5f4a37ff9fd6a9f94cb853878bc875d4cee8821</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core:EXTLINUX: clean the code</title>
<updated>2009-06-15T05:32:44+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-15T05:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9b298f3e7fdf50fbb1f0bcc188f2dc3f9eea25d4'/>
<id>9b298f3e7fdf50fbb1f0bcc188f2dc3f9eea25d4</id>
<content type='text'>
remove some unused variables in extlinux.asm and remove some extern statement in
ext2.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove some unused variables in extlinux.asm and remove some extern statement in
ext2.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: make vfs do the work</title>
<updated>2009-06-11T07:54:43+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-11T07:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=543c6543392cc81f9f35904c7b814112b2eb5b97'/>
<id>543c6543392cc81f9f35904c7b814112b2eb5b97</id>
<content type='text'>
it works, but it broke somewhere; it can't display the menu correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it works, but it broke somewhere; it can't display the menu correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Core:EXTLINUX: convert mangle name to C</title>
<updated>2009-06-06T22:44:06+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-06T22:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bd8a47b12aa5d10d99147b75f1bb80d6bf07d48e'/>
<id>bd8a47b12aa5d10d99147b75f1bb80d6bf07d48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core: move close_file function in getc.inc</title>
<updated>2009-06-05T22:04:16+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-06-05T22:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7a7f69e1524d7e1ee3c6a9e9d56428edaf785e3d'/>
<id>7a7f69e1524d7e1ee3c6a9e9d56428edaf785e3d</id>
<content type='text'>
because (I think) all the close_file are the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because (I think) all the close_file are the same.
</pre>
</div>
</content>
</entry>
</feed>
