summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* move <sys/systm.h> before <sys/buf.h>peter1999-07-011-2/+2
* Now empty DOS filesystems default to long file names. Non-empty filesystemsdt1999-01-021-5/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+1
* Remove unused variable.dt1998-09-131-3/+1
* Fix priority bug in previous commit.dt1998-05-181-2/+2
* Fix support for pre-Win95 filesystems: Make it possible to lookup justdt1998-05-171-2/+11
* Fix off by ane error in previous commit.dt1998-05-091-2/+2
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-261-3/+5
* Back out "always view in lowercase" partache1998-02-241-2/+2
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-231-9/+13
* Implement loadable upper->lower local conversion tableache1998-02-231-2/+4
* Reduce new arguments number added in my changesache1998-02-221-5/+5
* Add Unicode support to winChkName, now lookup works!ache1998-02-221-2/+4
* Implement loadable local<->unicode file names conversionache1998-02-221-2/+5
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-181-272/+606
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-101-10/+2
* Removed unused #includes.bde1997-09-021-2/+1
* Uncut&paste cache_lookup().phk1997-08-261-57/+2
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-261-15/+16
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-14/+15
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* The Great PC98 Merge.asami1996-06-141-1/+8
* Added prototypes.bde1995-12-031-1/+4
* staticize private parts.phk1995-11-071-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu>bde1995-05-091-1/+17
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-271-10/+16
* Added msdosfs.dfr1994-09-191-0/+763
OpenPOWER on IntegriCloud