summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: various.julian1997-11-121-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-271-2/+1
* VFS interior redecoration.phk1997-10-261-2/+2
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-172-47/+6
* Another VFS cleanup "kilo commit"phk1997-10-161-122/+1
* VFS mega cleanup commit (x/N)phk1997-10-161-2/+1
* Hmm, realign the vnops into two columns.phk1997-10-151-6/+6
* Stylistic overhaul of vnops tables.phk1997-10-151-49/+39
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-123-5/+10
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+6
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-10/+10
* Convert select -> poll.peter1997-09-141-8/+19
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-101-10/+2
* Removed unused #includes.bde1997-09-023-9/+3
* Uncut&paste cache_lookup().phk1997-08-263-61/+7
* 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
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+3
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-10/+1
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-5/+4
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismpeter1997-03-181-1/+3
* Don't export kernel interfaces to applications. msdosfs_mount probablybde1997-03-031-1/+9
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-265-130/+129
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2212-12/+12
* Make this compile without warnings after the Lite2 merge:mpp1997-02-123-8/+8
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-105-35/+48
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1412-12/+12
* Don't synchronously update the directory entry at the end of everybde1996-12-251-2/+2
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-041-2/+2
* MSDOS FS used to allocate a buffer before extending the VM object. Indyson1996-10-021-7/+9
* In sys/time.h, struct timespec is defined as:nate1996-09-192-6/+6
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* bzero reserved field into directory entry, junk here causeache1996-07-281-1/+2
* The Great PC98 Merge.asami1996-06-144-4/+97
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+9
* Fix adjkerntz expression priority.ache1996-04-051-3/+3
* Don't adjust file times for UTC clock to have the same timestampsache1996-04-051-4/+6
* add a `Warning:' to the message saying that the root directory is not agpalmer1996-04-031-2/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-3/+5
* Convert QUOTA to new-style option.wollman1996-01-051-16/+1
* Untangled the vm.h include file spaghetti.dg1995-12-072-2/+6
* Added prototypes.bde1995-12-034-5/+30
* Moved declarations for static functions to the correct place (not in abde1995-11-162-17/+23
* Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returnedbde1995-11-131-14/+3
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-42/+44
* missed one static thingie.phk1995-11-071-2/+2
* staticize private parts.phk1995-11-076-35/+35
* Pad out MSDOS boot block to 512 bytes (bugfix only)pst1995-10-311-2/+2
OpenPOWER on IntegriCloud