aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+2
* Reviewed by: various.Julian Elischer1997-11-121-2/+2
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichPoul-Henning Kamp1997-10-172-47/+6
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-122/+1
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-2/+1
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-6/+6
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+39
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-123-5/+10
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-112-2/+6
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-10/+10
* Convert select -> poll.Peter Wemm1997-09-141-8/+19
* Fix a type in a comment and remove some checks now done centrally.Poul-Henning Kamp1997-09-101-10/+2
* Removed unused #includes.Bruce Evans1997-09-023-9/+3
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-263-61/+7
* 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
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+3
* Remove redundant check for vp == dvp (done in VFS before calling).Poul-Henning Kamp1997-05-171-10/+1
* Get the declaration of `struct dirent' from <sys/dirent.h>, not fromBruce Evans1997-04-101-5/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismPeter Wemm1997-03-181-1/+3
* Don't export kernel interfaces to applications. msdosfs_mount probablyBruce Evans1997-03-031-1/+9
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-265-130/+129
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2212-12/+12
* Make this compile without warnings after the Lite2 merge:Mike Pritchard1997-02-123-8/+8
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-105-35/+48
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1412-12/+12
* Don't synchronously update the directory entry at the end of everyBruce Evans1996-12-251-2/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthBruce Evans1996-12-041-2/+2
* MSDOS FS used to allocate a buffer before extending the VM object. InJohn Dyson1996-10-021-7/+9
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-192-6/+6
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-2/+2
* bzero reserved field into directory entry, junk here causeAndrey A. Chernov1996-07-281-1/+2
* The Great PC98 Merge.Satoshi Asami1996-06-144-4/+97
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-3/+9
* Fix adjkerntz expression priority.Andrey A. Chernov1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsAndrey A. Chernov1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not aGary Palmer1996-04-031-2/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-3/+5
* Convert QUOTA to new-style option.Garrett Wollman1996-01-051-16/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-072-2/+6
* Added prototypes.Bruce Evans1995-12-034-5/+30
* Moved declarations for static functions to the correct place (not in aBruce Evans1995-11-162-17/+23
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedBruce Evans1995-11-131-14/+3
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-42/+44
* missed one static thingie.Poul-Henning Kamp1995-11-071-2/+2
* staticize private parts.Poul-Henning Kamp1995-11-076-35/+35