summaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_denode.c
Commit message (Expand)AuthorAgeFilesLines
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-724/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-8/+8
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-14/+12
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.Boris Popov2000-10-221-3/+4
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-2/+5
* Fix memory leakage on module unload.Boris Popov2000-06-291-0/+10
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-271-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-4/+1
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-211-1/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use vtruncbuf() rather than vinvalbuf() when shortening files.Peter Wemm1998-10-291-6/+9
* Removed unused includes.Bruce Evans1998-08-171-2/+1
* Don't forget to clean up after an error reading the directory entryBruce Evans1998-05-171-3/+13
* Removed vestiges of pre-Lite2 locking.Bruce Evans1998-05-171-2/+1
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Time changes mark 2:Poul-Henning Kamp1998-04-041-3/+5
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-2/+2
* Deleted 1024bytes/sector floppy code for PC-98 arch. TheKATO Takenori1998-03-201-8/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-168/+117
* Staticize.Eivind Eklund1998-02-091-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* Back out some incorrect changes that was worse than the original bug.John Dyson1997-08-261-3/+1
* This is a trial improvement for the vnode reference count while on the vnodeJohn Dyson1997-08-221-2/+4
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-261-39/+51
* 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/+2
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+8
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-3/+9
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+5
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Added prototypes.Bruce Evans1995-12-031-1/+7
* Add support for the va_filerev attribute required by NFSv3.Doug Rabson1995-08-021-1/+20
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-21/+21
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>Bruce Evans1995-04-111-8/+2
* Removed bogus, commented out, call to vnode_pager_uncache().David Greenman1995-03-191-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-4/+1
* Kill the comment in a comment to shut up the compiler.Andreas Schulz1995-01-291-2/+2