summaryrefslogtreecommitdiffstats
path: root/usr.bin/showmount/showmount.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* The -a and -d flags are mutually exclusive, show them as such in usage() andjmallett2002-10-121-1/+1
| | | | | | | manual page for showmount(8) Sponsored by: Bright Path Solutions MFC after: 2 weeks
* 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.
* 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>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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-111-12/+26
|
* 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.
* Include queue.h in preparation of struct socket changes.dg1996-03-111-0/+1
|
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-4/+8
| | | | | | | | | | | | | | | | | | 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>
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+351
OpenPOWER on IntegriCloud