summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* use strdup().ume2005-01-281-2/+1
* make _getipnodebyname_multi() static.ume2005-01-271-1/+1
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.ume2005-01-271-7/+25
* query A RR before AAAA RR.ume2005-01-271-10/+10
* Markup and grammar fixes.ru2005-01-243-23/+31
* Update man pages to be in line with guidelines for IPv6 in FreeBSD.gnn2005-01-243-653/+17
* Fix a dangling MKLINK from my last commit.gnn2005-01-241-1/+1
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)gnn2005-01-237-0/+2099
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)gnn2005-01-237-2357/+2
* Sort sections.ru2005-01-2014-95/+95
* Eliminate macro calls inside literal displays.ru2005-01-151-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-111-7/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-035-15/+12
* Various markup and spelling fixes.trhodes2004-12-291-1/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* o Backout rev. 1.16, see 1.3 commit log for more info.maxim2004-10-091-6/+4
* Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.hmaxim2004-09-291-0/+1
* Use the recently introduced RES_DFLRETRY parameter instead of a well-hiddenyar2004-09-091-1/+1
* Bump the document date, since the content changed today.roam2004-08-063-3/+3
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) androam2004-08-063-0/+4
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intume2004-07-212-7/+1
* Markup nits.ru2004-07-071-2/+4
* Markup fixes.ru2004-07-053-128/+180
* Eliminate double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-0212-35/+66
* 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
OpenPOWER on IntegriCloud