summaryrefslogtreecommitdiffstats
path: root/usr.bin/showmount
Commit message (Collapse)AuthorAgeFilesLines
* Ensure there is a whitespace after a mount point.ru2011-05-241-1/+1
| | | | | | PR: 157286 Submitted by: Marcus Reid MFC after: 3 days
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* ANSIfy various tools in usr.bin/.ed2010-01-021-21/+7
| | | | | Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well.
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementationdfr2009-06-241-18/+18
| | | | and will be removed.
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* Sort sections.ru2005-01-181-5/+5
|
* Assign the result of getopt() to an int rather than to a char (which isstefanf2004-07-261-3/+2
| | | | possibly unsigned).
* More xdrproc_t issues.peter2003-10-261-4/+4
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* mdoc(7) police: markup polishing.ru2002-11-261-4/+1
| | | | Approved by: re
* The -a and -d flags are mutually exclusive, show them as such in usage() andjmallett2002-10-122-2/+6
| | | | | | | manual page for showmount(8) Sponsored by: Bright Path Solutions MFC after: 2 weeks
* The .Nm utilitycharnier2002-07-141-6/+12
|
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
|
* remove __Pimp2002-03-221-8/+6
|
* Warns cleanups. This makes the showmount code warns clean, but somedwmalone2001-12-031-3/+3
| | | | of the rpc headers aren't.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* ANSI C prohibits text after #endif.dd2001-06-121-2/+2
| | | | Reviewed by: md5(1)
* Add IPv6 support to showmount(8). This replaces IPv4-specific codeiedowse2001-04-051-34/+2
| | | | | | | | with calls to the new protocol-independent clnt_*_create functions provided by ti-rpc. Martin submitted a more complex patch to achieve this, but it turns out that clnt_create() does everything we need. Reviewed by: Martin Blapp <mb@imp.ch>
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Cross-reference mount_nfs(8) and showmount(8).sheldonh2000-07-181-1/+2
| | | | | PR: 20008 Reported by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Added an replacement for callrpc that uses tcp as primary transport method.tegge1997-09-041-3/+72
| | | | This enables larger reply messages.
* Use err(3). Add prototypes.charnier1997-08-112-18/+32
|
* Add -3 option to usage() statement.obrien1997-04-111-1/+1
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Use the .Bx macro where appropriate.mpp1996-08-231-1/+2
|
* Include queue.h in preparation of struct socket changes.dg1996-03-111-0/+1
|
* Correct a bunch of man page cross references and generallympp1996-02-111-1/+1
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Changes to support version 3 of the NFS protocol.dfr1995-06-272-6/+15
| | | | | | | | | | | | | | | | | | The version 2 support has been tested (client+server) against FreeBSD-2.0, IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support is stable AFAIK. The version 3 support has been tested with a loopback mount and minimally against an IRIX 5.3 server. It needs more testing and may have problems. I have patched amd to support the new variable length filehandles although it will still only use version 2 of the protocol. Before booting a kernel with these changes, nfs clients will need to at least build and install /usr/sbin/mount_nfs. Servers will need to build and install /usr/sbin/mountd. NFS diskless support is untested. Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca>
* Use the right man page.jkh1994-08-111-0/+1
| | | | Submitted by: jkh
* Delete obsolete reference to librpc.a.wollman1994-08-081-2/+0
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+446
OpenPOWER on IntegriCloud