summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors.bde1998-07-111-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* Back out previous change. This behavior is at least completelydt1998-06-101-1/+1
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-101-2/+2
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.peter1998-06-101-2/+2
* Fix typo in a comment.dt1998-06-091-2/+2
* Remove bogus LK_RETRY.dt1998-05-171-2/+2
* In the words of the submitter:msmith1998-05-071-27/+13
* Add two new functions, get{micro|nano}time.phk1998-03-261-5/+5
* Deleted 1024bytes/sector floppy code for PC-98 arch. Thekato1998-03-201-15/+1
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+34
* Patch to the last commit; attempt to unspam stuff from NetBSD.msmith1998-03-031-13/+11
* Fix mmap() on msdosfs. In the words of the submitter:msmith1998-03-011-4/+3
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-261-13/+8
* Back out "always view in lowercase" partache1998-02-241-1/+2
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-6/+7
* Implement loadable upper->lower local conversion tableache1998-02-231-2/+4
* Reduce new arguments number added in my changesache1998-02-221-3/+3
* 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-656/+755
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-171-45/+4
* Another VFS cleanup "kilo commit"phk1997-10-161-122/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-2/+1
* Hmm, realign the vnops into two columns.phk1997-10-151-6/+6
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+39
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-10/+10
* Convert select -> poll.peter1997-09-141-8/+19
* Uncut&paste cache_lookup().phk1997-08-261-2/+3
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-10/+1
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-5/+4
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-261-51/+38
* 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-6/+5
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-14/+14
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Don't synchronously update the directory entry at the end of everybde1996-12-251-2/+2
* MSDOS FS used to allocate a buffer before extending the VM object. Indyson1996-10-021-7/+9
* In sys/time.h, struct timespec is defined as:nate1996-09-191-2/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* The Great PC98 Merge.asami1996-06-141-1/+15
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Added prototypes.bde1995-12-031-1/+2
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedbde1995-11-131-14/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-40/+40
* Second batch of cleanup changes.phk1995-10-291-37/+74
OpenPOWER on IntegriCloud