History log of /netbsd/lib/libc/rpc/mt_misc.c (Results 1 – 9 of 9)
Revision Date Author Comments
# c30c4c40 20-Mar-2012 matt <matt@NetBSD.org>

Use C89 definitions
Remove use of __P


# ff0bf6b2 08-Dec-2010 joerg <joerg@NetBSD.org>

Use __isthreaded from reentrant.h and don't redeclare it.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# c9cdc302 25-Apr-2008 christos <christos@NetBSD.org>

- always check malloc results
- don't leak fds on error
- don't cast malloc
- don't cast NULL


# 4e50f4b6 26-Jan-2006 kleink <kleink@NetBSD.org>

Need to give the various rpc locks private names (prefixing them with
__rpc_). Rather than scattering changes around the 3rd-party RPC
code, place them in namespace.h.


# 388c103e 28-May-2004 christos <christos@NetBSD.org>

PR/25003: John Kohl: File is missing a copyright.


# 5c945215 09-Sep-2003 itojun <itojun@NetBSD.org>

__RCSID police


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

Merge the nathanw_sa branch.


# 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.