summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/bootsect.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove checks for BOOTSIG[23] from FAT32 bootblocks.peadar2005-09-291-5/+1
| | | | | | | | | There seems to be very little documentary evidence outside this implementation to suggest a these checks are neccessary, and more than one camera-formatted flash disk fails the check, but mounts successfully on most other systems. Reviewed By: bde@
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
|
* Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP tojhb2002-10-211-1/+1
| | | | be like all the other bootsectors. Apple has done the same it seems.
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-281-16/+0
| | | | | PR: kern/21809 Submitted by: <mbendiks@eunet.no>
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | Seperate does not exist in the english language.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-22/+65
| | | | | | | | | | | FAT32 partitions. Unfortunately, we looked around here at Walnut Creek CDROM for any newer FAT32-supporting versions of Win95 and we were unsuccessful; only the older stuff here. So this is untested beyond simply making sure it compiles and someone with access to an actual FAT32 fs will have to let us know how well it actually works. Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> Obtained from: NetBSD
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-311-2/+2
| | | | Submitted by: Andreas Haakh, ah@alman.RoBIN.de
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* Added msdosfs.dfr1994-09-191-0/+70
Obtained from: NetBSD
OpenPOWER on IntegriCloud