| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | Hajimu UMEMOTO | 2006-05-12 | 1 | -7/+7 |
| * | - make reentrant version of netdb functions glibc style API, and | Hajimu UMEMOTO | 2006-04-15 | 1 | -43/+97 |
| * | Update the resolver in libc to BIND9's one. | Hajimu UMEMOTO | 2006-03-21 | 1 | -14/+20 |
| * | don't see RES_USE_INET6 when called from getipnodeby*(). | Hajimu UMEMOTO | 2005-05-01 | 1 | -6/+14 |
| * | oops, gethostbyaddr(3) must return h_addr as an IPv4-mapped | Hajimu UMEMOTO | 2005-04-30 | 1 | -5/+4 |
| * | handling RES_USE_INET6 better. | Hajimu UMEMOTO | 2005-04-30 | 1 | -4/+5 |
| * | _gethostbynisname() didn't support RES_USE_INET6. | Hajimu UMEMOTO | 2005-04-30 | 1 | -0/+9 |
| * | NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno. | Hajimu UMEMOTO | 2005-04-29 | 1 | -1/+1 |
| * | we cannot use inet_ntoa(3), here. so, use inet_ntop(3), instead. | Hajimu UMEMOTO | 2005-04-29 | 1 | -2/+4 |
| * | make gethostby*() thread-safe. | Hajimu UMEMOTO | 2005-04-28 | 1 | -52/+90 |
| * | add IPv6 awareness for NIS query of gethostby*(). | Hajimu UMEMOTO | 2005-04-26 | 1 | -15/+56 |
| * | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman | 2004-02-25 | 1 | -2/+0 |
| * | Use in_addr_t for the right size of an IPv4 address, and copy into | Bill Fenner | 2003-01-05 | 1 | -1/+3 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -1/+1 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 1 | -2/+2 |
| * | Set h_errno when an error is encountered. | Jacques Vidrine | 2000-09-10 | 1 | -2/+9 |
| * | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine | 2000-09-06 | 1 | -11/+51 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -2/+2 |
| * | gethostbyname2() was broken for lookups via NIS on FreeBSD/alpha | Andrew Gallatin | 1999-01-25 | 1 | -4/+7 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -2/+2 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -2/+2 |
| * | Small yet significant tweaks/cleanups: | Bill Paul | 1996-12-27 | 1 | -3/+3 |
| * | Another one-liner: remember to NUL terminate local copy of NIS host | Bill Paul | 1996-12-24 | 1 | -2/+3 |
| * | Merge in bind-4.9.4-P1 resolver... | Peter Wemm | 1996-08-29 | 1 | -11/+23 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -2/+3 |
| * | gethostbynis.c: | Bill Paul | 1996-03-16 | 1 | -5/+18 |
| * | get* rework and new bind code | Paul Traina | 1994-09-25 | 1 | -0/+115 |