summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* replace spaces with tabs for indentationstsp2014-02-171-2/+2
* Fix inet6_opt_init() to only check extlen when extbuff is not NULLmpi2014-02-071-5/+2
* Always set errno when returning NULL. OK kettenis@ henning@millert2014-02-051-7/+17
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-2111-43/+43
* don't try writing past the end unless we have totedu2013-12-311-8/+16
* inet_nsap_ntoa() and inet_nsap_addr() go away. Unused APIs from darkerderaadt2013-12-172-100/+4
* unsigned char changes for ctypederaadt2013-11-251-10/+11
* use an unsigned char instead, to avoid lots of castsderaadt2013-11-251-2/+2