CVS commit: src/sbin/mount

2021-06-04 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Jun 4 11:55:45 UTC 2021 Modified Files: src/sbin/mount: mount.8 mount.c Log Message: Remove the warning about autoselecting nfs based on : or @. Ok jmcneill@, mrg@. To generate a diff of this commit: cvs rdiff -u -r1.88 -r

CVS commit: src/sbin/mount

2020-10-24 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Oct 24 10:51:34 UTC 2020 Modified Files: src/sbin/mount: mount.8 Log Message: file systems that are used as what spools? To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sbin/mount/mount.8 Please note that dif

CVS commit: src/sbin/mount

2020-10-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 18 10:57:30 UTC 2020 Modified Files: src/sbin/mount: mount.c Log Message: Make command line arguments -r and -w actually override defaults from fstab, previously -w would only cancel a preceeding -r. No longer strip -o r

CVS commit: src/sbin/mount

2018-01-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jan 9 09:15:57 UTC 2018 Modified Files: src/sbin/mount: mount.8 Log Message: Sort SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sbin/mount/mount.8 Please note that diffs are not public domain; th

CVS commit: src/sbin/mount

2017-11-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Nov 20 21:59:30 UTC 2017 Modified Files: src/sbin/mount: mount.8 Log Message: Remove Tn. Remove undefined .Sp. Use tagged list instead of hanging one with .brs. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/

CVS commit: src/sbin/mount

2017-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 20 16:41:55 UTC 2017 Modified Files: src/sbin/mount: mount.8 Log Message: Clarify the program naming convention, and use consistently instead of XXX. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/s

CVS commit: src/sbin/mount

2017-03-22 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Mar 22 21:14:11 UTC 2017 Modified Files: src/sbin/mount: mount.8 Log Message: expand a little the explanation about discard describe behaviour of combination of log+async (i.e. same as just log) To generate a diff of this

CVS commit: src/sbin/mount

2016-11-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Nov 10 22:28:00 UTC 2016 Modified Files: src/sbin/mount: mount.8 Log Message: stress more that discard is experimental, and explain why; also note that it's not compatible with log To generate a diff of this commit: cvs rd

CVS commit: src/sbin/mount

2016-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 9 21:03:43 UTC 2016 Modified Files: src/sbin/mount: mount.c Log Message: try to be more clear about what is not found. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sbin/mount/mount.c Please not

CVS commit: src/sbin/mount

2016-10-07 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Oct 8 06:47:59 UTC 2016 Modified Files: src/sbin/mount: mount.c Log Message: change warning message previously attempting to use mount -t ext2 like myself would result in the warning "mount: mount_ext2 not found for /mnt", whi

CVS commit: src/sbin/mount

2016-09-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Sep 12 00:25:23 UTC 2016 Modified Files: src/sbin/mount: mount.8 Log Message: mount appeared in V1 http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1/mount.1 Replace contraction. Bump date. To generate a diff of this co

CVS commit: src/sbin/mount

2015-01-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 4 22:05:37 UTC 2015 Modified Files: src/sbin/mount: mount.c Log Message: gcc 4.9 produces vfork clobberation warnings for "name" and "buflen". Since there's no performance reason to use vfork here, just replace it with for

CVS commit: src/sbin/mount

2014-12-06 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Dec 6 12:12:17 UTC 2014 Modified Files: src/sbin/mount: mount.8 Log Message: Add reference to mount_chfs, bump date. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sbin/mount/mount.8 Please note that di

CVS commit: src/sbin/mount

2013-10-31 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 31 07:37:06 UTC 2013 Modified Files: src/sbin/mount: mount.8 Log Message: Add a reference to secmodel_extensions(9), to make it a little easier to figure out how to enable mounts for unprivileged users. (Why don't we just ex

CVS commit: src/sbin/mount

2013-10-05 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Sat Oct 5 08:06:35 UTC 2013 Modified Files: src/sbin/mount: mount.c Log Message: No code change: corrected spelling in comment, removed trailing white spaces. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sbin/

CVS commit: src/sbin/mount

2013-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 24 17:53:49 UTC 2013 Modified Files: src/sbin/mount: mount.c Log Message: use return instead of exit. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sbin/mount/mount.c Please note that diffs are not

CVS commit: src/sbin/mount

2012-10-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 3 19:36:11 UTC 2012 Modified Files: src/sbin/mount: mount.8 Log Message: - Improve wording; - remove superfluous `.Pp' macro (fixes mandoc(1) warning). >From Bug Hunting. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sbin/mount

2012-06-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jun 23 23:41:25 UTC 2012 Modified Files: src/sbin/mount: mount.8 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sbin/mount/mount.8 Please note that diffs are not public d

CVS commit: src/sbin/mount

2012-06-23 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Sat Jun 23 23:17:46 UTC 2012 Modified Files: src/sbin/mount: mount.8 Log Message: Clarify use of the union option for mount, as proposed in PR 45919. Text proposed by apb. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.

CVS commit: src/sbin/mount

2012-06-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 14 00:39:34 UTC 2012 Modified Files: src/sbin/mount: mount.c Log Message: don't print the NULL, but the error To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sbin/mount/mount.c Please note that diffs

CVS commit: src/sbin/mount

2012-04-09 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Apr 9 15:50:20 UTC 2012 Modified Files: src/sbin/mount: mount.c Log Message: return exit code from mount_ again To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sbin/mount/mount.c Please note that dif

CVS commit: src/sbin/mount

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 05:58:55 UTC 2012 Modified Files: src/sbin/mount: Makefile Log Message: add missing DPADD To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sbin/mount/Makefile Please note that diffs are not public

CVS commit: src/sbin/mount

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 04:13:06 UTC 2012 Modified Files: src/sbin/mount: mount.c Log Message: use getfsspecname To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sbin/mount/mount.c Please note that diffs are not public do

CVS commit: src/sbin/mount

2012-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 03:13:32 UTC 2012 Modified Files: src/sbin/mount: Makefile mount.c Log Message: Accept NAME=label for special so that we can wire down our wedges. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sb

CVS commit: src/sbin/mount

2011-07-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 22 15:53:21 UTC 2011 Modified Files: src/sbin/mount: mount.8 Log Message: Improve previous; thanks to tsutsui-san for reminding me of the proper reference. PR 45166 To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/sbin/mount

2011-07-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 22 15:47:46 UTC 2011 Modified Files: src/sbin/mount: mount.8 Log Message: Clarify UFS2 superblock format stuff. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sbin/mount/mount.8 Please no

CVS commit: src/sbin/mount

2011-06-17 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 17 18:13:14 UTC 2011 Modified Files: src/sbin/mount: mount.8 Log Message: New sentence, new line; fix wording; bump date. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sbin/mount/mount.8 Please note tha

CVS commit: src/sbin/mount

2011-02-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 17 16:57:46 UTC 2011 Modified Files: src/sbin/mount: pathadj.c Log Message: "when in doubt, let the kernel decide" To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/mount/pathadj.c Please note that dif

CVS commit: src/sbin/mount

2011-01-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 11:57:02 UTC 2011 Modified Files: src/sbin/mount: mount.c Log Message: In case we are union-mounting /, don't force MNT_UPDATE. This makes the following work: mount -t tmpfs -o union tmpfs / (some caveats are

CVS commit: src/sbin/mount

2010-11-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Nov 21 18:33:09 UTC 2010 Modified Files: src/sbin/mount: mount.8 Log Message: xref rump_smbfs To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sbin/mount/mount.8 Please note that diffs are not public domain;