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
/
rpc
/
rpc_soc.c
Age
Commit message (
Expand
)
Author
2015-11-13
Generalize the test, compare on the protocol semantics instead of the name
christos
2015-11-13
Don't try to use listen(2) on a UDP socket which will always fail.
tron
2015-11-10
fix compilation/lint
christos
2015-11-10
CID 1338513: Check listen(2) return
christos
2014-05-28
CID 97511{4,5}: Ignore bindresvport return. It only works for root.
christos
2013-03-11
Replace previous Sun Microsystems, Inc. license with a standard
tron
2013-03-05
make this usable from RUMP
christos
2012-06-25
Update old-style definitions to ANSI, remove a couple of register
abs
2012-06-24
fix old style definitions; XXX: gcc should have picked them up but it did not.
christos
2012-03-20
Use C89 definitions
matt
2010-12-08
Use __isthreaded from reentrant.h and don't redeclare it.
joerg
2005-11-29
WARNS=4
christos
2003-09-09
__RCSID police
itojun
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-11-08
* Adapt include files for rpc_com.h/rpc_internal.h split.
fvdl
2001-11-04
fix WARNS=2 (-Wshadow) warnings
lukem
2001-01-04
sprinkle _DIAGASSERT() appropriately. minor other cleanups
lukem
2000-07-06
add __RPC_GETXID macro
christos
2000-06-07
Always do a listen() in the old svctcp_create backward compat code.
fvdl
2000-06-04
Need <string.h> for LP64 systems.
thorpej
2000-06-03
Add missing weak alias for svcfd_create.
fvdl
2000-06-03
Fix typo in weak alias, causing unresolved externals.
fvdl
2000-06-02
Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,
fvdl