summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Supported non-512 bytes/sector format.nyan2000-01-271-67/+50
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
* It is possible that number of sectors specified in the BPBbp1999-12-281-5/+14
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Next step in the device cleanup process.phk1999-11-091-0/+2
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-10/+21
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-38/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Simplify cdevsw registration.phk1999-05-311-3/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* Back out half of 1.32: don't print a message on every failed mount attempt.dt1999-03-281-3/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-5/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-2/+4
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* 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
OpenPOWER on IntegriCloud