CVS commit: src/sbin/mount

2024-04-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 3 07:00:06 UTC 2024 Modified Files: src/sbin/mount: mount.8 Log Message: new sentence, new line To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sbin/mount/mount.8 Please note that diffs are not public do

CVS commit: src/sbin/mount

2024-04-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 3 07:00:06 UTC 2024 Modified Files: src/sbin/mount: mount.8 Log Message: new sentence, new line To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sbin/mount/mount.8 Please note that diffs are not public do

CVS commit: src/sbin/mount

2024-04-02 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Wed Apr 3 03:54:53 UTC 2024 Modified Files: src/sbin/mount: mount.8 Log Message: mount(8): Mention the ability to refer to dk(4) wedges in the manpage To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sbin/mo

CVS commit: src/sbin/mount

2024-04-02 Thread Charlotte Koch
Module Name:src Committed By: charlotte Date: Wed Apr 3 03:54:53 UTC 2024 Modified Files: src/sbin/mount: mount.8 Log Message: mount(8): Mention the ability to refer to dk(4) wedges in the manpage To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sbin/mo

CVS commit: src/sbin/mount

2023-05-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 25 17:37:05 UTC 2023 Modified Files: src/sbin/mount: pathadj.c Log Message: pathadj() is required to succeed. If it cannot, simply issuing a warning and continuing is not good enough. Change the warning to an error (and he

CVS commit: src/sbin/mount

2023-05-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu May 25 17:37:05 UTC 2023 Modified Files: src/sbin/mount: pathadj.c Log Message: pathadj() is required to succeed. If it cannot, simply issuing a warning and continuing is not good enough. Change the warning to an error (and he

CVS commit: src/sbin/mount

2022-07-10 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jul 10 18:52:34 UTC 2022 Modified Files: src/sbin/mount: mount.8 Log Message: drop reference to smbfs, which was removed in 2020. while here, s/file-system/file system/ To generate a diff of this commit: cvs rdiff -u -r1.89 -r

CVS commit: src/sbin/mount

2022-07-10 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sun Jul 10 18:52:34 UTC 2022 Modified Files: src/sbin/mount: mount.8 Log Message: drop reference to smbfs, which was removed in 2020. while here, s/file-system/file system/ To generate a diff of this commit: cvs rdiff -u -r1.89 -r

CVS commit: src/sbin/mount

2021-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 7 14:31:13 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: remove impossible test. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sbin/mount/mount.c Please note that diffs are not p

CVS commit: src/sbin/mount

2021-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 7 14:31:13 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: remove impossible test. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sbin/mount/mount.c Please note that diffs are not p

CVS commit: src/sbin/mount

2021-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 2 13:26:40 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: PR/56529: RVP: mount should try ffs when DIOCGWEDGEINFO returns an empty dkw_ptype. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.

CVS commit: src/sbin/mount

2021-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 2 13:26:40 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: PR/56529: RVP: mount should try ffs when DIOCGWEDGEINFO returns an empty dkw_ptype. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.

CVS commit: src/sbin/mount

2021-11-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Nov 21 05:09:15 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: Add some { } around an if body that is followed by an "else {". To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sbin/mount/mou

CVS commit: src/sbin/mount

2021-11-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Nov 21 05:09:15 UTC 2021 Modified Files: src/sbin/mount: mount.c Log Message: Add some { } around an if body that is followed by an "else {". To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sbin/mount/mou

Re: CVS commit: src/sbin/mount

2020-10-25 Thread nia
On Sat, Oct 24, 2020 at 10:38:04PM +0700, Robert Elz wrote: > | file systems that are used as what spools? > > Ah, youth! > > The old text: > This option is useful for optimizing read performance on file systems > that are used as news spools. > was refering to netnews (usenet, NNTP

Re: CVS commit: src/sbin/mount

2020-10-24 Thread David Holland
On Sat, Oct 24, 2020 at 10:51:34AM +, Nia Alarie wrote: > Modified Files: > src/sbin/mount: mount.8 > > Log Message: > file systems that are used as what spools? Kibozing caches. -- David A. Holland dholl...@netbsd.org

Re: CVS commit: src/sbin/mount

2020-10-24 Thread Robert Elz
Date:Sat, 24 Oct 2020 10:51:34 + From:"Nia Alarie" Message-ID: <20201024105134.6539bf...@cvs.netbsd.org> | file systems that are used as what spools? Ah, youth! The old text: This option is useful for optimizing read performance on file systems

Re: CVS commit: src/sbin/mount

2016-10-14 Thread David Holland
On Sun, Oct 09, 2016 at 12:57:50PM -0600, Greg Oster wrote: > > 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 /m

Re: CVS commit: src/sbin/mount

2016-10-09 Thread coypu
On Sun, Oct 09, 2016 at 12:57:50PM -0600, Greg Oster wrote: > > mount -t ext2 /dev/sd0e /mnt1 > mount -t ext2 /dev/sd1e /mnt2 > mount -t ext2 /dev/sd2e /mnt3 > mount -t ext2 /dev/sd3e /mnt4 > - > > and getting the message: > > mount: mount_ext2 not found > > Now: which of those mounts faile

Re: CVS commit: src/sbin/mount

2016-10-09 Thread Greg Oster
On Sat, 8 Oct 2016 06:47:59 + "Maya Rashish" wrote: > 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

CVS commit: src/sbin/mount

2010-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 14 21:46:24 UTC 2010 Modified Files: src/sbin/mount: mount.c Log Message: Remove puffs| from vfstype before making comparison to determine if fs is mounted. Fixes slightly-miscategorized kern/37626. To generate a diff of

CVS commit: src/sbin/mount

2010-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 14 21:30:17 UTC 2010 Modified Files: src/sbin/mount: mount.c Log Message: If getargs and vfs has PUFFS_TYPEPREFIX, use mount_puffs to query args. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sbin/moun