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
/
rpcbind.c
Age
Commit message (
Expand
)
Author
2019-05-13
Don't pass an uinitialized pm_prot to rpcinfo. It expects 0 for local,
christos
2019-01-03
check strdup results too
christos
2019-01-03
Handle memory allocations and error exit codes consistently.
christos
2017-08-21
don't lock for RUMP
christos
2017-08-16
merge FreeBSD changes:
christos
2015-11-08
merge RUMP changes.
christos
2015-05-09
use EXIT_SUCCESS/EXIT_FAILURE consistently.
christos
2015-05-09
check setrlimit too
dholland
2015-05-09
CID 1009289: Check getrlimit
christos
2013-10-19
fix unused variable warnings.
christos
2011-08-31
NULL does not need a cast
plunky
2011-08-31
Use __dead
joerg
2011-03-14
remove unnecessary superuser check -- bind will fail if bind fails
pooka
2007-08-27
Depracate ND_DEBUG and BIND_DEBUG in favour of RPCBIND_DEBUG.
dsl
2007-06-04
PR/36440: Martin Husemann: rpcbind complains about non-errors.
christos
2007-05-16
deal with namespace pollution caused by tcpd.
christos
2007-05-13
PR/36319: Michael van Elst: rpcinfo -p requires root privileges
christos
2007-05-13
- WARNS = 4
christos
2007-05-13
PR/36313: Juergen Hannken-Illjes: Change the name "rpcbind" to "sunrpc"
christos
2006-06-14
Adapt rpcbind(8) to new return value from socket(2) for unsupported
ginsbach
2006-05-25
Coverity CID 2294: Fix memory leak.
christos
2004-05-20
Decrease log severity to debug if a protocol is not supported by the
martin
2003-10-29
Make a v6 socket v6-only, since rpcbind does host-based checking (all NFS
fvdl
2003-10-21
Don't pass NULL as an integer.
fvdl
2003-07-13
use bounded string op
itojun
2002-11-08
Use a non-blocking SVC for TCP connections.
fvdl
2001-01-11
don't use LOG_CONS
lukem
2000-06-02
rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,
fvdl