summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* As described by the submitter:msmith1998-05-061-2/+1
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.dt1998-04-291-16/+19
* Add a missing LK_RETRY.dt1998-04-151-5/+3
* Print explanation diagnostics when mount is impossibleache1998-04-051-1/+5
* Deleted 1024bytes/sector floppy code for PC-98 arch. Thekato1998-03-201-41/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-8/+11
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-3/+8
* Fix signatures of NEC's DOS formats.kato1998-02-231-9/+9
* Oops, add missing bcopy of upper->lower tableache1998-02-231-1/+3
* Implement loadable local<->unicode file names conversionache1998-02-221-1/+3
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-302/+540
* Reviewed by: various.julian1997-11-121-2/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+3
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismpeter1997-03-181-1/+3
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-261-20/+22
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* The Great PC98 Merge.asami1996-06-141-1/+66
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-031-2/+2
* Convert QUOTA to new-style option.wollman1996-01-051-16/+1
* Moved declarations for static functions to the correct place (not in abde1995-11-161-1/+21
* missed one static thingie.phk1995-11-071-2/+2
* staticize private parts.phk1995-11-071-13/+13
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Fix numerous timestamp bugs.bde1994-12-121-2/+2
* GCC cleanup.phk1994-10-021-16/+3
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-271-10/+18
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* Changed some NetBSD backwards compatibility code which was confusing mountd.dfr1994-09-191-6/+2
* Added msdosfs.dfr1994-09-191-0/+733
OpenPOWER on IntegriCloud