aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/msdosfs_conv.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* msdosfs: trim EOL whitespaceEd Maste2018-07-311-2/+2
* msdosfs: long names of files are created incorrectly.Pedro F. Giffuni2018-05-041-1/+1
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* msdosfs: fix build with MSDOSFS_DEBUGEd Maste2017-10-191-1/+1
* msdosfs: use mem{cpy,move,set} instead of bcopy,bzeroEd Maste2017-06-021-4/+4
* msdosfs: constifyEd Maste2017-05-211-4/+4
* msdosfs: use C99 typesEd Maste2017-05-191-20/+20
* sys/fs: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* msdosfs: Prevent buffer overflow when expanding win95 namesKristof Provost2016-04-261-8/+22
* fs misc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by usingDimitry Andric2015-01-291-6/+7
* ANSIfy msdosfsEd Maste2015-01-121-31/+10
* ANSIfy sys/fs/msdosfsEd Maste2015-01-091-5/+1
* - Correct spelling in commentsGabor Kovesdan2013-04-171-1/+1
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* Discarding local array based on return valuesKevin Lo2011-12-221-14/+14
* Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.Konstantin Belousov2011-11-221-0/+4
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-64/+48
* - Add idempotency guards so the structures can be used in other utilities.Konstantin Belousov2010-02-131-13/+4
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* Turn a "panic: non-decreasing id" into an error printf. This seemsEdward Tomasz Napierala2009-01-131-2/+5
* Fix races in msdosfs_lookup() and msdosfs_readdir(). These functionsBruce Evans2007-08-311-41/+35
* Remove unused include(s).Bruce Evans2007-08-071-10/+4
* Remove unused include(s).Bruce Evans2007-08-071-2/+0
* o From the submitter: dos2unixchr will convert to lower case ifMaxim Konovalov2006-11-261-2/+4
* Replace slightly crummy fattime<->timespec conversion functions.Poul-Henning Kamp2006-10-241-164/+0
* Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp2006-10-021-5/+3
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-1/+1
* Do not assume that `char direntry::deExtension[3]' starts right afterMax Khon2006-01-221-13/+12
* [1] unix2doschr()R. Imura2005-07-171-10/+27
* Fix mbnambuf support for multi-byte characters. If a substring is largerNate Lawson2005-04-161-19/+29
* Used unsigned version.David E. O'Brien2005-03-121-1/+1
* Fix kernel build on 64-bit machines.David E. O'Brien2005-03-121-1/+1
* Correct a last-minute thinko. Instead of copying the nul with the string,Nate Lawson2005-03-111-1/+1
* The mbnambuf routines combine multiple substrings into a singleNate Lawson2005-03-111-36/+41
* Unroll the loop for calculating the 8.3 filename checksum. In testingNate Lawson2005-02-081-5/+14
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Use size_t or ssize_t wherever appropriate instead of casting from int *Tim J. Robbins2004-02-191-21/+22
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-081-3/+5
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-289/+482
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-2/+2
* Fix winChkName() to match when the last slot contains nothing but theSemen Ustimenko2002-10-291-1/+8
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsRuslan Ermilov2001-05-251-1/+1
* $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