summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/xdr_stdio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
|
* 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-3/+4
| | | | | Add nonblock support for xdrrecs ok millert blambert & otto; from NetBSD. libc bump to follow soon.
* Fix comment typos; ok ray@, jmc@blambert2007-09-171-4/+4
|
* Proper use of fseek/fseeko macros.tobias2007-09-101-2/+2
| | | | OK joris@, otto@
* Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endiankettenis2005-10-301-7/+6
| | | | | systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@
* 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-29/+10
|
* cast a few more long's to int32_tjason2001-09-171-3/+3
|
* prototype cleanupderaadt2001-09-151-12/+12
|
* Remove dead codetholo1996-09-151-2/+3
| | | | | | 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/+190