summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/msdosfs_denode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make tabbing better.csapuntz1998-08-211-5/+5
|
* malloc can block so there was a race in this code which could cause twocsapuntz1998-08-211-4/+28
| | | | vnodes to be created for a given file.
* FAT32 support from NetBSD by Wolfgang Solfrank.provos1998-01-111-18/+32
|
* Initialize the de_lock. some KNFniklas1997-11-111-4/+7
|
* Fixed minor bug in msdosfs_hashgetcsapuntz1997-11-061-3/+5
|
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-28/+21
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-14/+7
|
* VFS Lite2 Changescsapuntz1997-10-061-7/+14
|
* cleanup timestamp code for NT/Win95; khym@bga.comderaadt1997-10-041-2/+2
|
* Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:millert1997-03-021-57/+6
| | | | | | | Fix panic on mkdir. Thanks to Dave Huang for finding the bug. Fixes a bug with allowed/forbidden characters in non-W95 filenames. Don't extend directory when nothing is written to it.
* From NetBSD: merge with 960217niklas1996-02-291-22/+37
|
* from netbsd (mostly by ws):deraadt1995-12-141-42/+27
| | | | | | | | | | | | | | | Win95 ignores case on lookup Really don't generate long names when mounted with -s Fix cookie handling Don't forward credentials to bread, it makes nfs panic (Of course, nfs shouldn't rely on the credentials not being referenced) Don't give directory entry to deget, it could result in a deadlock Use device blocks, not clusters for logical block numbers Add support for Win'95 separate creation/modification/access timestamps Re-introduce lowercase filenames for non-Win'95-filesystems Fix thinko with block boundaries in directories Don't overwrite dirclust, it's needed later on Enable flock(2).
* initial import of NetBSD treederaadt1995-10-181-0/+674