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
/
usr.sbin
/
rpcbind
/
util.c
Age
Commit message (
Expand
)
Author
2019-01-23
- fix wrong size allocation that triggers buffer overflow
christos
2019-01-03
Handle memory allocations and error exit codes consistently.
christos
2017-08-16
merge FreeBSD changes:
christos
2015-11-08
merge RUMP changes.
christos
2015-05-09
perror -> warn
dholland
2015-03-11
CID 1018907: Freeifaddrs
christos
2013-10-19
use new scopeid functions
christos
2009-01-18
fix -Wsign-compare issues
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-08-27
Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.
dsl
2007-05-13
- WARNS = 4
christos
2006-05-25
Coverity CID 783: Add an assertion for a NULL deref.
christos
2005-06-07
Support MKINET6=no building after the -Wuninitalized fix.
lukem
2005-06-02
appease gcc -Wuninitialized
lukem
2002-09-23
null commit
mycroft
2002-09-23
poll.h, not sys/poll.h
itojun
2001-04-30
For the local case, return serv_uaddr in addrmerge, not the address
fvdl
2001-04-22
For an AF_LOCAL connection, don't attempt to do the address merge dance.
fvdl
2001-01-10
Move routines which fill in tbuf in addrmerge(). The fixes in 1.4 pick a new
jmc
2000-08-03
When merging addresses, and no direct match is found, pick the first
fvdl
2000-06-22
Make sure to free the netconfig entry in addrmerge().
fvdl
2000-06-04
Need <string.h> for LP64 systems.
thorpej
2000-06-02
rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,
fvdl