summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypxfrd
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilitycharnier2002-07-141-3/+3
|
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-3/+3
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* ANSIfy and remove some dead code.des2002-02-061-9/+7
| | | | Sponsored by: DARPA, NAI Labs
* Apply the following mechanical transformations in preparation fordes2002-02-063-7/+7
| | | | | | | | | | | | | | | | | 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
* yp(4) -> yp(8).ru2002-01-141-1/+1
| | | | PR: docs/30797
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-6/+4
| | | | | 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.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+2
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+0
|
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Use Fx macro wherever possible.ru2000-11-141-2/+2
|
* Don't call syslog() without a format string.kris2000-07-121-2/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-10/+20
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
|
* Darnit, that last commit was only supposed to change files in thewpaul1998-06-041-2/+9
| | | | | | | | | | | -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.
* Removed bogus dependencies of generated .c files on generated headers.bde1998-05-101-3/+3
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* Fixed `make -jN' for large N, as usual.bde1998-03-061-2/+2
|
* Use err(3). Remove multiply defined Id string.charnier1997-10-133-29/+31
|
* Back out unnecessary overly-paranoid paranoia test from here too; yp_access()wpaul1997-04-281-12/+2
| | | | does the right thing already.
* Add extra paranoia test. In theory this doesn't really gain you anything,wpaul1997-04-101-2/+12
| | | | but the extra warning message could be useful.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-3/+3
| | | | posix standard on the topic.
* Update to work under Lite2 includespeter1997-03-111-2/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-7/+7
|
* Typos.tg1997-02-051-3/+3
|
* Sort cross references.wosch1997-01-201-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-7/+7
| | | | | | | | 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.
* Fixed DPADD.bde1996-09-051-2/+3
|
* Add checks for byte order and DB type mismatches. We ignore thewpaul1996-07-041-2/+19
| | | | | filename argument for now: it's really only useful for .dir/.pag-style ndbm databases, which we don't support anyway.
* Take ypxfrd_xdr.c out of SRCS line here too. This program is alsowpaul1996-06-061-2/+2
| | | | linked with librpcsvc.
* Whoops: dragged along an extra copy of the protocolwpaul1996-06-051-117/+0
| | | | | definition file by mistake. This isn't needed so long as the one in include/rpcsvc is installed.
* This commit was generated by cvs2svn to compensate for changes in r16125,wpaul1996-06-056-0/+767
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud