summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfsmount.h
Commit message (Expand)AuthorAgeFilesLines
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-1/+1
* Add per-mountpoint lockmgr lock for msdosfs. It is intended to be usedkib2010-02-281-1/+13
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-271-1/+2
* Fix some bugs involving the fsinfo block (many remain unfixed). This isbde2007-07-121-6/+0
* Don't use almost perfectly pessimal cluster allocation. Allocationbde2007-07-101-1/+1
* Eliminate cdev pointer in inodes, they're not used or needed.phk2005-03-151-1/+0
* Use vfs_hash instead of home-rolling.phk2005-03-141-4/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Move MSDOSFS to GEOM backing instead of DEVFS.phk2004-10-291-0/+2
* By popular request, add a workaround that allows large (>128GB or so)tjr2004-07-031-1/+23
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Do not place dirmask in unnamed padding. Move it to the bottom of thistrhodes2004-02-171-1/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-13/+9
* Add a '-M mask' option so that users can have differenttrhodes2003-08-121-2/+6
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Remove __P.alfred2002-03-191-3/+3
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-281-1/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-271-3/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-1/+0
* Quick fix for msdsofs_write() on alphas and other machines with eitherbde2000-08-251-1/+1
* Fix memory leakage on module unload.bp2000-06-291-0/+1
* Supported non-512 bytes/sector format.nyan2000-01-271-0/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* It is possible that number of sectors specified in the BPBbp1999-12-281-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-3/+10
* Implement loadable upper->lower local conversion tableache1998-02-231-2/+5
* Implement loadable local<->unicode file names conversionache1998-02-221-2/+5
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-57/+88
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+5
* Don't export kernel interfaces to applications. msdosfs_mount probablybde1997-03-031-1/+9
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make this compile without warnings after the Lite2 merge:mpp1997-02-121-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-0/+12
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Moved declarations for static functions to the correct place (not in abde1995-11-161-16/+2
* staticize private parts.phk1995-11-071-11/+11
* Remove trailing whitespace.rgrimes1995-05-301-18/+18
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-271-1/+3
* Added msdosfs.dfr1994-09-191-0/+183
OpenPOWER on IntegriCloud