summaryrefslogtreecommitdiff
path: root/usr.bin/rpcinfo
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2013-08-21passes WARNS=5, don't set it to 4.dholland
2013-05-240 == localchristos
2013-05-08Simplify previous: instead of polluting the whole code with extra argumentschristos
2013-05-07print the port where the server is listening when displaying status.christos
2012-05-13Full list of changes:wiz
2011-09-16Use __deadjoerg
2011-05-24Fix usage() to actually not returnjoerg
2011-02-10simplifychristos
2011-02-09Fix broken build (hi Christos!)dholland
2011-02-08- WARNS ?= 4christos
2009-11-17ANSIfy, sprinkle "const" in some obvious casesdrochner
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-13fix -Wshadow issueslukem
2009-04-08Add missing .Os, improve column size.joerg
2008-02-13PR/38017: Greg A. Woods: rpcinfo -s broke after coverity fixes.christos
2007-05-28Since Christos cleaned up the use of libc internals here, we can switchtls
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-26remove the rest of the libc cruft.christos
2007-05-26This does not appear to need rpc_generic.cchristos
2006-05-24Coverity CID 2285: in the dump and dumpshort case, don't trash head so thatchristos
2006-04-05make sure that netid always points to an allocated string. Pointed out bychristos
2006-04-03Coverity CID 2287: Fix memory leak.christos
2006-04-02Coverity CID 2290: Fix memory leak.christos
2005-06-02Cleanup use of 'host' when running 'rpcinfo -p'.lukem
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-01Add (unsigned char) cast to ctype functionsdsl
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-10-21Don't assign NULL to a char.fvdl
2003-04-29Pull in <sys/param.h> explicitly.agc
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-08Don't include obsolete include file "rpc_com.h" any more.tron
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-01-13Minor nroff formatting fixes per PR 13800fair
2001-12-08Drop a .Pp.wiz
2001-10-02Correct broken markup in description of -l.bjh21
2001-10-02Add .It for -d and -l as well.bjh21
2001-10-02Small formatting changes: Correctly mark the paragraph on -p with .It, andbjh21
2001-04-04netconfig(4) -> (5). Fix option section. Whitespace fixes. Sort SEE ALSO.wiz
2000-10-04getopt(3) returns -1 not EOF.mjl
2000-07-07pull rpc/nettype.h in, for some of function prototype. checked by fvdlitojun
2000-06-03Fixup field with a bit.fvdl
2000-06-02Update rpcinfo to handle rpcbind version 3 and 4. Taken from Sun TI-RPCfvdl
1998-12-19revert previous cast.christos
1998-12-19a few casts, and char -> unsigned charchristos
1998-02-12revert; we can't break the existing ABI and APIlukem
1998-02-10use %d instead of %ldlukem
1998-02-08minor whitespace fixuplukem