summaryrefslogtreecommitdiff
path: root/include/rpcsvc
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-11include: Remove repeated wordsElyes Haouas
2023-11-26sccs: Manual changesWarner Losh
2023-11-26include: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line xdr patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2019-08-12Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov
2018-07-05This exposes ZFS user and group quotas via the normalSean Eric Fagan
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-30include: minor spelling fixes.Pedro F. Giffuni
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-09Fix build with rpcgen using a recent (tested with gcc 4.9.1) GNU cppBaptiste Daroussin
2014-04-28Merge headSimon J. Gerraty
2013-12-09Replace Sun RPC license with a 3-clause BSD license. This license changeHiroki Sato
2013-09-05Merge from headSimon J. Gerraty
2013-04-17- Correct mispellings of the word necessaryGabor Kovesdan
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-02-07Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric
2012-01-07Spelling fixes for include/Ulrich Spörlein
2005-12-06Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.Peter Wemm
2004-05-27Correct some types in the yp structures; this fixes a number of problemsThomas Moestl
2003-10-26Argh. Forward declare some structs rather than increase include filePeter Wemm
2003-10-26Prototype yp_maplist()Peter Wemm
2003-05-04Use __FBSDID vs. rcsid[].David E. O'Brien
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-10-01Add prototypes for rstat(3) and havedisk(3).Alfred Perlstein
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
2002-05-12Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov
2002-04-28Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav
2002-03-24Missed a __P in a .x file, remove it anywayWarner Losh
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2002-03-22rename 'enum res' and 'struct status' to 'enum sm_res' and 'struct sm_status'Alfred Perlstein
2002-02-06Apply the following mechanical transformations in preparation forDag-Erling Smørgrav
2001-08-13Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov
2001-04-17Implement client side NFS locks.Alfred Perlstein
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
2001-02-06Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven
2000-11-30remove unneeded sys/ucred.h includeAlfred Perlstein
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1998-12-06Make rcsid a const char[] instead of char[] to avoid compiler warningsArchie Cobbs
1998-09-17Build headers with -DWANT_NFS3.David E. O'Brien
1998-09-06Fix tons of cut-n-paste errors in the WANT_NFS3 code.David E. O'Brien
1998-02-13Uncommit the generated file key_prot.h. Install it from where itBruce Evans
1998-01-19Invoke rpcgen with -C so that headers are created with ANSI prototypes.Bill Paul