History log of /openbsd-src/sys/ntfs/ntfs_conv.c (Results 1 – 9 of 9)
Revision Date Author Comments
# a1ea65c6 24-Nov-2013 jsing <jsing@openbsd.org>

Clean up the NTFS debug code - use uppercase names for the debug macros,
especially since 'dprintf' now has another meaning (at least outside of
the kernel). Tweak the macro syntax so we can avoid ha

Clean up the NTFS debug code - use uppercase names for the debug macros,
especially since 'dprintf' now has another meaning (at least outside of
the kernel). Tweak the macro syntax so we can avoid having to double
bracket all invocations. Also apply a good dose of style(9).

ok krw@

show more ...


# fba144ce 12-Aug-2010 tedu <tedu@openbsd.org>

these files don't need to include nearly so many headers


# 1ad3841a 13-Aug-2009 jasper <jasper@openbsd.org>

- remove super-obvious comments from vnodeop_entries[]
- remove #ifdef someos blocks, makes this a tad easier to read

agreed by art@ and thib@


# c74ceabf 25-Mar-2009 oga <oga@openbsd.org>

convert lockmgr over to rwlock in ntfs, mostly trivial.

Tested by a couple of people, no regressions.


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# 90274a13 13-May-2008 brad <brad@openbsd.org>

Remove commented out NetBSD __KERNEL_RCSID macro usage.

ok dlg@


# 91c26625 20-Apr-2005 brad <brad@openbsd.org>

fix comment


# 87ddecb9 20-May-2003 mickey <mickey@openbsd.org>

fix the tags


# 26f3deac 20-May-2003 tedu <tedu@openbsd.org>

by popular request, NTFS support. read only.
The code comes from NetBSD and was ported by Julian Bordet.
ok deraadt@