<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/include/net, branch master</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>net/if_arp.h: add ARPHRD_RAWIP from linux v4.14</title>
<updated>2018-02-22T23:47:49+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2017-11-26T23:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4d4a665799a0ed6dda3deed3d380b72c84d9f4d2'/>
<id>4d4a665799a0ed6dda3deed3d380b72c84d9f4d2</id>
<content type='text'>
new in linux commmit cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new in linux commmit cdf4969c42a6c1a376dd03a9e846cf638d3cd4b1
</pre>
</div>
</content>
</entry>
<entry>
<title>add additional uapi guards for Linux kernel header files</title>
<updated>2018-01-09T18:08:25+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2018-01-06T22:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc'/>
<id>b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc</id>
<content type='text'>
With Linux kernel 4.16 it will be possible to guard more parts of the
Linux header files from a libc. Make use of this in musl to guard all
the structures and other definitions from the Linux header files which
are also defined by the header files provided by musl. This will make
it possible to compile source files which include both the libc
headers and the kernel userspace headers.

This extends the definitions done in commit 04983f227238 ("make
netinet/in.h suppress clashing definitions from kernel headers")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With Linux kernel 4.16 it will be possible to guard more parts of the
Linux header files from a libc. Make use of this in musl to guard all
the structures and other definitions from the Linux header files which
are also defined by the header files provided by musl. This will make
it possible to compile source files which include both the libc
headers and the kernel userspace headers.

This extends the definitions done in commit 04983f227238 ("make
netinet/in.h suppress clashing definitions from kernel headers")
</pre>
</div>
</content>
</entry>
<entry>
<title>add ARPHDR_VSOCKMON from linux v4.12</title>
<updated>2017-11-05T23:41:14+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2017-07-09T18:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=4c811227110ddeb1ccd03ce295a6e8f6ccb905ea'/>
<id>4c811227110ddeb1ccd03ce295a6e8f6ccb905ea</id>
<content type='text'>
new in linux commit 531b374834c891ae2abf800693074df35a7d1a36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new in linux commit 531b374834c891ae2abf800693074df35a7d1a36
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing if_arp.h constant</title>
<updated>2016-10-20T20:55:51+00:00</updated>
<author>
<name>Daniel Sabogal</name>
<email>dsabogalcc@gmail.com</email>
</author>
<published>2016-09-05T02:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=79c7ded0edaa0b3ab3fc95bf3b76a9e67683454a'/>
<id>79c7ded0edaa0b3ab3fc95bf3b76a9e67683454a</id>
<content type='text'>
ARPHRD_6LOWPAN (IPv6 over LoWPAN) added in
linux 3.14 commit 0abc652c796dab74d34d60473ec5594cd21620be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ARPHRD_6LOWPAN (IPv6 over LoWPAN) added in
linux 3.14 commit 0abc652c796dab74d34d60473ec5594cd21620be
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ifru_data and ifcu_buf types in net/if.h</title>
<updated>2016-09-16T21:59:54+00:00</updated>
<author>
<name>Daniel Sabogal</name>
<email>dsabogalcc@gmail.com</email>
</author>
<published>2016-09-16T17:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3848a99f65952a77c03bbd905cae988f37f13ea6'/>
<id>3848a99f65952a77c03bbd905cae988f37f13ea6</id>
<content type='text'>
glibc, freebsd, and openbsd use character pointers (caddr_t) for
these fields. only linux uses void pointer for the ifru_data type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glibc, freebsd, and openbsd use character pointers (caddr_t) for
these fields. only linux uses void pointer for the ifru_data type.
</pre>
</div>
</content>
</entry>
<entry>
<title>make brace placement in public header struct definitions consistent</title>
<updated>2016-07-03T19:02:25+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2016-07-03T18:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=befa5866ee30d09c0c96e88af2eabff5911342ea'/>
<id>befa5866ee30d09c0c96e88af2eabff5911342ea</id>
<content type='text'>
placing the opening brace on the same line as the struct keyword/tag
is the style I prefer and seems to be the prevailing practice in more
recent additions.

these changes were generated by the command:

find include/ arch/*/bits -name '*.h' \
-exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +

and subsequently checked by hand to ensure that the regex did not pick
up any false positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
placing the opening brace on the same line as the struct keyword/tag
is the style I prefer and seems to be the prevailing practice in more
recent additions.

these changes were generated by the command:

find include/ arch/*/bits -name '*.h' \
-exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +

and subsequently checked by hand to ensure that the regex did not pick
up any false positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers</title>
<updated>2013-09-15T02:42:29+00:00</updated>
<author>
<name>Szabolcs Nagy</name>
<email>nsz@port70.net</email>
</author>
<published>2013-09-15T02:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=2607e39a04b50b8072227db1e08542d6659b927f'/>
<id>2607e39a04b50b8072227db1e08542d6659b927f</id>
<content type='text'>
the removed ARPHRD_IEEE802154_PHY was only present in the kernel api
in v2.6.31 (by accident), but it got into the glibc headers (in 2009)
and remained there since this header was not updated since then.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the removed ARPHRD_IEEE802154_PHY was only present in the kernel api
in v2.6.31 (by accident), but it got into the glibc headers (in 2009)
and remained there since this header was not updated since then.
</pre>
</div>
</content>
</entry>
<entry>
<title>net/if.h: add some missing IFF_ constants</title>
<updated>2013-04-05T17:26:23+00:00</updated>
<author>
<name>rofl0r</name>
<email>retnyg@gmx.net</email>
</author>
<published>2013-04-05T16:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=5ffe4940507110f6d0220496cdfc411b8b89aa3d'/>
<id>5ffe4940507110f6d0220496cdfc411b8b89aa3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some obscure header type size/alignment issues</title>
<updated>2013-03-04T22:05:45+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2013-03-04T22:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=8c741783fc96d559cfe79301c924c217b2905c0c'/>
<id>8c741783fc96d559cfe79301c924c217b2905c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>default features: make musl usable without feature test macros</title>
<updated>2012-09-08T03:13:55+00:00</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-09-08T03:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=c1a9658bd19245ff0fb52d3da567815d822fb622'/>
<id>c1a9658bd19245ff0fb52d3da567815d822fb622</id>
<content type='text'>
the old behavior of exposing nothing except plain ISO C can be
obtained by defining __STRICT_ANSI__ or using a compiler option (such
as -std=c99) that predefines it. the new default featureset is POSIX
with XSI plus _BSD_SOURCE. any explicit feature test macros will
inhibit the default.

installation docs have also been updated to reflect this change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the old behavior of exposing nothing except plain ISO C can be
obtained by defining __STRICT_ANSI__ or using a compiler option (such
as -std=c99) that predefines it. the new default featureset is POSIX
with XSI plus _BSD_SOURCE. any explicit feature test macros will
inhibit the default.

installation docs have also been updated to reflect this change.
</pre>
</div>
</content>
</entry>
</feed>
