aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/showmount/showmount.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* [showmount] implement long optionsEitan Adler2019-12-121-1/+10
* Free mp on a couple of error paths.Warner Losh2017-12-281-2/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-3/+3
* Make the autofs(5) -hosts map more robust, primarily to make it correctlyEdward Tomasz Napierala2016-03-231-5/+29
* Use mount protocol version 3 by default for showmount and umount.Peter Wemm2014-08-161-2/+5
* Ensure there is a whitespace after a mount point.Ruslan Ermilov2011-05-241-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-21/+7
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationDoug Rabson2009-06-241-18/+18
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Assign the result of getopt() to an int rather than to a char (which isStefan Farfeleder2004-07-261-3/+2
* More xdrproc_t issues.Peter Wemm2003-10-261-4/+4
* The -a and -d flags are mutually exclusive, show them as such in usage() andJuli Mallett2002-10-121-1/+1
* remove __PWarner Losh2002-03-221-8/+6
* Warns cleanups. This makes the showmount code warns clean, but someDavid Malone2001-12-031-3/+3
* ANSI C prohibits text after #endif.Dima Dorfman2001-06-121-2/+2
* Add IPv6 support to showmount(8). This replaces IPv4-specific codeIan Dowse2001-04-051-34/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Added an replacement for callrpc that uses tcp as primary transport method.Tor Egge1997-09-041-3/+72
* Use err(3). Add prototypes.Philippe Charnier1997-08-111-12/+26
* Add -3 option to usage() statement.David E. O'Brien1997-04-111-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Include queue.h in preparation of struct socket changes.David Greenman1996-03-111-0/+1
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-4/+8
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+351