aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfs_conv.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-211-4/+4
* Fix support for pre-Win95 filesystems: Make it possible to lookup justDmitrij Tejblum1998-05-171-1/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-3/+3
* Fix a problem with the conversion of Unix filenames into the VFATMike Smith1998-02-271-11/+34
* Fixes for some bugs in the VFAT/FAT32 support:Mike Smith1998-02-261-4/+16
* Back out "always view in lowercase" partAndrey A. Chernov1998-02-241-23/+24
* Implement loadable DOS<->local conversion tables for DOS namesAndrey A. Chernov1998-02-231-40/+93
* Implement loadable upper->lower local conversion tableAndrey A. Chernov1998-02-231-13/+39
* Reduce new arguments number added in my changesAndrey A. Chernov1998-02-221-7/+7
* Add Unicode support to winChkName, now lookup works!Andrey A. Chernov1998-02-221-18/+45
* Implement loadable local<->unicode file names conversionAndrey A. Chernov1998-02-221-285/+59
* Replace all unknown Unicode characters with '?' in win->unix mappingAndrey A. Chernov1998-02-221-194/+194
* Add initial support to map 0x4XX Unicode Cyrillic range names:Andrey A. Chernov1998-02-221-13/+308
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-107/+577
* Staticize.Eivind Eklund1998-02-091-7/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed an off by 1 error in unix2dostime(). The first day of each monthBruce Evans1996-12-041-2/+2
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-191-4/+4
* 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
* staticize private parts.Poul-Henning Kamp1995-11-071-3/+3
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Fix timestamps when using Wall CMOS clock,Andrey A. Chernov1995-03-291-25/+21
* Fix numerous timestamp bugs.Bruce Evans1994-12-121-2/+2
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-271-3/+5
* Added msdosfs.Doug Rabson1994-09-191-0/+358