summaryrefslogtreecommitdiff
path: root/lib/libc/xdr/xdr_array.c
Commit message (Collapse)AuthorAgeFilesLines
* typo: s/impelmentation/implementation/.Pedro F. Giffuni2020-02-071-1/+1
| | | | | | | No functional change Notes: svn path=/head/; revision=357654
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Use ANSI C prototypes.Craig Rodrigues2015-05-311-13/+10
| | | | Notes: svn path=/head/; revision=283833
* Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato2013-12-091-26/+26
| | | | | | | | was approved in 2010 by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle Corporation. Notes: svn path=/head/; revision=259118
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-161-1/+1
| | | | | | | Bug submitted by: Andrea Campi <andrea+freebsd_current@webcom.it> Notes: svn path=/head/; revision=136582
* The fix applied to the XDR decoder in revision 1.11 was incorrect.Jacques Vidrine2002-08-011-1/+1
| | | | Notes: svn path=/head/; revision=101147
* Sort headers to reduce diffs between branches.Jacques Vidrine2002-07-311-1/+1
| | | | Notes: svn path=/head/; revision=101067
* some dolt forgot to add in an include for <limits.h>Darren Reed2002-07-311-0/+1
| | | | Notes: svn path=/head/; revision=101062
* Patch to fix bounds checking/overflow.Darren Reed2002-07-311-3/+4
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=101045
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+4
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-22/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul Notes: svn path=/head/; revision=74462
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Resolve conflicts.Bill Paul1997-05-281-1/+1
| | | | Notes: svn path=/head/; revision=26218
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* - Missing prototypes, including pointers to functionsPeter Wemm1996-12-301-4/+3
| | | | | | | | | | | - 64 bit long type safe (wire protocols specified in explicit sized types) - Support systems that don't do unaligned accesses - Support for explicit int16 and int32 sizes in xdr Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. Notes: svn path=/head/; revision=21062
* minor cleanup, #includes.Poul-Henning Kamp1995-10-221-1/+2
| | | | Notes: svn path=/head/; revision=11669
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
| | | | Notes: svn path=/head/; revision=8870
* Moving RPC stuff into libc, part 2.Garrett Wollman1994-08-071-0/+155
Notes: svn path=/head/; revision=1902