<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include/klibc, 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>Constructed data objects can't be common; hack derivative_info</title>
<updated>2009-02-19T05:08:56+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-02-19T05:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=8f5084835e9a9358e3c7f4495ee1fe7fe0221cdd'/>
<id>8f5084835e9a9358e3c7f4495ee1fe7fe0221cdd</id>
<content type='text'>
- Constructed data objects can't be common.  Earlier version of
  gcc didn't if the objects were explicitly listed extern, but
  newer ones need an explicit __attribute__((nocommon)) or
  -fno-common.

- Make syslinux_derivative_info() save the entire reply.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Constructed data objects can't be common.  Earlier version of
  gcc didn't if the objects were explicitly listed extern, but
  newer ones need an explicit __attribute__((nocommon)) or
  -fno-common.

- Make syslinux_derivative_info() save the entire reply.
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc/compiler.h: add __weak macro</title>
<updated>2008-07-24T02:17:08+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-24T02:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ba5ae24cd489d6ea2d1ff2e39951c02a39a97315'/>
<id>ba5ae24cd489d6ea2d1ff2e39951c02a39a97315</id>
<content type='text'>
Add a macro for weak symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a macro for weak symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>klibc/compiler.h: booleanize likely/unlikely</title>
<updated>2008-07-24T02:15:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-24T02:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=97c2f2b35677f999ced3d8649bfc7d441b1dc4e4'/>
<id>97c2f2b35677f999ced3d8649bfc7d441b1dc4e4</id>
<content type='text'>
__likely() and __unlikely() should explicitly booleanize their
arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__likely() and __unlikely() should explicitly booleanize their
arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __aligned() and __alignas() macros</title>
<updated>2008-02-14T08:01:20+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-02-14T08:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d1bf83be601ec71c32f1e5ebe511f42f5e44195f'/>
<id>d1bf83be601ec71c32f1e5ebe511f42f5e44195f</id>
<content type='text'>
Add macros __aligned() (which takes a byte count), and __alignas()
(which takes a type or expression whose type is used, same as sizeof).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add macros __aligned() (which takes a byte count), and __alignas()
(which takes a type or expression whose type is used, same as sizeof).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix building on a 64-bit system without a 32-bit system installed</title>
<updated>2007-09-24T21:18:18+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-09-24T21:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=a81fb89a445ae0dca286c861d8d51f705533df0d'/>
<id>a81fb89a445ae0dca286c861d8d51f705533df0d</id>
<content type='text'>
A bunch of glibc header files were bogusly included.  We should not
depend on having a 32-bit glibc installed, since we don't use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bunch of glibc header files were bogusly included.  We should not
depend on having a 32-bit glibc installed, since we don't use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>PXE header support; higher-level function for PXE GET_CACHED_INFO</title>
<updated>2007-03-15T07:57:29+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2007-03-15T07:57:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=200e00ab1afbfac847c48eb608110c4726a582c4'/>
<id>200e00ab1afbfac847c48eb608110c4726a582c4</id>
<content type='text'>
Beginnings of higher-level functions for PXE support.  For now, only
pxe_get_cached_info() is actually supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Beginnings of higher-level functions for PXE support.  For now, only
pxe_get_cached_info() is actually supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>New "totaltimeout" option; change the menu behaviour on timeout.</title>
<updated>2005-08-30T22:36:49+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2005-08-30T22:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=da20539a79fe070350a43503b8db954c50980e18'/>
<id>da20539a79fe070350a43503b8db954c50980e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Division error handling</title>
<updated>2004-11-23T23:28:03+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2004-11-23T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=123a1be461723ce4514ad45adf569a0fb2043f33'/>
<id>123a1be461723ce4514ad45adf569a0fb2043f33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Very first cut at a klibc-derived C library for com32</title>
<updated>2004-11-10T22:31:50+00:00</updated>
<author>
<name>hpa</name>
<email>hpa</email>
</author>
<published>2004-11-10T22:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=17f967640cef484f83d755c9dd016a946711236f'/>
<id>17f967640cef484f83d755c9dd016a946711236f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
