Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/kern vfs_bio.c vfs_cluster.c vfs_default.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c nfs4_vnops.c src/sys/nfsclient nfs_subs.c nfs_vfsops.

2008-03-22 Thread Jeff Roberson
On Sat, 22 Mar 2008, Alfred Perlstein wrote: * Jeff Roberson <[EMAIL PROTECTED]> [080322 02:15] wrote: jeff2008-03-22 09:15:16 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/kern vfs_bio.c vfs_cluster.c vfs_default.c

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/kern vfs_bio.c vfs_cluster.c vfs_default.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c nfs4_vnops.c src/sys/nfsclient nfs_subs.c nfs_vfsops.

2008-03-22 Thread Alfred Perlstein
* Jeff Roberson <[EMAIL PROTECTED]> [080322 02:15] wrote: > jeff2008-03-22 09:15:16 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > sys/kern vfs_bio.c vfs_cluster.c vfs_default.c > vfs_subr.c

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2008-03-16 Thread Marcel Moolenaar
On Mar 16, 2008, at 12:55 PM, Konstantin Belousov wrote: kib 2008-03-16 19:55:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/msdosfs msdosfs_vfsops.c Log: MFC rev. 1.186: Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. Tha

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2008-02-20 Thread Marcel Moolenaar
On Feb 20, 2008, at 8:40 PM, Dmitry Marakasov wrote: * Marcel Moolenaar ([EMAIL PROTECTED]) wrote: Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. They are typically 0 on new ia64 systems. Since we don't use either field, there's no harm in not checking. Thanks a lot, this

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2008-02-20 Thread Dmitry Marakasov
* Marcel Moolenaar ([EMAIL PROTECTED]) wrote: > Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. > They are typically 0 on new ia64 systems. Since we don't use > either field, there's no harm in not checking. Thanks a lot, this fixes mounting some removeable media (for example,

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-19 Thread Julian Elischer
Robert Watson wrote: On Sun, 18 Nov 2007, Robert Watson wrote: 'iff' was definitely part of my formal education in three fields during my undergraduate career in the US -- mathematics, computer science, philosophy, and logic. Sadly, a clearly omitted portion of my education was arithmetic --

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Bruce M. Simpson" <[EMAIL PROTECTED]> writes: : I recommend we "i.f.f." ie deliberately periodize its use outside of : mathematics and logic; this is a common use; if the strict use is : needed, use '<=>' in comments. There's no 7-bit ASCII glyph for i

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-18 Thread Robert Watson
On Sun, 18 Nov 2007, Robert Watson wrote: 'iff' was definitely part of my formal education in three fields during my undergraduate career in the US -- mathematics, computer science, philosophy, and logic. Sadly, a clearly omitted portion of my education was arithmetic -- that's definitely fo

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-18 Thread Bruce M. Simpson
Robert Watson wrote: 'iff' was definitely part of my formal education in three fields during my undergraduate career in the US -- mathematics, computer science, philosophy, and logic. It's used as an abbreviation for a longer term which addresses an ambiguity in English, hence its popularit

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-18 Thread Robert Watson
On Sun, 18 Nov 2007, Peter Jeremy wrote: On Sun, Nov 18, 2007 at 09:21:31AM +, Maxim Konovalov wrote: o English lesson from bde@: "iff" is not a typo, it means "if and only if". AFAIK, it's a mathematical term, rather than general English (at least I learnt it in high-school maths). I'

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-11-18 Thread Peter Jeremy
On Sun, Nov 18, 2007 at 09:21:31AM +, Maxim Konovalov wrote: > o English lesson from bde@: "iff" is not a typo, it means "if and only if". AFAIK, it's a mathematical term, rather than general English (at least I learnt it in high-school maths). I'm not sure how common it is - I've used it at

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/kern vfs_mount.c

2007-08-15 Thread Craig Rodrigues
On Wed, Aug 15, 2007 at 05:40:09PM +, John Baldwin wrote: > jhb 2007-08-15 17:40:09 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > sys/gnu/fs/ext2fsext2_vfsops.c > sys/kern vfs_mount.c > Log: > > R

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-23 Thread Alfred Perlstein
* LI Xin <[EMAIL PROTECTED]> [070723 03:26] wrote: > Bruce M. Simpson wrote: > > Bruce Evans wrote: > >> bde 2007-07-23 07:10:17 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/fs/msdosfs msdosfs_vfsops.c Log: > >> Make using msdosfs as the root fil

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-23 Thread Bruce Evans
On Mon, 23 Jul 2007, LI Xin wrote: Bruce M. Simpson wrote: Bruce Evans wrote: bde 2007-07-23 07:10:17 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Make using msdosfs as the root file system sort of work: In case anyone is wonderi

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-23 Thread Daniel O'Connor
On Mon, 23 Jul 2007, Bruce M. Simpson wrote: > > Make using msdosfs as the root file system sort of work: > > In case anyone is wondering 'Why the hell would anyone wish to do > this?' consider the case of various embedded systems and small > devices where the medium is pre-formatted as MS-DOS. o

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-23 Thread LI Xin
Bruce M. Simpson wrote: > Bruce Evans wrote: >> bde 2007-07-23 07:10:17 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/fs/msdosfs msdosfs_vfsops.c Log: >> Make using msdosfs as the root file system sort of work: >> > > In case anyone is wondering 'Why th

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-23 Thread Bruce M. Simpson
Bruce Evans wrote: bde 2007-07-23 07:10:17 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Make using msdosfs as the root file system sort of work: In case anyone is wondering 'Why the hell would anyone wish to do this?' consider

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-14 Thread Ben Kaduk
On 7/14/07, Bruce Evans <[EMAIL PROTECTED]> wrote: On Fri, 13 Jul 2007, Ben Kaduk wrote: > I recently got a patch committed to the installation chapter of the > handbook, which included two occasions of clarifying ``MS-DOS > filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I >

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-13 Thread Bruce Evans
On Fri, 13 Jul 2007, Ben Kaduk wrote: I recently got a patch committed to the installation chapter of the handbook, which included two occasions of clarifying ``MS-DOS filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I am too young to remember the existence of FAT12, so I'll ha

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-13 Thread Ben Kaduk
Hi Bruce, On 7/12/07, Bruce Evans <[EMAIL PROTECTED]> wrote: bde 2007-07-12 17:17:47 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Round up the FAT block size to a multiple of the sector size so that i/o to the FAT is possible. M

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-07-12 Thread Doug Barton
Bruce Evans wrote: > This completes fixing msdosfs for some large sector sizes ... Bruce, Thanks for taking this on. While FAT may seem passe, I know it's used a lot even now with camera cards and other removable access devices. Since I use it for that myself, I especially appreciate it. :)

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-06-01 Thread Scott Long
Tom Rhodes wrote: trhodes 2007-06-01 14:57:19 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Garbage collect msdosfs_fhtovp; it appears unused and I have been using MSDOSFS without this function and problems for the last month. Rev

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2007-06-01 Thread Robert Watson
On Fri, 1 Jun 2007, Tom Rhodes wrote: trhodes 2007-06-01 14:57:19 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c Log: Garbage collect msdosfs_fhtovp; it appears unused and I have been using MSDOSFS without this function and problems for the last mo

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2006-12-21 Thread Craig Rodrigues
On Wed, Dec 20, 2006 at 03:05:30AM +, Xin LI wrote: > delphij 2006-12-20 03:05:30 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6_2) > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Redo previous merge from RELENG_6 (rev 1.144.2.7) to fix build. >

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2005-11-24 Thread Vladimir Grebenschikov
В ср, 23/11/2005 в 13:54 -0500, Craig Rodrigues пишет: > On Wed, Nov 23, 2005 at 06:19:45PM +0300, Vladimir Grebenschikov wrote: > > Probably same problem exists with mount_smb now. > > Long names converted to 8.3 form that is not desired, but both -o > > longname and -o longnames does not accepted

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2005-11-23 Thread Craig Rodrigues
On Wed, Nov 23, 2005 at 06:19:45PM +0300, Vladimir Grebenschikov wrote: > Probably same problem exists with mount_smb now. > Long names converted to 8.3 form that is not desired, but both -o > longname and -o longnames does not accepted. Hmmm. How about mount_smbfs -o long, or mount_smbfs -n long

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

2005-11-23 Thread Vladimir Grebenschikov
В пт, 18/11/2005 в 22:34 +, Craig Rodrigues пишет: > rodrigc 2005-11-18 22:34:31 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Add "shortnames" and "longnames" mount options which are > synonyms for "shortname" and "long