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
Age
Commit message (
Expand
)
Author
2000-07-17
fix a bug in the NOIEEE (aka VAX) case.
matt
2000-07-16
correct delint mistake (missing "&").
itojun
2000-07-14
Use rpcvers_t, not long, for some variables holding version numbers. They
fvdl
2000-07-14
Use explicit int32 get/put macros. Needed for 64bit big-endian systems.
fvdl
2000-07-08
De-delint previous: svc_vc_rendezvous_ops() isn't unused unless the single
kleink
2000-07-06
add __RPC_GETXID macro
christos
2000-07-06
remove register
christos
2000-07-06
get prototypes from rpc/nettype.h
christos
2000-07-06
elide non-portable casts
christos
2000-07-06
remove unnecessary casts to NULL
christos
2000-07-05
remove extra period in SEE ALL section
msaitoh
2000-07-03
PR/10499: IWAMOTO Toshihiro: getnetconfig uses strtok. Applied suggested patch
christos
2000-06-22
Plug a memory leak.
fvdl
2000-06-20
Fix 2 items.
fvdl
2000-06-11
syslog an error if /etc/netconfig is not found. fixes lib/10275
assar
2000-06-07
Set the error code sanely in a few cases.
fvdl
2000-06-07
The two unchanged interfaces (svc_create and clnt_create) resulted
fvdl
2000-06-07
Spell registerrpc properly.
simonb
2000-06-07
Always do a listen() in the old svctcp_create backward compat code.
fvdl
2000-06-06
Correct misleading error messages.
fvdl
2000-06-05
- An initialized variable kept LOCAL_CREDS from being set on
thorpej
2000-06-04
Need <string.h> for LP64 systems.
thorpej
2000-06-04
Get <string.h> so this builds on LP64.
thorpej
2000-06-03
Zero out the xprt in makefd_xprt to avoid bad free() calls in some cases.
fvdl
2000-06-03
Correct prototype for rpcb_unset().
fvdl
2000-06-03
include <string.h> for mem* prototypes.
fvdl
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-03
Add missed manual page when updating RPC dode.
fvdl
2000-06-03
Move rpcb_prot.x to include/rpc.
fvdl
2000-06-03
Move rpcb_prot.x to include/rpc instead.
fvdl
2000-06-03
Fix rpcb_prot.h target.
fvdl
2000-06-03
Change unix domain socket to rpcbind.sock.
fvdl
2000-06-02
Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,
fvdl
2000-05-15
remove unnecessary _DISGASSERT().
itojun
2000-05-15
use getifaddrs instead of SIOCGIFCONF (do we need to keep old code around?)
itojun
2000-05-09
Initial commit of arm26 port
bjh21
2000-02-18
fix alignment issue with 64bit arch (packed struct/SIOCGIFCONF).
itojun
2000-01-26
implement bindresvport_sa(), which is necessary for IPv6 support in certain
itojun
2000-01-26
fix include file. bindresvport() is declared in rpc/rpc.h, not netinet/in.h.
itojun
2000-01-22
Delint.
mycroft
2000-01-22
Delint.
mycroft
2000-01-05
fix use of uninitialized "buflen" (botched in 1.18), closes PR lib/9104
drochner
1999-12-01
Document the 64-bit XDR routines that Sun also documents. This manual
thorpej
1999-12-01
Implement XDR routines for 64-bit integer data types:
thorpej
1999-11-28
remove unnecessary exit() after err()
lukem
1999-11-26
check __sh3__
msaitoh
1999-09-29
Fix incorrectly initialized value from _DIAGASSERT() changes.
explorer
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-17
since clnt_p*error() are expected to print an error message, print one if the...
lukem
[next]