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
/
clnt_raw.c
Age
Commit message (
Expand
)
Author
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-11-04
fix WARNS=2 (-Wshadow) warnings
lukem
2000-12-20
oops fix previous typos.
christos
2000-12-20
appease lint casts
christos
2000-12-10
remove dedundant declaration of _svc_getreq_common; declared in <rpc/svc.h>
christos
2000-07-14
Use explicit int32 get/put macros. Needed for 64bit big-endian systems.
fvdl
2000-07-06
add __RPC_GETXID macro
christos
2000-06-02
Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,
fvdl
2000-01-22
Delint.
mycroft
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1999-01-20
* ensure memory is released if operations fail (in authunix_create(),
lukem
1998-11-15
avoid potential buffer overflow and alignment problem that was caused
christos
1998-07-26
constify some tables.
mycroft
1998-02-13
* in get_myaddress(); always return sockaddr_in containing localhost:PMAP_PORT.
lukem
1998-02-12
revert; we can't break the existing ABI and API
lukem
1998-02-11
use u_int32_t instead of size_t...
lukem
1998-02-11
use u_int instead of size_t in clntraw_control (oops!)
lukem
1998-02-10
major cleanup (to sync with changes made in include/rpc/*.h):
lukem
1998-01-23
a memory leak can occur when xdr_replymesg() fails, so XDR_FREE in
lukem
1997-07-21
If port provides __weak_alias(), provide an Standard C and POSIX pure
jtc
1997-07-13
Fix RCSID's
christos
1995-02-25
save my sanity; stop using Id.
cgd
1994-12-04
be much more careful with types, and add prototype everything.
cgd
1993-10-07
move the rpc code into libc
cgd