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
/
rpcb_svc_com.c
Age
Commit message (
Expand
)
Author
2021-10-30
rpcbind(8): restore previous behaviour. Wait instead of breaking from
nia
2021-10-30
rpcbind(8): Use reallocarr, fix reallocation logic.
nia
2021-04-13
avoid potential uninitialised variable use.
mrg
2021-03-07
- Enable WARMSTART
christos
2020-06-17
Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
kamil
2019-01-03
check strdup results too
christos
2019-01-03
Handle memory allocations and error exit codes consistently.
christos
2017-08-16
merge FreeBSD changes:
christos
2017-05-03
Limit size of buffer:
christos
2015-11-10
CID 1338514: Check NULL returns
christos
2015-11-08
merge RUMP changes.
christos
2011-08-31
NULL does not need a cast
plunky
2011-08-31
Use __dead
joerg
2009-01-18
fix -Wsign-compare issues
lukem
2007-08-27
This code has been broken for ~ 20 years!
dsl
2007-05-16
deal with namespace pollution caused by tcpd.
christos
2007-05-13
- WARNS = 4
christos
2003-10-21
Don't compare a char to NULL.
fvdl
2002-11-08
Use a non-blocking SVC for TCP connections.
fvdl
2002-09-23
null commit
mycroft
2002-09-23
poll.h, not sys/poll.h
itojun
2000-08-03
Do not check unitialized variables as error values. This is generally
fvdl
2000-06-22
Plug memory leak in error case (would have happened very rarely).
fvdl
2000-06-22
Make sure that freeing the temporary buffer always happens; previous
fvdl
2000-06-22
Plug a few memory leaks.
fvdl
2000-06-20
Free buffer used in xdrmem_create.
fvdl
2000-06-02
rpcbind, the successor to portmap. Taken from Sun TI-RPC source code,
fvdl