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
1995-06-05
Fix typo (Der mouse, PR #1115).
pk
1995-06-03
Fill in sin_len.
mycroft
1995-04-29
change some of the rpc "on-the-wire" structures' fields to be explicitly-sized
cgd
1995-04-25
The typo police "dase" != "case"
christos
1995-04-24
Use a switch instead of three if statements in xdr_long() and xdr_u_long(),
jtc
1995-04-24
fix typo(?): rpc__errlist usage shouldn't have had two underscores.
cgd
1995-04-21
Changed auth_errmsg() and clnt_sperrno() to access error messages
jtc
1995-04-21
Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions ---
jtc
1995-04-14
Removed comment that explained that this code is not portable. A better
jtc
1995-04-14
Don't pass a third argument (LASTUNSIGNED) to xdrproc_t functions ---
jtc
1995-04-14
Changed bzero to memset.
jtc
1995-03-21
#include <machine/endian.h>.
jtc
1995-02-25
save my sanity; stop using Id.
cgd
1995-02-20
Added \n to end of format strings used by all the perror-like functions.
jtc
1995-01-06
svc_getreq(): pay attention to registered sockets only. This allows
pk
1995-01-04
Remove local definitions of svc_maxfd.
mycroft
1994-12-22
fix up for new compiler predefines
cgd
1994-12-22
specify man pages the new way.
cgd
1994-12-20
type-size sanity
cgd
1994-12-04
be much more careful with types, and add prototype everything.
cgd
1994-10-10
Don't bother checking if errno is in range --- strerror() already does
jtc
1994-09-15
Kill the YP code.
deraadt
1994-08-30
improper handling of recvfrom error return value
deraadt
1994-08-23
fix my dumb bug
deraadt
1994-08-20
rpc library no longer uses _rpc_dtablesize() internally -- keeps track
deraadt
1994-08-15
Limit the upper bound of the value returned by _rpc_dtablesize() to not
andrew
1994-08-09
Fix definition of xdr_u_char() (PR #364)
jtc
1994-04-01
bad cast
cgd
1994-03-28
don't redefine lseek. just ... DON'T DO IT!
cgd
1994-03-02
Changing the ns32000 to ns32k as used in other places.
phil
1993-12-10
RPCSRC 4.0, which our RPC implementation is derrived from, erroneously
jtc
1993-12-05
should bzero automatic sockaddr's before use
deraadt
1993-10-19
fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:
cgd
1993-10-15
Change ``MAN3 = ...'' to ``MAN3 += ...'', so other manpages are built.
jtc
1993-10-07
move the rpc code into libc
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-06-16
include xdr_float & xdr_double with all the other rpc/xdr code in libc.a
jtc
1993-04-26
cruel hack to get librpc contents into libc (for yp)
deraadt