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
* 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
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
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
* 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,
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 --
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
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
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
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'
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
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
* 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
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
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
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
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
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
>
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
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
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. :)
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
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
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.
>
В ср, 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
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
В пт, 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
27 matches
Mail list logo