summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-143-3/+7
* Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all theguenther2015-09-142-2/+4
* Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther2015-09-149-9/+24
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-135-5/+11
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-124-2/+6
* _getnetbyaddr and _getnetbyname appear to be historical accidents inderaadt2015-09-113-103/+2
* tweak Nd after previous; ok mpijmc2015-09-101-2/+2
* Remove link_addr(3). A function to encode the name of an interface inmpi2015-09-103-136/+8
* Use nanosleep instead of sleep to avoid the extra layer and simplify laterguenther2015-08-301-5/+8
* force reseeding if pid has changed.eric2015-06-041-2/+7
* rev 1.3 introduced a check to an if statement without adding braces.jsg2015-05-141-3/+1
* Make rcmdsh(3) not fail if it is passed a non resolvable hostname.halex2015-03-233-20/+16
* differentiate between a failed read, returning -1, and encounteringhalex2015-03-221-2/+4
* unmute rcmd hostname lookup failurehalex2015-03-221-3/+2
* zap #if 0'd code that's been dead since '96halex2015-03-191-7/+0
* Amend documentation for AI_ADDRCONFIGjca2015-02-161-2/+4
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-291-9/+6
* Use ">", not ">=" when comparing length to HOST_NAME_MAX sincemillert2015-01-161-3/+3
* Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@millert2015-01-162-8/+8
* Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".millert2015-01-161-1/+1
* Move to the <limits.h> universe.deraadt2015-01-1618-44/+32
* edns0 is not currently supported: confirmed by sthen and ericjmc2014-11-051-7/+7
* Userland reallocarray() audit.doug2014-10-111-3/+3
* Userland reallocarray() audit.doug2014-10-111-3/+3
* replace select with equiv poll usage.dlg2014-10-101-17/+12
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-155-14/+14
* POSIX specifies arpa/inet.h as the include file for these.millert2014-09-041-3/+3
* Make the in6addr constant declarations and definitions consistentbluhm2014-08-311-3/+3
* Add sockatmark()guenther2014-08-313-5/+170
* unbind;jmc2014-08-235-27/+16
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-214-8/+8
* From ISO/IEC 9899:1999 and 9899:201x,guenther2014-07-201-2/+2
* tweak previous;jmc2014-07-131-2/+2
* missing bracket in previous;jmc2014-07-131-2/+2
* Update BUGS section.miod2014-07-131-4/+6
* Split out ntoh[ls] and hton[ls] into their own manpage.guenther2014-07-133-136/+199
* Remove deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-132-488/+2
* Really remove the obsolete manpages left by earlier commitchrisz2014-06-112-0/+0
* Remove manpages about deprecated RFC2292 ancillary data convenience functions.chrisz2014-06-114-769/+4
* correctly match size and buffer. from enh at googletedu2014-05-171-3/+3
* Add a bit more detail about dot notation from the old inet(3) manpage.guenther2014-05-091-3/+11
* Implement AI_ADDRCONFIGsperreault2014-04-281-3/+14
* uses ssh these days, not rsh; ok tedujmc2014-04-241-2/+2
* change some rsh references to ssh. poke by jmctedu2014-04-192-9/+9
* zap trailing whitespace;jmc2014-04-191-2/+2
* kill a stray \deraadt2014-04-191-2/+2
* Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),guenther2014-04-194-183/+320
* remove references to rshd;jmc2014-04-182-15/+6
* Add some missing names to the NAME sections.schwarze2014-04-072-7/+8
* Sync with the way struct ether_addr is actually defined inlteo2014-03-181-3/+3