summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Markup, grammar, and spelling fixes.ru2004-06-303-3/+7
* Spelling fixes.mpp2004-06-212-3/+3
* Rename variable name from `name' to `hostname'.ume2004-06-161-7/+7
* Date bump.bms2004-06-141-1/+1
* Document some return values.bms2004-06-141-1/+20
* use source address as a hint to determine destination addressume2004-06-021-50/+361
* Add Aerospace Corporation copyrights to EUI64 support files.brooks2004-06-012-0/+52
* Treat IPv4 private address as global scope rather than site scope.ume2004-05-311-1/+1
* use source address as a hint to determine destination address.ume2004-05-311-0/+111
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-263-2/+492
* Unbreak world.ru2004-04-211-3/+2
* MFdragonfly: resolver fix for timeouts on unqualified hostnamesnjl2004-04-211-5/+18
* Add a missing "*errp = h_errno" forgotten in rev 1.36.pb2004-04-061-1/+2
* Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDpb2004-04-051-4/+12
* The previous commit changed the behavior of nsdispatch() in thenectar2004-04-011-3/+1
* When a dynamic NSS module is built and linked against a threadnectar2004-03-302-22/+42
* Don't try to pass off a struct sockaddr as a struct sockaddr_in when itdes2004-03-151-2/+2
* Make this compile with -O2. A proper fix would use a struct to representdes2004-03-151-22/+22
* Whitespace nits.des2004-03-151-4/+4
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-2/+2
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-2512-52/+277
* add destination address selection support for getipnodebyname(3).ume2004-02-201-1/+225
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-1/+0
* Unbreak world.ru2004-02-071-2/+2
* getnetbyname fixes:dds2004-02-071-22/+67
* It was reported that when using nss_ldap, getgrent(3) would behavenectar2004-01-091-8/+15
* Work around a `warning: zero-length printf format string'.nectar2004-01-061-1/+1
* Add support for timeout: and attempts: resolver options.murray2003-12-071-0/+20
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-143-2/+322
* u_int8_t cannot carry a number greater than 255.ume2003-11-141-3/+1
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()ume2003-10-251-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedume2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-246-366/+1400
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-232-17/+4
* oops, gai_strerror must return default value when error codeume2003-10-221-0/+1
* make ai_errlist struct. this is preparation for RFC3493ume2003-10-221-19/+32
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-8/+3
* From OpenBSD:fenner2003-09-151-1/+1
* Our getaddrinfo() and getnameinfo() are thread-safe butume2003-09-152-2/+10
* mdoc(7): Properly mark C headers.ru2003-09-103-3/+3
* mdoc(7): Use the new feature of the .In macro.ru2003-09-087-18/+18
* An u_int8_t can never be bigger than 255, so remove a useless check.mux2003-07-251-2/+0
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()kris2003-06-191-19/+0
* .Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.charnier2003-06-081-1/+1
* Assorted mdoc(7) fixes.ru2003-05-221-17/+20
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+2
* Replace use of a spinlock with a mutex.deischen2003-05-042-12/+9
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-015-17/+11
OpenPOWER on IntegriCloud