<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git, branch syslinux-3.7x</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>NEWS, version: prepare for a 3.76 release</title>
<updated>2009-04-26T01:50:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-26T01:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bbea484cccaba57839e83a20c64b00209865c9a8'/>
<id>bbea484cccaba57839e83a20c64b00209865c9a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ISOLINUX: set directory length correctly</title>
<updated>2009-04-26T01:38:03+00:00</updated>
<author>
<name>Steffen Winterfeldt</name>
<email>wfeldt@suse.de</email>
</author>
<published>2009-04-22T15:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=dfa562bc984ec0d392b1a4391521e298db7a3e11'/>
<id>dfa562bc984ec0d392b1a4391521e298db7a3e11</id>
<content type='text'>
Since searchdir() uses getfssec() to read the directory it needs to set
file_bytesleft. Else it loops forever if you have a large directory (and/or
rock ridge on).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since searchdir() uses getfssec() to read the directory it needs to set
file_bytesleft. Else it loops forever if you have a large directory (and/or
rock ridge on).
</pre>
</div>
</content>
</entry>
<entry>
<title>rosh: don't compile rosh.lnx by default</title>
<updated>2009-04-16T04:42:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-16T04:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9dfb9e7bec36c83a371ca9a3066a6711b5f698ba'/>
<id>9dfb9e7bec36c83a371ca9a3066a6711b5f698ba</id>
<content type='text'>
Don't compile rosh.lnx by default.  It causes unnecessary dependencies
on the host system.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't compile rosh.lnx by default.  It causes unnecessary dependencies
on the host system.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: document HDT PCI fix</title>
<updated>2009-04-15T23:26:49+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-15T23:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d7def78fd87302cdb75a6b46752191030be8a75b'/>
<id>d7def78fd87302cdb75a6b46752191030be8a75b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: Fixing latency indentation</title>
<updated>2009-04-15T23:24:14+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-04-14T19:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8c8782173ec4828da180c6d553eae4d9a2755fae'/>
<id>8c8782173ec4828da180c6d553eae4d9a2755fae</id>
<content type='text'>
Impact: Improving display

Removing useless space
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: Improving display

Removing useless space
</pre>
</div>
</content>
</entry>
<entry>
<title>pci: Using for_each_pci_func3</title>
<updated>2009-04-15T23:24:07+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-04-15T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f5a1d37b56b5c2c98a8f36ea467500d08962708c'/>
<id>f5a1d37b56b5c2c98a8f36ea467500d08962708c</id>
<content type='text'>
Impact: cleaning code

Using for_each_pci_func3 instead of for_each_pci_func + pci_mkaddr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: cleaning code

Using for_each_pci_func3 instead of for_each_pci_func + pci_mkaddr
</pre>
</div>
</content>
</entry>
<entry>
<title>pci: add pci_for_each_func3() which produces an address</title>
<updated>2009-04-15T23:23:56+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2009-04-14T20:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=00062572d3464571b4a7e7aafdf7eb2284059fe1'/>
<id>00062572d3464571b4a7e7aafdf7eb2284059fe1</id>
<content type='text'>
Add pci_for_each_func3() iterator, which produces an address in
addition to the device pointer.

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>
Add pci_for_each_func3() iterator, which produces an address in
addition to the device pointer.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>PCI: Fixing freeze when detecting many PCI devices</title>
<updated>2009-04-15T23:23:46+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-04-14T19:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c0e760fdb7ce04a67f0c7f47535eb710bc5a6e7f'/>
<id>c0e760fdb7ce04a67f0c7f47535eb710bc5a6e7f</id>
<content type='text'>
Impact: Prevent hard freeze when having many PCI devices

A user reported that calling gather_additional_pci_config() when many
PCI devices exists on a host could lead to a complete freeze.
This patch remove some useless code and use for_each_pci_func() instead.
This prevent useless memory allocation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Impact: Prevent hard freeze when having many PCI devices

A user reported that calling gather_additional_pci_config() when many
PCI devices exists on a host could lead to a complete freeze.
This patch remove some useless code and use for_each_pci_func() instead.
This prevent useless memory allocation.
</pre>
</div>
</content>
</entry>
<entry>
<title>NEWS: add the latest stuff...</title>
<updated>2009-04-15T04:55:08+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-15T04:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=620105c70237256ce194ae1a22afaef9fd83d3e1'/>
<id>620105c70237256ce194ae1a22afaef9fd83d3e1</id>
<content type='text'>
Document additional changes since 3.74.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document additional changes since 3.74.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gpxe: Don't use "lret $2" to return from an interrupt</title>
<updated>2009-04-15T04:52:50+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-04-15T04:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=51c8b419b201678ea27edfa9d037c851f18b7fb5'/>
<id>51c8b419b201678ea27edfa9d037c851f18b7fb5</id>
<content type='text'>
Using "lret $2" to return from an interrupt causes interrupts to be
disabled in the calling program, since the INT instruction will have
disabled interrupts.  Instead, patch CF on the stack and use iret to
return.

Interestingly, the original PC BIOS had this bug in at least one
place.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "lret $2" to return from an interrupt causes interrupts to be
disabled in the calling program, since the INT instruction will have
disabled interrupts.  Instead, patch CF on the stack and use iret to
return.

Interestingly, the original PC BIOS had this bug in at least one
place.

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