summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/fat.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
|
* Make msdosfs support the dirty flag in FAT16 and FAT32.trhodes2003-12-261-0/+1
| | | | | | | | Enable lockf support. PR: 55861 Submitted by: Jun Su <junsu@m-net.arbornet.org> (original version) Reviewed by: make universe
* Remove __P.alfred2002-03-191-7/+7
|
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-281-5/+0
| | | | | PR: kern/21809 Submitted by: <mbendiks@eunet.no>
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-30/+28
| | | | | | | | | | | 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.
* staticize private parts.phk1995-11-071-2/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-271-1/+15
| | | | could panic a system. (I know, it paniced mine!).
* Added msdosfs.dfr1994-09-191-0/+97
Obtained from: NetBSD
OpenPOWER on IntegriCloud