aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc
Commit message (Expand)AuthorAgeFilesLines
* Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.Peter Wemm2005-12-061-1/+1
* Correct some types in the yp structures; this fixes a number of problemsThomas Moestl2004-05-271-14/+14
* Argh. Forward declare some structs rather than increase include filePeter Wemm2003-10-261-0/+2
* Prototype yp_maplist()Peter Wemm2003-10-261-0/+1
* Use __FBSDID vs. rcsid[].David E. O'Brien2003-05-0421-57/+41
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Add prototypes for rstat(3) and havedisk(3).Alfred Perlstein2002-10-011-0/+7
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-8/+2
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-10/+5
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-2/+2
* Missed a __P in a .x file, remove it anywayWarner Losh2002-03-241-1/+1
* Breath deep and take __P out of the system include files.Warner Losh2002-03-233-170/+10
* rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'Alfred Perlstein2002-03-221-3/+3
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-24/+24
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-132-4/+0
* Implement client side NFS locks.Alfred Perlstein2001-04-171-3/+10
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-193-8/+150
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* remove unneeded sys/ucred.h includeAlfred Perlstein2000-11-301-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2723-25/+41
* Make rcsid a const char[] instead of char[] to avoid compiler warningsArchie Cobbs1998-12-0610-10/+10
* Build headers with -DWANT_NFS3.David E. O'Brien1998-09-171-2/+2
* Fix tons of cut-n-paste errors in the WANT_NFS3 code.David E. O'Brien1998-09-061-14/+16
* Uncommit the generated file key_prot.h. Install it from where itBruce Evans1998-02-131-1/+3
* Invoke rpcgen with -C so that headers are created with ANSI prototypes.Bill Paul1998-01-191-2/+2
* Fixed pedantic syntax error (trailing comma in enum).Bruce Evans1998-01-161-1/+3
* Removed `#pragma ident' (for a FreeBSD Id) so that the K&R supportBruce Evans1998-01-164-4/+0
* Commented out `#pragma ident' (for a Sun id) so that the K&R supportBruce Evans1998-01-161-1/+1
* Removed redundant declarations. rpcgen generates `typedef enum foo;'Bruce Evans1998-01-161-5/+2
* Made this header self-sufficent. It had unnecessary dependencies onBruce Evans1998-01-161-2/+6
* Fixed a missing dependency.Bruce Evans1998-01-161-1/+3
* Add Ids, from lite2.Philippe Charnier1997-11-243-3/+11
* Remove sccsid, not present in Lite2.Philippe Charnier1997-11-203-14/+3
* Add const to rcsid[] definition so that -Wall will not complain.Philippe Charnier1997-10-313-8/+17
* Removed installhdrs target. It was an unnecessary complication.Bruce Evans1997-09-161-4/+2
* Fix and simplify installhdrs target. It didn't install the headers inBruce Evans1997-08-211-7/+4
* fix a problem with headers not being installed properly... basicly theJohn-Mark Gurney1997-08-211-3/+8
* Undo small change I accidentally left in while testing (files wereBill Paul1997-05-281-3/+2
* Resolve conflicts.Bill Paul1997-05-2815-60/+110
* This commit was generated by cvs2svn to compensate for changes in r26206,Bill Paul1997-05-2811-0/+2307
|\
| * Hold onto your hats folks, here it comes: the first stage of theBill Paul1997-05-2829-122/+3730
| * This commit was manufactured by cvs2svn to create branch 'WPAUL'.cvs2svn1996-01-1217-0/+2556
* Back out all of yesterdays include file changes.Eivind Eklund1997-05-071-3/+1
* Back out part of yesterdays changes. They were obviously not tested wellEivind Eklund1997-05-071-4/+1
* Make a lot of include-files self-contained. I excluded the patches changingEivind Eklund1997-05-072-2/+7
* Add protocol definitions for NFSv3. Use -DWANT_NFS3 with rpcgen to getDoug Rabson1997-04-182-4/+1001
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2317-18/+18
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1417-18/+18
* - Prototypes, including pointers to functionsPeter Wemm1996-12-302-28/+30
* 'make install' is not supposed to touch anything.Peter Wemm1996-08-301-2/+2