summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_conv.c
Commit message (Expand)AuthorAgeFilesLines
* Discarding local array based on return valueskevlo2011-12-221-14/+14
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.kib2011-11-221-0/+4
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-64/+48
* - Add idempotency guards so the structures can be used in other utilities.kib2010-02-131-13/+4
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Turn a "panic: non-decreasing id" into an error printf. This seemstrasz2009-01-131-2/+5
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsbde2007-08-311-41/+35
* Remove unused include(s).bde2007-08-071-10/+4
* Remove unused include(s).bde2007-08-071-2/+0
* o From the submitter: dos2unixchr will convert to lower case ifmaxim2006-11-261-2/+4
* Replace slightly crummy fattime<->timespec conversion functions.phk2006-10-241-164/+0
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-5/+3
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-1/+1
* Do not assume that `char direntry::deExtension[3]' starts right afterfjoe2006-01-221-13/+12
* [1] unix2doschr()imura2005-07-171-10/+27
* Fix mbnambuf support for multi-byte characters. If a substring is largernjl2005-04-161-19/+29
* Used unsigned version.obrien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.obrien2005-03-121-1/+1
* Correct a last-minute thinko. Instead of copying the nul with the string,njl2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singlenjl2005-03-111-36/+41
* Unroll the loop for calculating the 8.3 filename checksum. In testingnjl2005-02-081-5/+14
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Use size_t or ssize_t wherever appropriate instead of casting from int *tjr2004-02-191-21/+22
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-081-3/+5
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-289/+482
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Fix winChkName() to match when the last slot contains nothing but thesemenu2002-10-291-1/+8
* Remove __P.alfred2002-03-191-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-251-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Support NT VFAT lower case flags.dt1998-11-211-4/+4
* Fix support for pre-Win95 filesystems: Make it possible to lookup justdt1998-05-171-1/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+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-261-4/+16
* Back out "always view in lowercase" partache1998-02-241-23/+24
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-40/+93
* Implement loadable upper->lower local conversion tableache1998-02-231-13/+39
* Reduce new arguments number added in my changesache1998-02-221-7/+7
* Add Unicode support to winChkName, now lookup works!ache1998-02-221-18/+45
* Implement loadable local<->unicode file names conversionache1998-02-221-285/+59
* 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
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-107/+577
* Staticize.eivind1998-02-091-7/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed an off by 1 error in unix2dostime(). The first day of each monthbde1996-12-041-2/+2
* In sys/time.h, struct timespec is defined as:nate1996-09-191-4/+4
OpenPOWER on IntegriCloud