summaryrefslogtreecommitdiff
path: root/inet
Commit message (Expand)AuthorAgeFilesLines
* Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell2016-06-021-7/+7
* 2016-05-30 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-05-302-84/+0
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-232-1/+128
* getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]Florian Weimer2016-05-041-52/+51
* getnameinfo: Avoid calling strnlen on uninitialized bufferFlorian Weimer2016-05-041-7/+6
* getnameinfo: Reduce line length and add missing commentsFlorian Weimer2016-05-041-21/+18
* getnameinfo: Refactor and fix memory leak [BZ #19642]Florian Weimer2016-04-291-240/+347
* getnameinfo: Do not preserve errnoFlorian Weimer2016-04-281-10/+2
* inet: Remove SCCS keywordsFlorian Weimer2016-04-287-29/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0473-73/+73
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-23/+7
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-204-61/+26
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-164-11/+5
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-083-3/+3
* Add netinet/in.h values from Linux 4.2.Joseph Myers2015-09-011-0/+2
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* Fix ruserok scalability with large ~/.rhosts file.Carlos O'Donell2015-07-081-19/+31
* Fix gethostbyaddr in6addr_any, in6addr_loopback namespace (bug 18532).Joseph Myers2015-06-172-5/+9
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-121-2/+2
* * inet/rcmd.c (rresvport_af): Change ss to anonymous unionSteve Ellcey2015-05-191-18/+24
* getnameinfo: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-081-27/+58
* in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850]Cong Wang2015-02-251-1/+2
* Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath2015-02-068-196/+5
* Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.Roland McGrath2015-01-231-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0279-79/+79
* Fix stub __if_freenameindex build error.Roland McGrath2014-12-171-0/+1
* Fix resolver inet_* namespace (bug 17722).Joseph Myers2014-12-171-2/+3
* 2014-12-17 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-171-62/+61
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-161-6/+11
* Fix getifaddrs, freeifaddrs namespace (bug 17668).Joseph Myers2014-12-021-4/+6
* Remove IS_IN_nscdSiddhesh Poyarekar2014-11-241-1/+1
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-054-8/+20
* Prototypify htonl and htons definitions.Roland McGrath2014-10-242-4/+2
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-221-1/+1
* Return failure in getnetgrent only when all netgroups have been searched (#17...Siddhesh Poyarekar2014-09-101-1/+4
* Return NULL for wildcard values in getnetgrent from nscd (BZ #16759)Siddhesh Poyarekar2014-03-271-3/+11
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-0/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-5/+5
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* BZ #16529: Fix pedantic warning with netinet/in.h.Carlos O'Donell2014-02-061-1/+1
* Fix typo in inet/netinet/in.h commentAllan McRae2014-01-061-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0179-79/+79
* Fix inet_network("1 bar"). Fixes bug 15277.Ondřej Bílka2013-10-172-1/+22
* Coordinate IPv6 definitions for Linux and glibcCarlos O'Donell2013-09-061-29/+40
* True stub __ifreq.Roland McGrath2013-08-271-57/+4
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-074-7/+7
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Remove trailing whitespace.Joseph Myers2013-06-052-2/+2