History log of /freebsd-10.1-release/lib/librpcsvc/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 231118 07-Feb-2012 dim

Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.

MFC after: 1 week


# 176006 05-Feb-2008 matteo

set WARNS to 1: with WARNS=2 an aliasing error in a file generated by
rpcgen from include/rpcsvc/rex.x is exposed and I really don't know
how to fix it.

MFC after: 1 week


# 175965 04-Feb-2008 matteo

Fix incorrect handling of malloc failures

PR: bin/83369
MFC after: 1 week


# 156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# 156775 16-Mar-2006 ru

NO_MAN is not needed here.


# 146956 04-Jun-2005 ru

Fix the source path.


# 139103 21-Dec-2004 ru

Start the dreaded NOFOO -> NO_FOO conversion.

OK'ed by: core


# 137675 13-Nov-2004 bz

Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
If turned on no NIS support and related programs will be built.

Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks


# 136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


# 96573 14-May-2002 ru

New cpp(1) doesn't like -I${DESTDIR}/usr/include.


# 90299 06-Feb-2002 alfred

remove -M from RPCCOM, it slipped in with the tirpc upgrade.

Submitted by: mbr


# 74462 19-Mar-2001 alfred

Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
associated changes that had to happen to make this possible as well as
bugs fixed along the way.

Bring in required TLI library routines to support this.

Since we don't support TLI we've essentially copied what NetBSD
has done, adding a thin layer to emulate direct the TLI calls
into BSD socket calls.

This is mostly from Sun's tirpc release that was made in 1994,
however some fixes were backported from the 1999 release (supposedly
only made available after this porting effort was underway).

The submitter has agreed to continue on and bring us up to the
1999 release.

Several key features are introduced with this update:
Client calls are thread safe. (1999 code has server side thread
safe)
Updated, a more modern interface.

Many userland updates were done to bring the code up to par with
the recent RPC API.

There is an update to the pthreads library, a function
pthread_main_np() was added to emulate a function of Sun's threads
library.

While we're at it, bring in NetBSD's lockd, it's been far too
long of a wait.

New rpcbind(8) replaces portmap(8) (supporting communication over
an authenticated Unix-domain socket, and by default only allowing
set and unset requests over that channel). It's much more secure
than the old portmapper.

Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded
to support TI-RPC and to support IPV6.

Umount(8) is also fixed to unmount pathnames longer than 80 chars,
which are currently truncated by the Kernel statfs structure.

Submitted by: Martin Blapp <mb@imp.ch>
Manpage review: ru
Secure RPC implemented by: wpaul


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 36166 18-May-1998 wpaul

Toss publickey.c in the attic and remove it from the Makefile.
If we have it in libc, we don't need it here.


# 33800 24-Feb-1998 bde

Don't add non-generated sources to CLEANFILES. There was no problem
in practice, even if there is no obj directory, because the sources
are not in ${.CURDIR} and the full path to them was not added.


# 26215 28-May-1997 wpaul

Fix conflicts (this one is easy: there's just the Makefile).


# 26047 23-May-1997 asami

Use ${DESTDIR} correctly in front of absolute paths.


# 22993 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 17934 30-Aug-1996 peter

Replace some bizzare AT&T(?) make macros (``${*F}'' ??!?!?!?)
Use more conventional implicit rule


# 16124 05-Jun-1996 wpaul

Add ypxfrd.x so that the XDR routines for this protocol will be built
into librpcsvc.


# 6885 04-Mar-1995 nate

If we are going to set the OBJS target, don't add to the old target. This
caused the RPC libraries to contain two versions of the same file.


# 2369 28-Aug-1994 bde

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.

The END.


# 2000 10-Aug-1994 wollman

Eliminate non-fatal error message so Jordan doesn't get confused.


# 1983 09-Aug-1994 wollman

Use a consistent name for librpcsvc.

Reviewed by:
Submitted by: Found by Bruce Evans.