freebsd_amp_hwpstate/lib/libc
Bill Paul 19f61b3433 Reviewed by: David Greenman
Back out the 'help NIS rebind faster' hack. This change used a
connect()/send() pair rather than the original sendto() to allow
RPC to pass ICMP host unreachable and similar errors up to RPC
programs that use UDP. This is not a terrible thing by itself, but it can
cause trouble in environments with multi-homed hosts: if the portmapper
on the multi-homed machine sends a reply with a source address
that's different than the one associated with the connection by
connect(), the kernel will send a port unreachable message and
drop the reply. For the sake of compatibility with everybody else
on the planet, it's best to revert to the old behavior.

*long, heavy sigh*
1995-08-02 09:14:23 +00:00
..
amd64
compat-43
db
gen Null terminate all strings returned by the dummy uname() routine, 1995-07-31 10:10:02 +00:00
gmon
i386
locale
net
nls
quad
regex
rpc Reviewed by: David Greenman 1995-08-02 09:14:23 +00:00
stdio
stdlib Make strtod conforms manpage, use isspace to skip initial whitespaces 1995-08-01 22:20:16 +00:00
stdtime
string
sys
xdr
yp
Makefile