<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc/inet, branch vdso</title>
<subtitle>Fork of glibc for development</subtitle>
<id>https://git.zx2c4.com/glibc/atom/inet?h=vdso</id>
<link rel='self' href='https://git.zx2c4.com/glibc/atom/inet?h=vdso'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/'/>
<updated>2024-08-26T14:45:31Z</updated>
<entry>
<title>inet: Avoid label at end of compound statement in tst-if_nameindex</title>
<updated>2024-08-26T14:45:31Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2024-08-26T14:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=79f44e1a47e87907fb8e97bbd098e01c4adc26a5'/>
<id>urn:sha1:79f44e1a47e87907fb8e97bbd098e01c4adc26a5</id>
<content type='text'>
This fails to compile with GCC 8.
</content>
</entry>
<entry>
<title>Revert "inet: Avoid label at end of compound statement in tst-if_nameindex"</title>
<updated>2024-08-21T18:06:33Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2024-08-21T18:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=498ba34ee2472c28cca7b32d132824dbf62651d8'/>
<id>urn:sha1:498ba34ee2472c28cca7b32d132824dbf62651d8</id>
<content type='text'>
This reverts commit 26aca73db5e5ea299b554ceae418b13102b24948.

Reason for revert: Unintended semantic change.
</content>
</entry>
<entry>
<title>inet: Avoid label at end of compound statement in tst-if_nameindex</title>
<updated>2024-08-21T17:16:04Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2024-08-21T17:13:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=26aca73db5e5ea299b554ceae418b13102b24948'/>
<id>urn:sha1:26aca73db5e5ea299b554ceae418b13102b24948</id>
<content type='text'>
This fails to compile with GCC 8.
</content>
</entry>
<entry>
<title>inet: test if_nametoindex and if_indextoname</title>
<updated>2024-08-19T21:37:37Z</updated>
<author>
<name>DJ Delorie</name>
<email>dj@redhat.com</email>
</author>
<published>2024-08-09T02:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=2eee835eca960c9d4119279804214b7a1ed5d156'/>
<id>urn:sha1:2eee835eca960c9d4119279804214b7a1ed5d156</id>
<content type='text'>
Tests for if_nameindex, if_name2index, and if_index2name

Tests that valid results are consistent.

Tests that invalid parameters fail correctly.

Reviewed-by: Florian Weimer &lt;fweimer@redhat.com&gt;
</content>
</entry>
<entry>
<title>socket: Use may_alias on sockaddr structs (bug 19622)</title>
<updated>2024-05-18T07:33:19Z</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2024-05-18T07:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=8d7b6b4cb27d4dec1dd5f7960298c1699275f962'/>
<id>urn:sha1:8d7b6b4cb27d4dec1dd5f7960298c1699275f962</id>
<content type='text'>
This supports common coding patterns.  The GCC C front end before
version 7 rejects the may_alias attribute on a struct definition
if it was not present in a previous forward declaration, so this
attribute can only be conditionally applied.

This implements the spirit of the change in Austin Group issue 1641.

Suggested-by: Marek Polacek &lt;polacek@redhat.com&gt;
Suggested-by: Jakub Jelinek &lt;jakub@redhat.com&gt;
Reviewed-by: Sam James &lt;sam@gentoo.org&gt;
Reviewed-by: Carlos O'Donell &lt;carlos@redhat.com&gt;
</content>
</entry>
<entry>
<title>Update copyright dates with scripts/update-copyrights</title>
<updated>2024-01-01T18:53:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2024-01-01T18:12:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=dff8da6b3e89b986bb7f6b1ec18cf65d5972e307'/>
<id>urn:sha1:dff8da6b3e89b986bb7f6b1ec18cf65d5972e307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move getnameinfo from 'inet' to 'nss'</title>
<updated>2023-10-24T10:31:00Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=2f1c6652d7b339526cfebc87c64c6f130cabc9ba'/>
<id>urn:sha1:2f1c6652d7b339526cfebc87c64c6f130cabc9ba</id>
<content type='text'>
getnameinfo is an entry points for nss functionality.  This commit moves
it from the 'inet' subdirectory to 'nss'.  The corresponding Versions
entry is also moved from 'posix' into 'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'services' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:31:00Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=1d74d2f042a405982661267394e16126db70dc5f'/>
<id>urn:sha1:1d74d2f042a405982661267394e16126db70dc5f</id>
<content type='text'>
The getservby* and getservent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'rpc' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:31:00Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=9b63a8ac404733851798680da1dc9f53ee70b64c'/>
<id>urn:sha1:9b63a8ac404733851798680da1dc9f53ee70b64c</id>
<content type='text'>
The getrpcby* and getrpcent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.  The Versions entries for these routines along with a test,
located in the 'sunrpc' subdirectory, are also moved into 'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
<entry>
<title>Move 'protocols' routines from 'inet' into 'nss'</title>
<updated>2023-10-24T10:30:59Z</updated>
<author>
<name>Arjun Shankar</name>
<email>arjun@redhat.com</email>
</author>
<published>2023-10-02T12:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/glibc/commit/?id=a25a060c358358d61d683dc8e9aa9df91e877a35'/>
<id>urn:sha1:a25a060c358358d61d683dc8e9aa9df91e877a35</id>
<content type='text'>
The getprotoby* and getprotoent* routines are entry points for nss
functionality.  This commit moves them from the 'inet' subdirectory to
'nss'.
Reviewed-by: Adhemerval Zanella  &lt;adhemerval.zanella@linaro.org&gt;
</content>
</entry>
</feed>
