summaryrefslogtreecommitdiff
path: root/include/rpcsvc/bootparam_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
* Use __FBSDID vs. rcsid[].David E. O'Brien2003-05-041-2/+2
| | | | Notes: svn path=/head/; revision=114629
* remove unneeded sys/ucred.h includeAlfred Perlstein2000-11-301-1/+0
| | | | Notes: svn path=/head/; revision=69394
* $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
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-2/+0
| | | | | | | | | | | | | | | | | | | | | The version 2 support has been tested (client+server) against FreeBSD-2.0, IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support is stable AFAIK. The version 3 support has been tested with a loopback mount and minimally against an IRIX 5.3 server. It needs more testing and may have problems. I have patched amd to support the new variable length filehandles although it will still only use version 2 of the protocol. Before booting a kernel with these changes, nfs clients will need to at least build and install /usr/sbin/mount_nfs. Servers will need to build and install /usr/sbin/mountd. NFS diskless support is untested. Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca> Notes: svn path=/head/; revision=9336
* The bootparam protocol file needs some extra includes in FreeBSD in orderBill Paul1995-02-261-1/+5
| | | | | | | | | | | | to properly resolve some definitions in <nfs/nfs.h>. I suppose nobody noticed this before because no one's tried to build bootparamd in FreeBSD until now. (Yes, you read that right: I've got bootparamd ready to go. And rarpd is on the way. :) Notes: svn path=/head/; revision=6747
* Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;Garrett Wollman1994-08-041-0/+100
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