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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo