Go to file
itojun 2842a2f6bb fix name resolution problem when you have "hosts: files dns" on
/etc/nsswitch.conf.

This was because of two reasons:
- /etc/hosts lookup code damaged some of internal
  state used by gethostbyname2().
- getaddrinfo() was not persistent enough against errors.

Sorry for the delay, and hope this fix all the following PRs
(I checked in my environment immitating those PRs and it worked for me)
PR: 7901, 7912, 7921
1999-07-06 02:00:41 +00:00
bin Honor the contents of $TMPDIR for the creation of temporary files, and use 1999-07-03 14:42:39 +00:00
distrib Translate. 1999-07-05 12:08:09 +00:00
etc sparc and i386 do not have ld.so.conf anymore now that they're switched 1999-07-04 22:11:06 +00:00
games man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861 1999-06-27 04:35:42 +00:00
gnu Deal with the strlen() problem in this program which apparently can't just 1999-06-27 06:14:51 +00:00
include Restrict function delcarations using XNS5.2 D2.0 as a reference. 1999-07-03 13:30:38 +00:00
lib fix name resolution problem when you have "hosts: files dns" on 1999-07-06 02:00:41 +00:00
libexec Protect certain definitions from view by crt0, by wrapping them in 1999-07-05 17:55:34 +00:00
regress
sbin do not pass NULL to errx(). 1999-07-04 15:24:35 +00:00
share Switch the i386 port to ELF. 1999-07-05 09:13:04 +00:00
sys Add COMPAT_AOUT to GENERIC 1999-07-05 22:40:34 +00:00
usr.bin Add sidplay information, submitted in PR 7918 by Antti Kantee <pooka@iki.fi> 1999-07-05 21:38:21 +00:00
usr.sbin Correct typo in synopsis. 1999-07-05 10:59:08 +00:00
Makefile