summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_fat.c
Commit message (Expand)AuthorAgeFilesLines
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-10/+10
* Remove __P.alfred2002-03-191-14/+14
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-1/+4
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-5/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Supported non-512 bytes/sector format.nyan2000-01-271-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Support compiling with `gcc -ansi'.bde1998-04-151-5/+7
* Use random() rather then than homegrown stuff.phk1998-04-061-11/+3
* Fix dead hang writing to FATache1998-03-281-2/+2
* Removed unused #includes.bde1998-02-201-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-171/+281
* Staticize.eivind1998-02-091-6/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-6/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+6
* Removed unused #includes.bde1997-09-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Added prototypes.bde1995-12-031-2/+17
* staticize private parts.phk1995-11-071-4/+5
* Second batch of cleanup changes.phk1995-10-291-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-32/+32
* Submitted by: Wolfgang Solfrank <ws@tools.de>bde1995-04-111-2/+2
* Use the correct block number for updating the backup copy of the FAT whenbde1995-02-101-2/+2
* Fix numerous timestamp bugs.bde1994-12-121-3/+3
* Cosmetics. Silence gcc -Wallphk1994-10-101-5/+4
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-271-12/+13
* Added msdosfs.dfr1994-09-191-0/+984
OpenPOWER on IntegriCloud