aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* MFC (bpb.h rev.1.8, msdosfsmount.h rev.1.22: quick fix for sign extensionBruce Evans2000-10-272-2/+8
* MFC: Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-02-024-70/+60
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2912-12/+12
* MFC rev.1.41: remove noisy printfs.Dmitrij Tejblum1999-04-201-3/+1
* Now empty DOS filesystems default to long file names. Non-empty filesystemsDmitrij Tejblum1999-01-021-5/+7
* Ensure that deHighClust in direntry always initialized.Dmitrij Tejblum1999-01-021-19/+29
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-074-14/+5
* Honor MNT_NOATIME.Dmitrij Tejblum1998-11-291-3/+3
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-215-11/+20
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-312-9/+8
* Use vtruncbuf() rather than vinvalbuf() when shortening files.Peter Wemm1998-10-291-6/+9
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-2/+4
* Remove unused variable.Dmitrij Tejblum1998-09-131-3/+1
* Fix a bug related to renaming in root directory. This bug reported byDmitrij Tejblum1998-09-131-2/+4
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Removed unused includes.Bruce Evans1998-08-171-2/+1
* Fixed printf format errors.Bruce Evans1998-07-111-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+3
* Back out previous change. This behavior is at least completelyDmitrij Tejblum1998-06-101-1/+1
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupDmitrij Tejblum1998-06-101-2/+2
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.Peter Wemm1998-06-101-2/+2
* Fix typo in a comment.Dmitrij Tejblum1998-06-091-2/+2
* Fix priority bug in previous commit.Dmitrij Tejblum1998-05-181-2/+2
* Fix support for pre-Win95 filesystems: Make it possible to lookup justDmitrij Tejblum1998-05-172-3/+14
* Remove bogus LK_RETRY.Dmitrij Tejblum1998-05-171-2/+2
* Don't forget to clean up after an error reading the directory entryBruce Evans1998-05-171-3/+13
* Removed vestiges of pre-Lite2 locking.Bruce Evans1998-05-172-4/+2
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Fix off by ane error in previous commit.Dmitrij Tejblum1998-05-091-2/+2
* In the words of the submitter:Mike Smith1998-05-071-27/+13
* As described by the submitter:Mike Smith1998-05-061-2/+1
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.Dmitrij Tejblum1998-04-291-16/+19
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-152-8/+10
* Add a missing LK_RETRY.Dmitrij Tejblum1998-04-151-5/+3
* Use random() rather then than homegrown stuff.Poul-Henning Kamp1998-04-061-11/+3
* Print explanation diagnostics when mount is impossibleAndrey A. Chernov1998-04-051-1/+5
* Time changes mark 2:Poul-Henning Kamp1998-04-041-3/+5
* Fix dead hang writing to FATAndrey A. Chernov1998-03-281-2/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-262-7/+7
* Deleted 1024bytes/sector floppy code for PC-98 arch. TheKATO Takenori1998-03-203-64/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-8/+11
* Trivial filesystem getpages/putpages implementations, set the second.Mike Smith1998-03-061-1/+34
* Patch to the last commit; attempt to unspam stuff from NetBSD.Mike Smith1998-03-031-13/+11
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+2
* Fix mmap() on msdosfs. In the words of the submitter:Mike Smith1998-03-011-4/+3
* Fix a problem with the conversion of Unix filenames into the VFATMike Smith1998-02-271-11/+34
* Fixes for some bugs in the VFAT/FAT32 support:Mike Smith1998-02-264-21/+31
* Back out "always view in lowercase" partAndrey A. Chernov1998-02-244-29/+31