summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/direntry.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke a bunch of leading/embedded/trailing whitespace so the code can bekrw2015-10-231-5/+5
| | | | read without generating spurious headaches.
* First round of __P removal in sysmillert2002-03-141-10/+10
|
* FAT32 support from NetBSD by Wolfgang Solfrank.provos1998-01-111-7/+7
|
* cleanup timestamp code for NT/Win95; khym@bga.comderaadt1997-10-041-3/+6
|
* OpenBSD tagsniklas1997-02-241-0/+1
|
* from netbsd (mostly by ws):deraadt1995-12-141-8/+35
| | | | | | | | | | | | | | | 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/+103