<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core/include/fs.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>Core: get rid of passing com32sys_t structure as parameter in PMode</title>
<updated>2009-08-30T21:51:38+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-30T21:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8b584217d5b18b7737c344bfb45570af1379da24'/>
<id>8b584217d5b18b7737c344bfb45570af1379da24</id>
<content type='text'>
Well, this molstly be about xxx_load_config function, with function type changed.
The new load_config function will return 1 if failed, or 0 if successed.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Well, this molstly be about xxx_load_config function, with function type changed.
The new load_config function will return 1 if failed, or 0 if successed.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</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 cleaned</title>
<updated>2009-08-28T10:56:00+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-28T10:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ad49e6d67851b450a8b2b30f8d8042af2082d9ba'/>
<id>ad49e6d67851b450a8b2b30f8d8042af2082d9ba</id>
<content type='text'>
Removes the core/include/dir.h, and put the dir structures to sys/dirent.h to
avoid the compile error.

Signed-off-by: Liu Aleaxander &lt;Aleaxander@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the core/include/dir.h, and put the dir structures to sys/dirent.h to
avoid the compile error.

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>core: use stpcpy() as generic_unmangle_name()</title>
<updated>2009-08-13T04:31:49+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-13T04:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a1fc1f47b4e6080edabb517a070e3c1918c1b3a1'/>
<id>a1fc1f47b4e6080edabb517a070e3c1918c1b3a1</id>
<content type='text'>
We can use stpcpy() as generic_unmangle_name(); this also gives us the
pointer to the end that the assembly code wants and expects.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can use stpcpy() as generic_unmangle_name(); this also gives us the
pointer to the end that the assembly code wants and expects.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<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>core: VFS cleanups: add a persistent generic struct file</title>
<updated>2009-08-12T00:25:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-08-12T00:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f2fa4525e58ba414220c9f62587b7e7aff35347f'/>
<id>f2fa4525e58ba414220c9f62587b7e7aff35347f</id>
<content type='text'>
Major cleanups to the VFS layer:
- add a persistent generic "struct file"
- pass "struct file *" to getfssec
- add a close_file method
- use VFS-assigned indicies instead of pointers as file handles.
  This allows the file structures to be allocated from high memory.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Major cleanups to the VFS layer:
- add a persistent generic "struct file"
- pass "struct file *" to getfssec
- add a close_file method
- use VFS-assigned indicies instead of pointers as file handles.
  This allows the file structures to be allocated from high memory.

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:PXELINUX: try to merge pxelinux</title>
<updated>2009-08-06T07:17:48+00:00</updated>
<author>
<name>Liu Aleaxander</name>
<email>Aleaxander@gmail.com</email>
</author>
<published>2009-08-06T07:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=184bc83718963636297d230d8f3846d025942a72'/>
<id>184bc83718963636297d230d8f3846d025942a72</id>
<content type='text'>
the others Syslinux derivative disabled for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the others Syslinux derivative disabled for now
</pre>
</div>
</content>
</entry>
</feed>
