summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_denode.c
Commit message (Expand)AuthorAgeFilesLines
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-4/+1
* Support NT VFAT lower case flags.dt1998-11-211-1/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Use vtruncbuf() rather than vinvalbuf() when shortening files.peter1998-10-291-6/+9
* Removed unused includes.bde1998-08-171-2/+1
* Don't forget to clean up after an error reading the directory entrybde1998-05-171-3/+13
* Removed vestiges of pre-Lite2 locking.bde1998-05-171-2/+1
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Time changes mark 2:phk1998-04-041-3/+5
* Add two new functions, get{micro|nano}time.phk1998-03-261-2/+2
* Deleted 1024bytes/sector floppy code for PC-98 arch. Thekato1998-03-201-8/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-168/+117
* Staticize.eivind1998-02-091-3/+3
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-09-021-3/+1
* Back out some incorrect changes that was worse than the original bug.dyson1997-08-261-3/+1
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+4
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-261-39/+51
* 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-1/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* The Great PC98 Merge.asami1996-06-141-1/+8
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+9
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+5
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Added prototypes.bde1995-12-031-1/+7
* Add support for the va_filerev attribute required by NFSv3.dfr1995-08-021-1/+20
* Remove trailing whitespace.rgrimes1995-05-301-21/+21
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-04-111-8/+2
* Removed bogus, commented out, call to vnode_pager_uncache().dg1995-03-191-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* Kill the comment in a comment to shut up the compiler.ats1995-01-291-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-2/+2
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingbde1994-12-271-4/+8
* Fix numerous timestamp bugs.bde1994-12-121-12/+18
* Cosmetics. Silence gcc -Wallphk1994-10-101-6/+6
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-271-19/+31
* Added msdosfs.dfr1994-09-191-0/+689
OpenPOWER on IntegriCloud