aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc
Commit message (Expand)AuthorAgeFilesLines
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-123-3/+3
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-6/+83
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-252-2/+6
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* include: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-8/+3
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-2816-423/+454
| |\
| * \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
* | | | Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cppBaptiste Daroussin2014-10-091-8/+3
| |_|/ |/| |
* | | Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato2013-12-0916-423/+454
| |/ |/|
* | - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
|/
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Spelling fixes for include/Ulrich Spörlein2012-01-073-6/+6
* 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