summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/pmap_clnt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+3
| | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@
* Delete 3 more stderr messages, right before returning a proper error.deraadt2015-09-021-2/+1
| | | | Code from way in the past.
* Merge from NetBSD from 1999-03-25:"guenther2014-11-111-10/+7
| | | | | | | | | | | | * don't close the socket unless it was opened by the function * note (in the comments) that the client is responsible for closing the socket if they opened it, or they didn't use CLNT_DESTROY() fixes a couple of unnecessary closing of already-closed sockets. noted by: Matthias Drochner <M.Drochner@fz-juelich.de>" tested by many in snaps ok schwarze@
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify. ok deraadt@ jaredy@otto2005-04-011-9/+4
|
* Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw2005-01-081-3/+3
| | | | | | out by mickey@, seconded by millert@. ok deraadt@.
* clean; gwyllion@ace.ulyssis.orgderaadt2002-08-291-2/+1
|
* do not lose errnoderaadt2002-08-221-1/+6
|
* prototype cleanupderaadt2001-09-151-6/+3
|
* change pmap_set() protocol to u_int, similar to solaris; ref: casperderaadt1998-08-291-2/+2
|
* Some -Wall.millert1997-09-221-1/+2
|
* avoid close(closed_socket) or close(-1); it looks disgusting in kdumpderaadt1997-07-091-9/+9
|
* only close real socketderaadt1996-08-201-3/+5
|
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* pmap_set/unset to loopback; should rewrite to search for loopback addrderaadt1996-06-291-0/+2
|
* from netbsd; make get_myaddress() return failure if it is unable toderaadt1996-01-051-4/+6
| | | | determine address, make other code understand this failure.
* initial import of NetBSD treederaadt1995-10-181-0/+119