index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
net
/
res_send.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-11-17
make sure to bound string operation by strlcpy
itojun
2002-11-11
Avoid strict alias warning.
thorpej
2001-09-13
make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
itojun
2001-02-12
use standard IPv6 address comparison macros. sync with kame
itojun
2001-01-04
ensure that buf1 in res_queriesmatch() isn't dereferenced before
lukem
2000-07-27
do not try to transmit UDP DNS query forever, in EINTR-busy situation.
itojun
2000-07-06
add explicit casts
christos
2000-06-18
do not assume that nsaddr_list[n].sa_len is properly initialized,
itojun
2000-06-14
besure to check getnameinfo() return value. (debugging code)
itojun
2000-04-26
simplify #ifdef a bit, by assuming getnameinfo.
itojun
2000-04-25
sync with BIND 4.9.7. reject too short messages.
itojun
2000-04-25
cleanup nsaddr_list handling.
itojun
2000-01-23
Delint some more.
mycroft
2000-01-22
Delint.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-08-17
Make some needed weak aliases.
mycroft
1999-07-04
if the list of name server on /etc/resolv.conf is in a
itojun
1999-07-01
IPv6 DNS transport support for resolver.
itojun
1999-05-03
int -> socklen_t
christos
1998-11-15
delint
christos
1998-11-13
delint
christos
1998-10-14
Since these files are shared with parts of the BIND-4 userland (outside libc),
kleink
1998-01-06
$Id: -> Id: (to make hunting down other bad Ids easier).
perry
1997-10-09
WARNSify if -DDEBUG
lukem
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-20
merge bind 4.9.6 resolver. still need to fix <resolv.h>
mrg
1997-07-13
Fix RCSID's
christos
1997-04-13
merge in the bind 4.9.5-P1 resolver. we are now _mostly_ the
mrg
1997-02-08
It's not necessary to initialize the `revents' field of struct pollfd.
mycroft
1996-12-17
use poll() instead of select()
mrg
1996-02-02
merge with the resolver in bind 4.9.3-P1.
mrg
1995-02-25
clean up import. also convert everything to new Id format.
cgd
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd