summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-2/+4
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-41/+3
* Certain error contitions cause msdosfs_rename() to decrement thedwmalone2000-07-141-2/+2
* Remove obsolete comment.bp2000-06-251-5/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Treat negative uio_offset value as eof (idea by: bde).bp2000-01-081-8/+11
* Fix the mess with signed/unsigned longs and ints (inspired by bde).bp2000-01-021-18/+26
* Avoid to write garbage if uiomove fails.bp1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesbp1999-12-281-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-26/+0
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-3/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Don't set DE_ACCESS for unsuccessful reads.bde1999-07-251-8/+12
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-5/+5
* Suser() simplification:phk1999-04-271-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-1/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Honor MNT_NOATIME.dt1998-11-291-3/+3
* Support NT VFAT lower case flags.dt1998-11-211-2/+6
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-4/+4
* Fix a bug related to renaming in root directory. This bug reported bydt1998-09-131-2/+4
* 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
OpenPOWER on IntegriCloud