History log of /netbsd/usr.bin/fstat/ntfs.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 7d1220ac 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# dadffc77 12-Apr-2009 lukem <lukem@NetBSD.org>

Fix sign-compare issues.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 24161773 11-May-2006 yamt <yamt@NetBSD.org>

tweak for user.h cleanup.
while i'm here, remove unnecessary #include.


# 55388191 17-Jul-2005 christos <christos@NetBSD.org>

WARNS=3, knf, ansi prototypes


# 0fcef586 02-Feb-2003 christos <christos@NetBSD.org>

undo mallocvar.h changes!


# 3f39a3d0 01-Feb-2003 tron <tron@NetBSD.org>

Include "sys/mallocvar.h" with "_KERNEL" defined in time to avoid
build failure because MALLOC_DECLARE() is not defined.


# 0238a51c 04-Feb-2000 jdolecek <jdolecek@NetBSD.org>

use dprintf() instead of printf(), as other filesystem modules do


# 9200b8ea 04-Feb-2000 jdolecek <jdolecek@NetBSD.org>

move the mapping of vnode type to file type to separate function getftype()
and use it where appropriate


# 55fa2666 04-Feb-2000 jdolecek <jdolecek@NetBSD.org>

set mode accordingly to file type (similarily to what nfs_filestat() does)
file type is now viewed correctly for files on ntfs


# facd78dc 01-Nov-1999 jdolecek <jdolecek@NetBSD.org>

adapt to last ntfs changes - struct ntnode doesn't contain i_mode
anymore, get the mode from appropriate ntfsmount structure


# 1a3b3e1f 12-Sep-1999 jdolecek <jdolecek@NetBSD.org>

pull in <sys/mount.h> (with _KERNEL) to get definition of struct netexport,
used in struct ntfsmount


# 88a653ac 02-Aug-1999 jdolecek <jdolecek@NetBSD.org>

add support for ntfs