<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include/sys, branch lua</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>com32: Unbreak &lt;sys/cpu.h&gt;</title>
<updated>2010-05-11T19:59:06+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-05-11T19:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=914da438d9e68034c7376a5558386b494a35c514'/>
<id>914da438d9e68034c7376a5558386b494a35c514</id>
<content type='text'>
CPUID functions were apparently broken when made PIC-safe; clean up
and fix.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CPUID functions were apparently broken when made PIC-safe; clean up
and fix.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: move idle handling into protected mode</title>
<updated>2010-03-30T23:10:13+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2010-03-30T23:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=d6fb0861c55f062797c8706f484bd47ae0f94568'/>
<id>d6fb0861c55f062797c8706f484bd47ae0f94568</id>
<content type='text'>
Do the actual idling in protected mode.  This both allows PM code a
more efficient interface, but also handles bugs in HVM implementations
which don't handle HLT in real mode.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do the actual idling in protected mode.  This both allows PM code a
more efficient interface, but also handles bugs in HVM implementations
which don't handle HLT in real mode.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sys/dirent.h: conversion macros between d_type and st_mode</title>
<updated>2010-03-09T05:04:24+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-03-09T05:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=2a95944f8d7536868ca51ddf09514f78309af52a'/>
<id>2a95944f8d7536868ca51ddf09514f78309af52a</id>
<content type='text'>
Conversion macros to change between d_type and st_mode values.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conversion macros to change between d_type and st_mode values.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dirent.h: types for the d_type field</title>
<updated>2010-03-06T22:50:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-03-06T22:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=8fc99886a6f922a5d4ec105cfd72cd70f5b67d8d'/>
<id>8fc99886a6f922a5d4ec105cfd72cd70f5b67d8d</id>
<content type='text'>
Add an enum for the DT_* constants for the d_type field.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an enum for the DT_* constants for the d_type field.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>readdir: replace opendir/readdir/closedir API with a 32-bit API</title>
<updated>2010-03-05T06:54:07+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-03-05T06:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=b4da45a8a0a7c7e6f66850dee1f1733100767c30'/>
<id>b4da45a8a0a7c7e6f66850dee1f1733100767c30</id>
<content type='text'>
The 16-bit API to opendir/readdir/closedir was confused, had a memory
leak, and was incompatible with Syslinux 3.x anyway.  Replace it with
a pure 32-bit API.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 16-bit API to opendir/readdir/closedir was confused, had a memory
leak, and was incompatible with Syslinux 3.x anyway.  Replace it with
a pure 32-bit API.

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-12-22T17:38:43+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-12-22T17:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=2b164fd1078bc9640836f15598ed901cc7a31ae2'/>
<id>2b164fd1078bc9640836f15598ed901cc7a31ae2</id>
<content type='text'>
Resolved Conflicts:
	com32/Makefile
	com32/lib/sys/open.c
	com32/modules/Makefile
	dos/Makefile
	dos/com16.ld
	dos/syslinux.c
	version

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:
	com32/Makefile
	com32/lib/sys/open.c
	com32/modules/Makefile
	dos/Makefile
	dos/com16.ld
	dos/syslinux.c
	version

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>com32: Avoid gpxe detection code duplication</title>
<updated>2009-12-04T09:11:15+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-11-29T14:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/syslinux.git/commit/?id=2221e0b8b5900d4f3d753ee3ee1bd552db187892'/>
<id>2221e0b8b5900d4f3d753ee3ee1bd552db187892</id>
<content type='text'>
Impact: avoid code duplication

This will make code more generic, hdt will need it ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: avoid code duplication

This will make code more generic, hdt will need it ;)
</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://trove.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://trove.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://trove.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>
</feed>
