summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tweak previous;jmc2015-12-162-4/+5
* Remove support for HOSTALIASES from the resolver. This "open and parsederaadt2015-12-162-15/+6
* s/begining/beginning/gmmcc2015-12-141-2/+2
* syslog() here is pointless; ok millertderaadt2015-11-251-2/+0
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-242-7/+10
* point to netintro(4) rather than (now removed) networking(4);jmc2015-11-212-6/+6
* update NAME section to include all documented functions,jmc2015-11-104-12/+12
* inet(4), not inet(3);jmc2015-11-081-3/+3
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get theclaudio2015-10-233-88/+73
* Use waitpid() instead of wait() to avoid returning early from another childguenther2015-10-231-2/+3
* Cast ctype function arguments to unsigned char.mmcc2015-10-221-2/+2
* Wrap <resolv.h> so that internal calls go directguenther2015-10-053-5/+11
* wrap __ivaliduser_sa() so the internal call is direct (at least until weguenther2015-10-041-0/+2
* recv() and send() aren't overriden by libpthread (vs recvfrom() and sendto()!)guenther2015-10-042-2/+4
* 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