aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc/nfs_prot.x
Commit message (Collapse)AuthorAgeFilesLines
* Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato2013-12-091-27/+29
| | | | | | | | was approved in 2010 by Wim Coekaerts, Senior Vice President, Linux and Virtualization at Oracle Corporation. Notes: svn path=/head/; revision=259117
* Spelling fixes for include/Ulrich Spörlein2012-01-071-2/+2
| | | | Notes: svn path=/head/; revision=229781
* Use __FBSDID vs. rcsid[].David E. O'Brien2003-05-041-2/+2
| | | | Notes: svn path=/head/; revision=114629
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+2
| | | | Notes: svn path=/head/; revision=50473
* Make rcsid a const char[] instead of char[] to avoid compiler warningsArchie Cobbs1998-12-061-1/+1
| | | | Notes: svn path=/head/; revision=41557
* Fix tons of cut-n-paste errors in the WANT_NFS3 code.David E. O'Brien1998-09-061-14/+16
| | | | Notes: svn path=/head/; revision=38879
* Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to getDoug Rabson1997-04-181-1/+907
| | | | | | | | | the new protocol. Obtained from: rfc1813 Notes: svn path=/head/; revision=25000
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
| | | | Notes: svn path=/head/; revision=23037
* 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
* Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;Garrett Wollman1994-08-041-0/+357
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will be deleted. Submitted by: Original work in 1.1 by J.T. Conklin. Notes: svn path=/head/; revision=1832