aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_denode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-2/+2
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingBruce Evans1994-12-271-4/+8
* Fix numerous timestamp bugs.Bruce Evans1994-12-121-12/+18
* Cosmetics. Silence gcc -WallPoul-Henning Kamp1994-10-101-6/+6
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-271-19/+31
* Added msdosfs.Doug Rabson1994-09-191-0/+689