aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/msdosfsmount.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate cdev pointer in inodes, they're not used or needed.Poul-Henning Kamp2005-03-151-1/+0
* Use vfs_hash instead of home-rolling.Poul-Henning Kamp2005-03-141-4/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Move MSDOSFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-0/+2
* By popular request, add a workaround that allows large (>128GB or so)Tim J. Robbins2004-07-031-1/+23
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Do not place dirmask in unnamed padding. Move it to the bottom of thisTom Rhodes2004-02-171-1/+1
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-13/+9
* Add a '-M mask' option so that users can have differentTom Rhodes2003-08-121-2/+6
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Remove __P.Alfred Perlstein2002-03-191-3/+3
* Axe more unused GEMDOS code that was #ifdef atari.John Baldwin2001-11-281-1/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going toJohn Baldwin2001-11-271-3/+0
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-251-1/+0
* Quick fix for msdsofs_write() on alphas and other machines with eitherBruce Evans2000-08-251-1/+1
* Fix memory leakage on module unload.Boris Popov2000-06-291-0/+1
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-271-0/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* It is possible that number of sectors specified in the BPBBoris Popov1999-12-281-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-231-3/+10
* Implement loadable upper->lower local conversion tableAndrey A. Chernov1998-02-231-2/+5
* Implement loadable local<->unicode file names conversionAndrey A. Chernov1998-02-221-2/+5
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-57/+88
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+5
* Don't export kernel interfaces to applications. msdosfs_mount probablyBruce Evans1997-03-031-1/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make this compile without warnings after the Lite2 merge:Mike Pritchard1997-02-121-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+12
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-161-16/+2
* staticize private parts.Poul-Henning Kamp1995-11-071-11/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-18/+18
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-271-1/+3
* Added msdosfs.Doug Rabson1994-09-191-0/+183