History log of /freebsd-10.1-release/usr.sbin/rpc.ypxfrd/
Revision Date Author Comments
272461 03-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


210723 01-Aug-2010 joel

Spelling fixes.


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


163902 02-Nov-2006 maxim

o There is no securenets(5) man page, refer to ypserv(8).

Obtained from: DragonFlyBSD
MFC after: 1 week


141846 13-Feb-2005 ru

Expand *n't contractions.


140442 18-Jan-2005 ru

Sort sections.


129654 24-May-2004 stefanf

Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.

Approved by: das (mentor)


114601 03-May-2003 obrien

Use __FBSDID over rcsid[]. Protect copyright[] where needed.


108317 27-Dec-2002 schweikh

english(4) police.


99968 14-Jul-2002 charnier

The .Nm utility


95658 28-Apr-2002 des

Spell void * as void * rather than caddr_t. This is complicated by the
fact that caddr_t is often misspelled as char *.

Sponsored by: DARPA, NAI Labs


90298 06-Feb-2002 des

ANSIfy and remove some dead code.

Sponsored by: DARPA, NAI Labs


90297 06-Feb-2002 des

Apply the following mechanical transformations in preparation for
ansification and constification:

s{\s+__P\((\(.*?\))\)}{$1}g;
s{\(\s+}{\(}g;
s{\s+\)}{\)}g;
s{\s+,}{,}g;
s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g;
s{return ([^\(].*?);}{return ($1);}g;
s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g;
s{\s+$}{\n};g

Also add $FreeBSD$ where needed.

MFC after: 1 week


89362 14-Jan-2002 ru

yp(4) -> yp(8).

PR: docs/30797


80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


69793 09-Dec-2000 obrien

Add `_PATH_DEVZERO'.
Use _PATH_* where where possible.


68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68716 14-Nov-2000 ru

Use Fx macro wherever possible.


62989 12-Jul-2000 kris

Don't call syslog() without a format string.


57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


36642 04-Jun-1998 wpaul

Darnit, that last commit was only supposed to change files in the
-current branch. I mistakenly checked out the 2.2.x rpc.ypxfrd into my
-current working directory. No harm done, but I got really confused
when I went to check out rpc.ypxfrd again and found the changes I
wanted to make were already there. (I'm going to fix the other 2.2.x
versions of the other programs in a minute.)

Anyway: protect errno in the signal handler, in the -current version
of rpc.ypxfrd this time.


35910 10-May-1998 bde

Removed bogus dependencies of generated .c files on generated headers.


34809 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


34130 06-Mar-1998 bde

Fixed `make -jN' for large N, as usual.


30378 13-Oct-1997 charnier

Use err(3). Remove multiply defined Id string.


25255 28-Apr-1997 wpaul

Back out unnecessary overly-paranoid paranoia test from here too; yp_access()
does the right thing already.


24776 10-Apr-1997 wpaul

Add extra paranoia test. In theory this doesn't really gain you anything,
but the extra warning message could be useful.


24428 31-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


23716 11-Mar-1997 peter

Update to work under Lite2 includes


22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


22285 05-Feb-1997 tg

Typos.


21880 20-Jan-1997 wosch

Sort cross references.


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.


18050 05-Sep-1996 bde

Fixed DPADD.


16959 04-Jul-1996 wpaul

Add checks for byte order and DB type mismatches. We ignore the
filename argument for now: it's really only useful for .dir/.pag-style
ndbm databases, which we don't support anyway.


16155 06-Jun-1996 wpaul

Take ypxfrd_xdr.c out of SRCS line here too. This program is also
linked with librpcsvc.


16135 05-Jun-1996 wpaul

Whoops: dragged along an extra copy of the protocol
definition file by mistake. This isn't needed so long
as the one in include/rpcsvc is installed.


16126 05-Jun-1996 wpaul

This commit was generated by cvs2svn to compensate for changes in r16125,
which included commits to RCS files with non-trunk default branches.