summaryrefslogtreecommitdiff
path: root/lib/librpcsvc
AgeCommit message (Expand)Author
2019-04-24Fix building librpcsvc for MKYP=noroy
2013-12-20remove __Pchristos
2012-03-21These directories don't handle WARNS=5matt
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
2009-01-11bump shared libraries.christos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-05-11xdr sucks. sprinkle some (void *) casts into it's functions taking void **,mrg
2005-01-08Build librpcsvc as a shared library, since pam_unix.so needs it.lukem
2004-07-01Tidy up the namespace: lint -> __lint__.kleink
2003-12-25bootparams, not bootparms.wiz
2003-09-21use {u_,}int32_t instead of {u,}int32(={u_,}long)yamt
2003-07-26netbsd.org->NetBSD.orgsalo
2003-05-08NFSv3 definitions from FreeBSD.yamt
2003-05-07mount v3 protocol definition. from FreeBSD.yamt
2003-02-14Implement rquota RPC version 2, compatible with the linux implementation,bouyer
2003-01-05Use <bsd.rpc.mk>sommerfeld
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-02-26Correct spelling of "delimiter", and remove from ignored-errors lists.wiz
2002-02-05Fix u_int <-> size_t confusion.christos
2002-02-05size is really a u_intchristos
2002-01-29Cope with RPCGEN now conta8ining multiple words.tv
2002-01-21deamon -> daemonwiz
2001-12-12Readability cleanups; MKfoo=no -> NOfoo.tv
2001-11-01Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN}tv
2001-10-31No need to do the tricky XRPCGEN dance; simply add the rules aftertv
2001-03-21Use `rpcgen -C'.mycroft
2001-02-16No need to invoke extra shell.enami
2001-01-16use expr to do subtraction. shell math isn't as portable.cgd
2000-12-30parallelize (mostly ${MAKE} print-objdir -> ${PRINTOBJDIR})sommerfeld
2000-11-29Add -${MAKEFLAGS} so that make options (like -m) get used for the submakematt
2000-09-10Make targets which are generated with rpcgen depend on the rpcgen binary.erh
2000-07-25${RPCGEN}, not hard-coded rpcgencgd
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-07- remove NLM4_NULL proc, rpcgen will do one for us (which works better :)bouyer
2000-02-02Add definitions for nlm version 4 (for use with NFSv3).bouyer
1999-07-02More trailing white space.simonb
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-02-12revert; we can't break the existing ABI and APIlukem
1998-02-10use u_int32_t instead of u_longlukem
1997-10-09remove WARNS=0, because mycroft fixed rpcgen(1) to DTRT WRT outputting KNF.lukem
1997-10-09KNF.mycroft
1997-10-09- define WARNS?=1 in the top-level Makefile.inc, and don't definelukem
1997-10-09use __RCSID()lukem
1997-05-09Minor cleanup.mycroft
1997-05-09Eliminate bogus redefinitions of standard targets.mycroft
1997-04-17- Don't use ut_line, when you mean ut_name [does not matter really becausechristos
1997-03-24Makefile cleanups:christos
1996-12-02ANSIfy; fixes PR lib/1107.mikel
1996-10-18Use ${INSTALL}.thorpej