aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_fat.c
Commit message (Expand)AuthorAgeFilesLines
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1102/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-271-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-5/+7
* Use random() rather then than homegrown stuff.Poul-Henning Kamp1998-04-061-11/+3
* Fix dead hang writing to FATAndrey A. Chernov1998-03-281-2/+2
* Removed unused #includes.Bruce Evans1998-02-201-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-171/+281
* Staticize.Eivind Eklund1998-02-091-6/+6
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-6/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+6
* Removed unused #includes.Bruce Evans1997-09-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Added prototypes.Bruce Evans1995-12-031-2/+17
* staticize private parts.Poul-Henning Kamp1995-11-071-4/+5
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-32/+32
* Submitted by: Wolfgang Solfrank <ws@tools.de>Bruce Evans1995-04-111-2/+2
* Use the correct block number for updating the backup copy of the FAT whenBruce Evans1995-02-101-2/+2
* Fix numerous timestamp bugs.Bruce Evans1994-12-121-3/+3
* Cosmetics. Silence gcc -WallPoul-Henning Kamp1994-10-101-5/+4
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-271-12/+13
* Added msdosfs.Doug Rabson1994-09-191-0/+984