summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce new arguments number added in my changesache1998-02-224-19/+19
* Add Unicode support to winChkName, now lookup works!ache1998-02-223-22/+51
* Implement loadable local<->unicode file names conversionache1998-02-226-295/+80
* Replace all unknown Unicode characters with '?' in win->unix mappingache1998-02-221-194/+194
* Add initial support to map 0x4XX Unicode Cyrillic range names:ache1998-02-221-13/+308
* Removed unused #includes.bde1998-02-201-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-1812-1913/+3348
* Staticize.eivind1998-02-093-16/+16
* Back out DIAGNOSTIC changes.eivind1998-02-063-12/+3
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+12
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* 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
OpenPOWER on IntegriCloud