History log of /netbsd-src/lib/libc/rpc/rpc.3 (Results 1 – 25 of 25)
Revision Date Author Comments
# 01869ca4 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# 2e352fbf 13-May-2012 wiz <wiz@NetBSD.org>

Remove unneeded commas in table.
From Bug Hunting.


# 76be87e1 30-Aug-2011 plunky <plunky@NetBSD.org>

provide a complete prototype for xdrproc_t

(I found no instances where three arguments were actually
used, as per the claim in the comment. If there are any
in third party code then they will need t

provide a complete prototype for xdrproc_t

(I found no instances where three arguments were actually
used, as per the claim in the comment. If there are any
in third party code then they will need to use a cast)

show more ...


# 1c3412fa 22-Mar-2010 joerg <joerg@NetBSD.org>

Use .In for header files instead of .Ar Pa and variations.


# d749557c 11-Apr-2009 joerg <joerg@NetBSD.org>

Fix markup.


# b1e75a82 16-Sep-2006 yamt <yamt@NetBSD.org>

fix a typo pointed by efnbl06 at bn2.maus.net.


# fd18408b 26-Dec-2005 perry <perry@NetBSD.org>

u_intN_t -> uintN_t


# cc45dace 27-Jun-2003 wiz <wiz@NetBSD.org>

Use Aq Pa instead of Fd \*[Lt]...\*[Gt].


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 3fdac2b8 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 708eed19 01-Jan-2003 jschauma <jschauma@NetBSD.org>

Fix typos pointed out by Igor Sobrado in PR misc/19632

rpc(3) - addres (address)
rpc_reg(3) - truct (struct, in struct rpc_msg)
rpcb_getaddr(3) - Copyright: Sun Microsystems (

Fix typos pointed out by Igor Sobrado in PR misc/19632

rpc(3) - addres (address)
rpc_reg(3) - truct (struct, in struct rpc_msg)
rpcb_getaddr(3) - Copyright: Sun Microsystems (not Microsystem's)
All Rights Reserved (not Right's)

show more ...


# 9856438e 07-Feb-2002 ross <ross@NetBSD.org>

generate & symbolically


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 117f593e 15-Jan-2002 wiz <wiz@NetBSD.org>

Drop some unnecessary .Pps, use .Ss instead of .Sh.


# 814224e5 09-Apr-2001 wiz <wiz@NetBSD.org>

netconfig(5), not (4), and whitespace.


# 7df0ccba 02-Jun-2000 fvdl <fvdl@NetBSD.org>

Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,
but sockets instead, internally. Old, backward compatible interfaces
maintained.


# 758519f0 04-Mar-1999 lukem <lukem@NetBSD.org>

* don't reference rpc_secure(3N) (yet)
* use section (3) not (3N) (from freebsd)


# ce147c1c 12-Feb-1998 lukem <lukem@NetBSD.org>

revert; we can't break the existing ABI and API


# a31739bc 10-Feb-1998 lukem <lukem@NetBSD.org>

major cleanup (to sync with changes made in include/rpc/*.h):
* use int32_t, size_t, in_port_t instead of long, u_int, u_short as appropriate
* use uid_t and gid_t instead of int
* KNF, fix typos and

major cleanup (to sync with changes made in include/rpc/*.h):
* use int32_t, size_t, in_port_t instead of long, u_int, u_short as appropriate
* use uid_t and gid_t instead of int
* KNF, fix typos and spellos
* use const as appropriate
* deprecate register
* use memmove instead of bcopy
* use err/warn()

show more ...


# f44e45ec 03-Feb-1998 lukem <lukem@NetBSD.org>

fix tyop


# 4e252e8c 14-Nov-1997 mrg <mrg@NetBSD.org>

add missing .Nm entries. from spz@serpens.swb.de.


# 0df25176 19-Jun-1996 jtc <jtc@NetBSD.org>

Changed clnt_{s,}p{errno,error,createerror} so that the functions that
output emit newlines and those that return a pointer to string do not
append them.

The existing behavior was inherited from RPC

Changed clnt_{s,}p{errno,error,createerror} so that the functions that
output emit newlines and those that return a pointer to string do not
append them.

The existing behavior was inherited from RPC4.0, but this seems to have
been corrected sometime before SunOS 4.1.

The documentation has been updated to reflect the new behavior.

show more ...


# 560ec18a 04-Jan-1996 pk <pk@NetBSD.org>

Note return value of get_myaddress().


# 9e15c989 25-Feb-1995 cgd <cgd@NetBSD.org>

save my sanity; stop using Id.


# 63d7b677 07-Oct-1993 cgd <cgd@NetBSD.org>

move the rpc code into libc