Go to file
itojun b5dda3e238 From: "Jason L. Wright" <jason@thought.net>
The man page for getaddrinfo() and RFC2553 says it should return EAI_NONAME
for the case where hostname != NULL, hostname is not a numeric string and
ai_flags has the AI_NUMERICHOST bit set.  Instead, it returns EAI_NODATA
for this case.  The diff below makes it return EAI_NONAME for this case.

This is why ntpq and ntpdc from ntp-4.1.74 can't resolve hostnames,
but work fine with numeric strings like ::1 or 127.0.0.1.
2003-03-17 23:10:25 +00:00
bin Update date for recent changes. 2003-03-17 08:15:07 +00:00
crypto enable RSA blinding by defualt. from bugtraq posting <3E758B85.6090300@algroup.co.uk> 2003-03-17 14:33:50 +00:00
dist Fix section in Xref. 2003-03-17 07:30:38 +00:00
distrib build and install union LKM now that it works 2003-03-17 09:18:53 +00:00
doc Note recent x86_64 changes. 2003-03-17 23:05:41 +00:00
etc atc uses /var/games/atc_score, not atc_scores 2003-03-15 08:44:16 +00:00
games Make this work on sparc64 (don't use long and assume sizeof(long) = 4). 2003-02-26 07:14:44 +00:00
gnu Build COFF targets. Some embedded tools really, really want this. 2003-03-17 15:53:50 +00:00
include add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656) 2003-03-11 09:21:22 +00:00
lib From: "Jason L. Wright" <jason@thought.net> 2003-03-17 23:10:25 +00:00
libexec Use "its" instead of "it's" where appropriate. 2003-03-15 23:48:27 +00:00
regress Also test the libc atexit routine in the presence of libpthread. 2003-03-04 18:00:48 +00:00
rescue Build mount_* individually, since mount and most of mount_* no longer 2003-03-03 02:09:18 +00:00
sbin Consistent tab usage. 2003-03-17 08:00:38 +00:00
share Bump date for BRIDGE_IPF description. 2003-03-17 08:01:58 +00:00
sys Add hardware accelerated copy/erase ops. 2003-03-17 18:39:23 +00:00
tools Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00
usr.bin we really don't need to print random stack garbage on the end of dump 2003-03-16 09:59:09 +00:00
usr.sbin New sentence, new line; bump date for recent changes. 2003-03-17 08:19:22 +00:00
BUILDING Fix example 3; the build.sh target is "install" not "installworld". 2003-02-08 10:00:33 +00:00
Makefile all: 2003-02-22 03:20:45 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING add entry for smmsp user/group. 2003-02-06 04:37:59 +00:00
build.sh Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. 2003-03-14 05:22:50 +00:00