<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/netinet, branch v0.9.2</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>support _BSD_SOURCE feature test macro</title>
<updated>2012-05-23T01:52:08+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-23T01:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=419ae6d5c95629d3ebaff6f1880d52cb027ba924'/>
<id>419ae6d5c95629d3ebaff6f1880d52cb027ba924</id>
<content type='text'>
patch by Isaac Dunham. matched closely (maybe not exact) to glibc's
idea of what _BSD_SOURCE should make visible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Isaac Dunham. matched closely (maybe not exact) to glibc's
idea of what _BSD_SOURCE should make visible.
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing IN6_ARE_ADDR_EQUAL</title>
<updated>2012-05-11T15:05:41+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-11T15:05:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=b47fdcdef8e88452914636ce23ee6792f259b5dc'/>
<id>b47fdcdef8e88452914636ce23ee6792f259b5dc</id>
<content type='text'>
written to avoid multiple conditional jumps and avoid ugly repetitive
lines in the header file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
written to avoid multiple conditional jumps and avoid ugly repetitive
lines in the header file.
</pre>
</div>
</content>
</entry>
<entry>
<title>add one more bogus legacy header</title>
<updated>2012-05-11T03:32:28+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-11T03:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=e700e59a90290babdb7e984a7a738f30a8f87dcf'/>
<id>e700e59a90290babdb7e984a7a738f30a8f87dcf</id>
<content type='text'>
this one is for program(s|ers) who haven't heard of uint16_t and
uint32_t (which are obviously the correct types for use in such
situations, as they're the argument/return types for ntohs/htons and
ntohl/htonl).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this one is for program(s|ers) who haven't heard of uint16_t and
uint32_t (which are obviously the correct types for use in such
situations, as they're the argument/return types for ntohs/htons and
ntohl/htonl).
</pre>
</div>
</content>
</entry>
<entry>
<title>add additional compatibility union member for ipv6 addresses</title>
<updated>2012-05-04T02:12:46+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-05-04T02:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ca2d3c6ef45de4943e2fba793131206e491fcdb7'/>
<id>ca2d3c6ef45de4943e2fba793131206e491fcdb7</id>
<content type='text'>
in6_* is in the reserved namespace, so this is valid
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in6_* is in the reserved namespace, so this is valid
</pre>
</div>
</content>
</entry>
<entry>
<title>fix all missing instances of __cplusplus checks/extern "C" in headers</title>
<updated>2011-11-11T01:40:06+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-11-11T01:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3ed8c9f2df0b5f0bfe1006037c46d4f32ec6ca7b'/>
<id>3ed8c9f2df0b5f0bfe1006037c46d4f32ec6ca7b</id>
<content type='text'>
patch by Arvid Picciani (aep)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
patch by Arvid Picciani (aep)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some header typos</title>
<updated>2011-09-21T00:02:48+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-21T00:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=fd9e01e92a5d665e5b6c3221cd67970038cf7a6c'/>
<id>fd9e01e92a5d665e5b6c3221cd67970038cf7a6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more bits junk (tcp.h)</title>
<updated>2011-09-18T19:39:52+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-18T19:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=ca8373dfcf03c808a32b3846f95d802fefc4c2e8'/>
<id>ca8373dfcf03c808a32b3846f95d802fefc4c2e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move invariant netinet/in.h stuff out of bits/in.h</title>
<updated>2011-09-18T19:31:44+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-09-18T19:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c8175666f22952d1b0ea280b217d8896f0c24bec'/>
<id>c8175666f22952d1b0ea280b217d8896f0c24bec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)</title>
<updated>2011-04-06T19:44:39+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-04-06T19:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2b55a619e48e587a09d0620b959dd73f808d57ed'/>
<id>2b55a619e48e587a09d0620b959dd73f808d57ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve some header namespace non-issues</title>
<updated>2011-02-20T07:44:52+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2011-02-20T07:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=d6a1e0c79e84e6f13cd567b6401e0de1f9b5d4bb'/>
<id>d6a1e0c79e84e6f13cd567b6401e0de1f9b5d4bb</id>
<content type='text'>
after re-reading 2.2.2 of POSIX 2008, all of these are in the correct
reserved namespaces and do not need protection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after re-reading 2.2.2 of POSIX 2008, all of these are in the correct
reserved namespaces and do not need protection.
</pre>
</div>
</content>
</entry>
</feed>
