aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcinfo
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* strcpy => strlcpy, strcat => strlcatAlan Somers2017-04-041-2/+2
* Simplify some overly complex code so that both humans and CoverityDon Lewis2016-05-131-5/+6
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-5/+11
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-151-1/+2
| |/ |/|
* | Cleanup use of 'host' when running 'rpcinfo -p'.Kevin Lo2012-08-181-5/+11
|/
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Constify a few string variables. While I'm there, also convert usage() toXin LI2011-05-131-10/+10
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* rpcinfo(1) doesn't depend on INET6 explicitly.Yaroslav Tykhiy2006-07-271-1/+1
* Remove including of libc sources. All the required functionsDaniel Eischen2006-03-101-8/+2
* Fixed a misspelling of '\0' as NULL.Bruce Evans2004-03-111-1/+1
* Add FBSDID. Use errx() instead of fprintf()/exit(). Call exit() at the endPhilippe Charnier2003-09-071-92/+44
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-161-1/+1
* The .Nm utilityPhilippe Charnier2002-10-161-1/+2
* Remove local prototypes for main().Juli Mallett2002-08-191-2/+0
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-16/+18
* Remove whitespace at EOL.Dima Dorfman2001-07-151-17/+17
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-193-507/+1743
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* #include <arpa/inet.h>Peter Wemm1998-06-121-3/+2
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-4/+7
* Use err(3), cosmetic in usage().Philippe Charnier1997-08-062-30/+24
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Move rpcinfo program over from 1.1.5. Based on original work by J.T. ConklinGarrett Wollman1994-08-073-0/+840