summaryrefslogtreecommitdiff
path: root/usr.bin/rpcinfo
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-04-04strcpy => strlcpy, strcat => strlcatAlan Somers
2016-05-13Simplify some overly complex code so that both humans and CoverityDon Lewis
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2013-10-15Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-08-18Cleanup use of 'host' when running 'rpcinfo -p'.Kevin Lo
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2011-05-13Constify a few string variables. While I'm there, also convert usage() toXin LI
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2006-07-27rpcinfo(1) doesn't depend on INET6 explicitly.Yaroslav Tykhiy
2006-03-10Remove including of libc sources. All the required functionsDaniel Eischen
2004-03-11Fixed a misspelling of '\0' as NULL.Bruce Evans
2003-09-07Add FBSDID. Use errx() instead of fprintf()/exit(). Call exit() at the endPhilippe Charnier
2002-12-16Change the name for the local unix-socket based protocolMartin Blapp
2002-10-16The .Nm utilityPhilippe Charnier
2002-08-19Remove local prototypes for main().Juli Mallett
2002-04-22Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav
2002-02-05The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
2001-03-19Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-09-04getopt and friends are declared in <unistd.h>Warner Losh
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-06-12#include <arpa/inet.h>Peter Wemm
1998-06-09Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh
1997-08-06Use err(3), cosmetic in usage().Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-08-07Move rpcinfo program over from 1.1.5. Based on original work by J.T. ConklinGarrett Wollman