summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/xdr_mem.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@
* Commit requested by marco:otto2008-12-091-4/+7
| | | | | Add nonblock support for xdrrecs ok millert blambert & otto; from NetBSD. libc bump to follow soon.
* sprinkle a bit of ARGSUSEDderaadt2006-03-311-1/+2
|
* 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-37/+12
|
* spacingderaadt2004-09-141-3/+1
|
* Make x_handy in XDR u_int, not int since there are places in themillert2002-12-111-9/+15
| | | | | | | | code that assign a u_int value to x_handy. However, this means that we need to be careful checking for overflow as we can no longer subtract a value and check the result for < 0. We reorder the expression instead to avoid this problem (basic algebra). deraadt@ OK
* cast a few more long's to int32_tjason2001-09-171-3/+3
|
* prototype cleanupderaadt2001-09-151-31/+31
|
* memcpy needs string.h.etheisen1996-11-141-1/+2
|
* Remove dead codetholo1996-09-151-1/+2
| | | | | | 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-5/+5
|
* From NetBSD: 960217 mergeniklas1996-03-091-16/+72
|
* initial import of NetBSD treederaadt1995-10-181-0/+189