<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core/extlinux.asm, branch syslinux-3.70-pre25</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/'/>
<entry>
<title>extlinux: Fix comment</title>
<updated>2008-06-25T01:06:09+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-25T01:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=b078aa315d7d9ae23b914190f263c01295c3c70a'/>
<id>b078aa315d7d9ae23b914190f263c01295c3c70a</id>
<content type='text'>
"Bytes left" should be "bytes read"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Bytes left" should be "bytes read"
</pre>
</div>
</content>
</entry>
<entry>
<title>extlinux: actually fix the closing of a file on EOF</title>
<updated>2008-06-23T04:25:44+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-23T04:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=aefc9dd8f1b069ce8e97e187aabe56b43c69651b'/>
<id>aefc9dd8f1b069ce8e97e187aabe56b43c69651b</id>
<content type='text'>
Actually close the file properly on EOF, even if not aligned to a
sector boundary.  Sigh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually close the file properly on EOF, even if not aligned to a
sector boundary.  Sigh.
</pre>
</div>
</content>
</entry>
<entry>
<title>extlinux: fix the end of file condition</title>
<updated>2008-06-23T02:10:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-23T02:10:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=547c6d204612410e1208dc1a16135809b9e4daca'/>
<id>547c6d204612410e1208dc1a16135809b9e4daca</id>
<content type='text'>
We would incorrectly not set SI=0 when returning from getfssec upon
end of file.  Fix this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We would incorrectly not set SI=0 when returning from getfssec upon
end of file.  Fix this.
</pre>
</div>
</content>
</entry>
<entry>
<title>writestr_early: save/restore registers</title>
<updated>2008-06-15T17:43:14+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-15T17:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=d8f1d5b4731228689b6badd0b34720c3dc9eeeed'/>
<id>d8f1d5b4731228689b6badd0b34720c3dc9eeeed</id>
<content type='text'>
We have made it this far without it, but it seems like a disaster
waiting to happen.  We can afford the extra four bytes in sector 1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have made it this far without it, but it seems like a disaster
waiting to happen.  We can afford the extra four bytes in sector 1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mechanically rename the writestr functions</title>
<updated>2008-06-15T17:37:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-15T17:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=89e10c2e8a7d9592a400824f9667b2487014f633'/>
<id>89e10c2e8a7d9592a400824f9667b2487014f633</id>
<content type='text'>
Mechanically rename the writestr functions:

	writestr   -&gt; writestr_early
	cwritestr  -&gt; writestr

... to reflect which function is more appropriate to call in normal
circumstances.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mechanically rename the writestr functions:

	writestr   -&gt; writestr_early
	cwritestr  -&gt; writestr

... to reflect which function is more appropriate to call in normal
circumstances.
</pre>
</div>
</content>
</entry>
<entry>
<title>When erroring out on an DOS interrupt, print info</title>
<updated>2008-06-10T23:15:23+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-10T23:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=0567ceb761f37a1a0bae2726747190789fcd515b'/>
<id>0567ceb761f37a1a0bae2726747190789fcd515b</id>
<content type='text'>
Print the interrupt number, AX, and CS:IP of the offending system
call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print the interrupt number, AX, and CS:IP of the offending system
call.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move files out of root into core, dos, and utils</title>
<updated>2008-05-29T22:11:38+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-05-29T22:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/syslinux.git/commit/?id=b536209dfb7bd50c37061735fe10d2c19a97d26d'/>
<id>b536209dfb7bd50c37061735fe10d2c19a97d26d</id>
<content type='text'>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move source files out of the root directory; the root is a mess and
has become virtually unmaintainable.  The Syslinux core now lives in
core/; the Linux and generic utilities has moved into utils/, and
copybs.com has moved into dos/; it had to go somewhere, and it seemed
as good a place as any.
</pre>
</div>
</content>
</entry>
</feed>
