History log of /freebsd-9.3-release/usr.bin/showmount/showmount.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 222245 24-May-2011 ru

Ensure there is a whitespace after a mount point.

PR: 157286
Submitted by: Marcus Reid
MFC after: 3 days


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
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


# 201382 02-Jan-2010 ed

ANSIfy various tools in usr.bin/.

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.


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 194880 24-Jun-2009 dfr

Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation
and will be removed.


# 146466 21-May-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


# 132660 26-Jul-2004 stefanf

Assign the result of getopt() to an int rather than to a char (which is
possibly unsigned).


# 121546 26-Oct-2003 peter

More xdrproc_t issues.


# 104966 12-Oct-2002 jmallett

The -a and -d flags are mutually exclusive, show them as such in usage() and
manual page for showmount(8)

Sponsored by: Bright Path Solutions
MFC after: 2 weeks


# 92922 21-Mar-2002 imp

remove __P


# 87297 03-Dec-2001 dwmalone

Warns cleanups. This makes the showmount code warns clean, but some
of the rpc headers aren't.


# 78130 12-Jun-2001 dd

ANSI C prohibits text after #endif.

Reviewed by: md5(1)


# 75239 05-Apr-2001 iedowse

Add IPv6 support to showmount(8). This replaces IPv4-specific code
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>


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 29117 04-Sep-1997 tegge

Added an replacement for callrpc that uses tcp as primary transport method.
This enables larger reply messages.


# 28068 11-Aug-1997 charnier

Use err(3). Add prototypes.


# 24825 11-Apr-1997 obrien

Add -3 option to usage() statement.


# 24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


# 14542 11-Mar-1996 dg

Include queue.h in preparation of struct socket changes.


# 9336 27-Jun-1995 dfr

Changes to support version 3 of the NFS protocol.
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>


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources