History log of /openbsd-current/sys/ntfs/ntfs_conv.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.9 24-Nov-2013 jsing

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@


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.8 12-Aug-2010 tedu

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


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.7 13-Aug-2009 jasper

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

agreed by art@ and thib@


Revision tags: OPENBSD_4_6_BASE
# 1.6 25-Mar-2009 oga

convert lockmgr over to rwlock in ntfs, mostly trivial.

Tested by a couple of people, no regressions.


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.5 26-Jun-2008 ray

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@


# 1.4 13-May-2008 brad

Remove commented out NetBSD __KERNEL_RCSID macro usage.

ok dlg@


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.3 20-Apr-2005 brad

fix comment


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE SMP_SYNC_A SMP_SYNC_B
# 1.2 20-May-2003 mickey

branches: 1.2.2;
fix the tags


# 1.1 20-May-2003 tedu

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