| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the misplaced $FreeBSD$. | Ruslan Ermilov | 2005-02-09 | 5 | -5/+11 |
* | use strdup(). | Hajimu UMEMOTO | 2005-01-28 | 1 | -2/+1 |
* | make _getipnodebyname_multi() static. | Hajimu UMEMOTO | 2005-01-27 | 1 | -1/+1 |
* | implement AI_NUMERICSERV (as defined in RFC3493). | Hajimu UMEMOTO | 2005-01-27 | 1 | -10/+13 |
* | fill ai_canonname field for numeric hostname, by the given hostname. | Hajimu UMEMOTO | 2005-01-27 | 1 | -7/+25 |
* | query A RR before AAAA RR. | Hajimu UMEMOTO | 2005-01-27 | 1 | -10/+10 |
* | Markup and grammar fixes. | Ruslan Ermilov | 2005-01-24 | 3 | -23/+31 |
* | Update man pages to be in line with guidelines for IPv6 in FreeBSD. | George V. Neville-Neil | 2005-01-24 | 3 | -653/+17 |
* | Fix a dangling MKLINK from my last commit. | George V. Neville-Neil | 2005-01-24 | 1 | -1/+1 |
* | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | George V. Neville-Neil | 2005-01-23 | 7 | -0/+2099 |
* | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | George V. Neville-Neil | 2005-01-23 | 7 | -2357/+2 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 14 | -95/+95 |
* | Eliminate macro calls inside literal displays. | Ruslan Ermilov | 2005-01-15 | 1 | -1/+1 |
* | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -7/+10 |
* | Don't ignore the last line of config file (/etc/hosts, /etc/services, etc) | Maxim Sobolev | 2005-01-03 | 5 | -15/+12 |
* | Various markup and spelling fixes. | Tom Rhodes | 2004-12-29 | 1 | -1/+1 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | Bjoern A. Zeeb | 2004-11-13 | 1 | -1/+1 |
* | o Backout rev. 1.16, see 1.3 commit log for more info. | Maxim Konovalov | 2004-10-09 | 1 | -6/+4 |
* | Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.h | Maxim Konovalov | 2004-09-29 | 1 | -0/+1 |
* | Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden | Yaroslav Tykhiy | 2004-09-09 | 1 | -1/+1 |
* | Bump the document date, since the content changed today. | Peter Pentchev | 2004-08-06 | 3 | -3/+3 |
* | Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) and | Peter Pentchev | 2004-08-06 | 3 | -0/+4 |
* | now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.int | Hajimu UMEMOTO | 2004-07-21 | 2 | -7/+1 |
* | Markup nits. | Ruslan Ermilov | 2004-07-07 | 1 | -2/+4 |
* | Markup fixes. | Ruslan Ermilov | 2004-07-05 | 3 | -128/+180 |
* | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 12 | -35/+66 |
* | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 3 | -3/+7 |
* | Spelling fixes. | Mike Pritchard | 2004-06-21 | 2 | -3/+3 |
* | Rename variable name from `name' to `hostname'. | Hajimu UMEMOTO | 2004-06-16 | 1 | -7/+7 |
* | Date bump. | Bruce M Simpson | 2004-06-14 | 1 | -1/+1 |
* | Document some return values. | Bruce M Simpson | 2004-06-14 | 1 | -1/+20 |
* | use source address as a hint to determine destination address | Hajimu UMEMOTO | 2004-06-02 | 1 | -50/+361 |
* | Add Aerospace Corporation copyrights to EUI64 support files. | Brooks Davis | 2004-06-01 | 2 | -0/+52 |
* | Treat IPv4 private address as global scope rather than site scope. | Hajimu UMEMOTO | 2004-05-31 | 1 | -1/+1 |
* | use source address as a hint to determine destination address. | Hajimu UMEMOTO | 2004-05-31 | 1 | -0/+111 |
* | Add support for an /etc/eui64 file modeled on /etc/ethers. The API is | Brooks Davis | 2004-05-26 | 3 | -2/+492 |
* | Unbreak world. | Ruslan Ermilov | 2004-04-21 | 1 | -3/+2 |
* | MFdragonfly: resolver fix for timeouts on unqualified hostnames | Nate Lawson | 2004-04-21 | 1 | -5/+18 |
* | Add a missing "*errp = h_errno" forgotten in rev 1.36. | Pierre Beyssac | 2004-04-06 | 1 | -1/+2 |
* | Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUND | Pierre Beyssac | 2004-04-05 | 1 | -4/+12 |
* | The previous commit changed the behavior of nsdispatch() in the | Jacques Vidrine | 2004-04-01 | 1 | -3/+1 |
* | When a dynamic NSS module is built and linked against a thread | Jacques Vidrine | 2004-03-30 | 2 | -22/+42 |
* | Don't try to pass off a struct sockaddr as a struct sockaddr_in when it | Dag-Erling Smørgrav | 2004-03-15 | 1 | -2/+2 |
* | Make this compile with -O2. A proper fix would use a struct to represent | Dag-Erling Smørgrav | 2004-03-15 | 1 | -22/+22 |
* | Whitespace nits. | Dag-Erling Smørgrav | 2004-03-15 | 1 | -4/+4 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -2/+2 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman | 2004-02-25 | 12 | -52/+277 |
* | add destination address selection support for getipnodebyname(3). | Hajimu UMEMOTO | 2004-02-20 | 1 | -1/+225 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | Colin Percival | 2004-02-10 | 1 | -1/+0 |