summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
...
* As described by the submitter:msmith1998-05-061-2/+1
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.dt1998-04-291-16/+19
* Support compiling with `gcc -ansi'.bde1998-04-152-8/+10
* Add a missing LK_RETRY.dt1998-04-151-5/+3
* Use random() rather then than homegrown stuff.phk1998-04-061-11/+3
* Print explanation diagnostics when mount is impossibleache1998-04-051-1/+5
* Time changes mark 2:phk1998-04-041-3/+5
* Fix dead hang writing to FATache1998-03-281-2/+2
* Add two new functions, get{micro|nano}time.phk1998-03-262-7/+7
* Deleted 1024bytes/sector floppy code for PC-98 arch. Thekato1998-03-203-64/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-8/+11
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-061-1/+34
* Patch to the last commit; attempt to unspam stuff from NetBSD.msmith1998-03-031-13/+11
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* Fix mmap() on msdosfs. In the words of the submitter:msmith1998-03-011-4/+3
* Fix a problem with the conversion of Unix filenames into the VFATmsmith1998-02-271-11/+34
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-264-21/+31
* Back out "always view in lowercase" partache1998-02-244-29/+31
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-236-67/+137
* Fix signatures of NEC's DOS formats.kato1998-02-231-9/+9
* Oops, add missing bcopy of upper->lower tableache1998-02-231-1/+3
* Implement loadable upper->lower local conversion tableache1998-02-235-22/+55
* 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
OpenPOWER on IntegriCloud