summaryrefslogtreecommitdiff
path: root/src/lib/libc/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rearrange DESCRIPTION somewhat to make this page more readable;jmc2012-04-201-39/+40
* Do not pick the network number as alias on entries with no aliaseric2012-04-101-3/+2
* the disease is spreadingdlg2012-03-201-3/+3
* net_addrcmp() dies. found out to be a horrific function by ericderaadt2012-01-173-158/+3
* draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted byjmc2012-01-032-12/+10
* Fix spacing nit.matthew2011-04-191-3/+3
* Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@matthew2011-04-052-22/+46
* Implement if_freenameindex() as a real function as required by posix.claudio2010-09-241-1/+7
* getpeereid() can now be a library routine using getsockopt() withderaadt2010-07-013-3/+158
* use a union to align the dns answer buffer until gcc4 is fixedderaadt2010-06-291-5/+8
* use a union to align the dns answer buffer until gcc4 is fixedderaadt2010-06-291-5/+8
* Do not return success when the IPv6 address has a :: and 8 hex sections.claudio2010-05-061-3/+4
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-3/+3
* replace a few remaining UNIX terms with .Ux macros; this diffsobrado2009-12-291-4/+4
* More shrinkage, a bit for ramdisks but mostly for static binaries:guenther2009-11-185-392/+445
* make getaddrinfo(3) accept numeric servname when ai_socktype is notfgsch2009-09-021-4/+2
* various MLINK fixes from Alan R. S. Bueno;jmc2009-08-131-3/+3
* promote correct style for error checkingeric2009-07-091-7/+7
* compare and shift buffer against a fixed length not strlen derived values.pyr2009-06-051-6/+6
* simplify the 'family' option parser and make it more evident what we'repyr2009-06-042-25/+18
* Add a resolv.conf option to specify the order in which getaddrinfopyr2009-06-042-8/+63
* - define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)jasper2009-06-022-3/+7
* Document AI_NUMERICSERV; feedback and ok millert@jacekm2009-05-061-2/+9
* correct argument type for swap64(); from Thomas Pfaffjmc2009-03-171-3/+3
* The example for detecting malicious PTR records could be easily misinterpreted.jacekm2008-12-221-5/+4
* fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soonotto2008-12-092-7/+7
* Document that ethers_aton returns NULL for invalid addresses.weerd2008-12-071-2/+4
* Correctly jump over routing headers and calculate the size of the if_dataclaudio2008-11-241-7/+14
* do not overflow for large prefix len (e.g. 2147483649)markus2008-09-011-3/+3
* Add resolv.conf(5) option to force lookups by TCP: "options tcp"djm2008-08-151-18/+20
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
* garbage collect the portability bits for the removed select() support.brad2008-05-111-11/+1
* convert select() => poll(), saves a runtime malloc+free per retrydjm2008-04-181-23/+16
* permit _ in the middle of a DNS name componentderaadt2008-04-161-2/+3
* Improve the libc DNS resolver ID generation algorithm to be moredjm2008-04-131-43/+79
* use RRSIG instead of SIG for DNSSEC. ok djm@jakob2007-10-113-6/+7
* Check snprintf(3) return value for error or truncation.moritz2007-09-171-1/+5
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-023-6/+6
* /*FALLTHRU*/ -> /* FALLTHROUGH */ray2007-08-051-2/+2
* ``dot'' notationjmc2007-06-121-19/+9
* remove ipx-related stuff. objections nobody. major bump by kurt in a fewhenning2007-06-054-385/+3
* convert to new .Dd format;jmc2007-05-3124-48/+48
* Typos.ray2007-05-201-3/+3
* Remove no-op code. From tbert.ray2007-05-181-3/+1
* Improve reentrancy by not using global variable. Removes tworay2007-05-171-31/+11
* Wrap some functions, labels, and variables in #ifdefs correspondingray2007-05-162-2/+8
* Use size_t for strlen results.ray2007-05-121-4/+6
* Clean up macros according to style. From tbert <bret dot lambert at gmail>.ray2007-05-121-27/+27
* Use syslog_r instead of syslog in getaddrinfo. Slowly makingray2007-05-101-4/+9
* strlen(3) returns size_t, not int.ray2007-02-181-14/+16