History log of /openbsd/sys/msdosfs/direntry.h (Results 1 – 8 of 8)
Revision Date Author Comments
# a76718dd 23-Dec-2021 jsg <jsg@openbsd.org>

make array bounds in unix2dosfn() prototype match function
missed when unix2dosfn() was changed with msdosfs_conv.c rev 1.15 in 2012


# 9eacea01 23-Oct-2015 krw <krw@openbsd.org>

Nuke a bunch of leading/embedded/trailing whitespace so the code can be
read without generating spurious headaches.


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# b099d67b 11-Jan-1998 provos <provos@openbsd.org>

FAT32 support from NetBSD by Wolfgang Solfrank.


# bae0976a 04-Oct-1997 deraadt <deraadt@openbsd.org>

cleanup timestamp code for NT/Win95; khym@bga.com


# 1e3acf02 24-Feb-1997 niklas <niklas@openbsd.org>

OpenBSD tags


# 16bf7bd1 14-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd (mostly by ws):
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, n

from netbsd (mostly by ws):
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).

show more ...


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree