History log of /dragonfly/sbin/mount_nfs/mount_nfs.c (Results 1 – 25 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0
# fcfee01c 12-May-2016 Tomohiro Kusumi <kusumi.tomohiro@gmail.com>

sbin/mount_nfs: Add -o retrycnt= option

Brought in from FreeBSD@GitHub 4f094ed2b2fd36f47b04c08e320d4d006a416874.
Needed by autofs.

Also see https://bugs.dragonflybsd.org/issues/2913.


Revision tags: v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2
# ec12fea1 26-Nov-2014 Antonio Huete Jimenez <tuxillo@quantumachine.net>

nfs - Remove unused kerberos code [Userland]

- This commit removes unused kerberos code from mount_nfs(8) and
mountd(8).
- After a bit of research, apparently the code never worked on FreeBSD
si

nfs - Remove unused kerberos code [Userland]

- This commit removes unused kerberos code from mount_nfs(8) and
mountd(8).
- After a bit of research, apparently the code never worked on FreeBSD
since it was imported around 1995

Partially taken from: FreeBSD SVN 83653

show more ...


Revision tags: v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1
# 0fdb7d01 15-Jan-2014 Sascha Wildner <saw@online.de>

Remove a bunch of unnecessary semicolons.


Revision tags: v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3
# dc71b7ab 31-May-2013 Justin C. Sherrill <justin@shiningsilence.com>

Correct BSD License clause numbering from 1-2-4 to 1-2-3.

Apparently everyone's doing it:
http://svnweb.freebsd.org/base?view=revision&revision=251069

Submitted-by: "Eitan Adler" <lists at eitanadl

Correct BSD License clause numbering from 1-2-4 to 1-2-3.

Apparently everyone's doing it:
http://svnweb.freebsd.org/base?view=revision&revision=251069

Submitted-by: "Eitan Adler" <lists at eitanadler.com>

show more ...


Revision tags: v3.4.2
# 25a2db75 06-May-2013 Justin C. Sherrill <justin@shiningsilence.com>

Remove advertising header from all userland binaries.

From: Eitan Adler <lists@eitanadler.com>


Revision tags: v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3
# 2dc55a02 08-Jun-2012 Sascha Wildner <saw@online.de>

Put getmntopts() into libutil and install mntopts.h to /usr/include.

Previously, they were private to sbin/mount and the other mount_*
commands would take them from there via their Makefiles.

Howev

Put getmntopts() into libutil and install mntopts.h to /usr/include.

Previously, they were private to sbin/mount and the other mount_*
commands would take them from there via their Makefiles.

However, puffs related stuff outside base (in pkgsrc for example)
couldn't reach them this way. So for now, arrange it like NetBSD
has it.

show more ...


Revision tags: v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0
# 39cd459b 23-Jul-2009 Matthew Dillon <dillon@apollo.backplane.com>

NFS - Change the mount default from udp to tcp, add "udp" option.

* Mount_nfs now mounts TCP by default.

* Added "udp" option, and the -U option now works similarly to -T,
but for udp instead of

NFS - Change the mount default from udp to tcp, add "udp" option.

* Mount_nfs now mounts TCP by default.

* Added "udp" option, and the -U option now works similarly to -T,
but for udp instead of tcp.

show more ...


Revision tags: v2.3.2, v2.3.1, v2.2.1
# d5c90ae7 07-Apr-2009 Sascha Wildner <saw@online.de>

Include <string.h> instead of <strings.h> in various places.


# 60233e58 05-Apr-2009 Sascha Wildner <saw@online.de>

Generally use NULL instead of explicitly casting 0 to some pointer type.


Revision tags: v2.2.0, v2.3.0
# ce0e08e2 15-Dec-2008 Peter Avalos <pavalos@theshell.com>

Bring in a transport-independent RPC (TI-RPC).

-rpcbind replaces portmap which is more secure.
-Essentially this is the same thing FreeBSD did over 7 years ago (svn
revision #74462).
-This also upda

Bring in a transport-independent RPC (TI-RPC).

-rpcbind replaces portmap which is more secure.
-Essentially this is the same thing FreeBSD did over 7 years ago (svn
revision #74462).
-This also updates utilities and the kernel build associated with this
change.

show more ...


# 15b85273 14-Dec-2008 Sascha Wildner <saw@online.de>

Remove some unnecessary casts.


Revision tags: v2.1.1, v2.0.1
# 9e754ee2 14-Jul-2008 Matthew Dillon <dillon@dragonflybsd.org>

Fix a bug where mount_nfs would properly parse an IP address, but would
still fail if name resolution was down because it also tried to do a
reverse lookup on it.

Reported-by: Vincent Stemen <vince.

Fix a bug where mount_nfs would properly parse an IP address, but would
still fail if name resolution was down because it also tried to do a
reverse lookup on it.

Reported-by: Vincent Stemen <vince.dragonfly@hightek.org>

show more ...


# 2bb9b9ad 16-Feb-2008 Matthew Dillon <dillon@dragonflybsd.org>

Fix mount_nfs to allow hostnames which begin with a digit.

Submitted-by: "Frank W. Josellis" <frank@dynamical-systems.org>


# e07fef60 27-Mar-2006 Matthew Dillon <dillon@dragonflybsd.org>

Remove NQNFS support. The mechanisms are too crude to co-exist with
upcoming cache coherency management work and the original implementation
hacked up the NFS code pretty severely.

Move nqnfs_clien

Remove NQNFS support. The mechanisms are too crude to co-exist with
upcoming cache coherency management work and the original implementation
hacked up the NFS code pretty severely.

Move nqnfs_clientd() out of nfs_nqlease.c to a new file, nfs_kerb.c,
and rename it nfs_clientd().

show more ...


# 02fe642c 06-Nov-2005 Sascha Wildner <swildner@dragonflybsd.org>

Cleanup:

- Remove 'register' storage class specifiers.


# 340240ff 03-Apr-2005 Joerg Sonnenberger <joerg@dragonflybsd.org>

WARNS=6.


# 7cee7052 18-Dec-2004 Sascha Wildner <swildner@dragonflybsd.org>

Clean (void) casts from sbin


# 8af0d623 04-Feb-2004 Joerg Sonnenberger <joerg@dragonflybsd.org>

Fix various warnings.

Patch submitted by Simon "corecode" Schubert.


# cafd601b 29-Dec-2003 Matthew Dillon <dillon@dragonflybsd.org>

Backgroundable NFS mounts can still cause a boot sequence to stall for
several minutes or longer if DNS services are not available during boot.
The stall time depends on the state of the network, DNS

Backgroundable NFS mounts can still cause a boot sequence to stall for
several minutes or longer if DNS services are not available during boot.
The stall time depends on the state of the network, DNS, ethernet and arp
timeouts, and the number of backgroundable NFS mounts.

Furthermore, temporary DNS failures caused NFS mounts (foreground or
background) to permanently fail and exit, which will likely result in
inconsistent system state after booting completes if DNS services or the
network is down during boot. This case is most likely to occur when
multiple machines boot simultaniously after recovering from a power outage.

Adjust foreground timeouts for 'bg' optioned NFS mounts to 1 second and reduce
the retry sleep() from 60 seconds to 20 seconds. 60 seconds is ridiculously
long even if you had a hundred machines with dozens of backgrounded nfs mounts
all trying to mount at the same time. Do not exit on temporary DNS
failures, and if a warning is generated for an earlier failure generate
another warning if the mount later succeeds rather then silence (which might
be misinterpreted in the logs as the mount having failed).

show more ...


# 9a76cd75 01-Nov-2003 David Rhodus <drhodus@dragonflybsd.org>

* Nuke ~771 __P()'s from our tree.

Work sent-in by: Eirik Nygaard <eirikn@kerneled.com>


# b5744197 28-Sep-2003 Hiten Pandya <hmp@dragonflybsd.org>

K&R style function removal. Update functions to ANSI style.

Patch has been tested.

Submitted by: Eirik Nygaard
Reviewed by: Hiten Pandya


# 38a690d7 08-Aug-2003 Matthew Dillon <dillon@dragonflybsd.org>

Kernel tree reorganization stage 2: Major cvs repository work.

This stage includes source code adjustments to make buildworld work again,
including extensive additional work on the /usr/include hier

Kernel tree reorganization stage 2: Major cvs repository work.

This stage includes source code adjustments to make buildworld work again,
including extensive additional work on the /usr/include hierarchy.

show more ...


# 207e76cc 05-Aug-2003 Jeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>

Remove kerberosIV from the build.

Both normal builds and kerberos5 builds have been tested to work.


# 1de703da 17-Jun-2003 Matthew Dillon <dillon@dragonflybsd.org>

Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
ids have been removed from !lint sections and moved into comment sections.


12