summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_udp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* Modify the uc_entries allocation check such that the lhs is a constant.millert2009-06-071-2/+2
| | | | OK deraadt@
* use calloc() and realloc() more; ok schwarzederaadt2009-06-061-18/+11
|
* 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-36/+14
|
* Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw2005-01-081-3/+3
| | | | | | out by mickey@, seconded by millert@. ok deraadt@.
* incorrect ordering of free operationsderaadt2003-09-201-4/+4
|
* use socklen_t where needed; henning pvalchev okderaadt2002-09-061-2/+2
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
|
* prototype cleanupderaadt2001-09-151-34/+30
|
* plug many memory leaksderaadt2001-03-031-2/+13
|
* Some -Wallmillert1998-03-191-2/+4
|
* avoid close(closed_socket) or close(-1); it looks disgusting in kdumpderaadt1997-07-091-2/+4
|
* in svcudp_bufcreate(), only close socket if we created itderaadt1997-03-291-5/+11
|
* do not leak descriptors and memderaadt1997-02-171-5/+8
|
* Remove dead codetholo1996-09-151-3/+4
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+482