| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
MFC after: 2 weeks
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
redeclared as static in res_debug.c.
Make __p_rcode_syms global and add it to Symbol map. The rest of
__p_??_syms are already global.
Choice of FBSD_1.0 version for these debug symbols seems strange and
should be revisited before symbol versioning is enabled for libc.so.7.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
poll(2) or kqueue(2). Previously we rejected fd's higher than FD_SETSIZE
for kevent(2), and larger than sysconf(_SC_OPEN_MAX) for poll(2). However,
the check for poll(2) wasn't really needed. open(2) and socket(2) won't
return an fd you can't pass to either poll(2) or kevent(2). This fixes
a but where gethostbyname() would fail if you had more than 1023 files
open in a process.
MFC after: 1 week
Reviewed by: ume
Found by: ps
|
| |
| |
| |
| |
| |
| | |
clause.
# If I've done so improperly on a file, please let me know.
|
| |
| |
| |
| |
| | |
Obtained from: ISC
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
following fix:
Retransmission timeouts should be based on which attempt
it is to the nameserver and not the nameserver itself.
Obtained from: ISC
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
old resolver opened just one socket, BIND9's resolver may
open more than one sockets. And, BIND9's resolver doesn't
close the socket on timeout. So, we need this check.
Reported by: freebsd-cvs-src__at__oldach.net (Helge Oldach), bz
Hinted by: rwatson
|
| | |
|
| |
| |
| |
| | |
X-MFC after: never
|
| |
| |
| |
| |
| |
| | |
support.
X-MFC after: never
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
initialized. Some application may reset RES_INIT. Use the
way in __res_vinit(), instead.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
uses them.
Now, we have res_nupdate and res_nmkupdate as well, but they are
still based on our old resolver for binary backward compatibility.
So, they don't provide new features such as TSIG support.
Reported by: pointyhat via kris
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
FBSDprivate locale symbols. These functions are needed by
libcompat.
Add _cleanup to the list of stdio FBSDprivate symbols. Some
third party applications use this. This will be removed and
replaced by fcloseall() once libc version is bumped.
Add _res to the list of resolv symbols.
Found by: portbuilder runs (thanks Kris!)
|
| | |
|
| |
| |
| |
| |
| |
| | |
to ${SYM_MAPS}. This unbreaks world with SYMVER_ENABLED.
Pointy hat to: ume
|
| |
| |
| |
| | |
- Exclude unnecessary functions for us.
|
|/
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
|
|