summaryrefslogtreecommitdiffstats
path: root/sys/ntfs/ntfs_conv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the NTFS debug code - use uppercase names for the debug macros,jsing2013-11-241-4/+4
| | | | | | | | 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@
* these files don't need to include nearly so many headerstedu2010-08-121-15/+3
|
* - remove super-obvious comments from vnodeop_entries[]jasper2009-08-131-14/+1
| | | | | | - remove #ifdef someos blocks, makes this a tad easier to read agreed by art@ and thib@
* convert lockmgr over to rwlock in ntfs, mostly trivial.oga2009-03-251-2/+1
| | | | Tested by a couple of people, no regressions.
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | 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@
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
| | | | ok dlg@
* fix commentbrad2005-04-201-2/+2
|
* fix the tagsmickey2003-05-201-1/+1
|
* by popular request, NTFS support. read only.tedu2003-05-201-0/+186
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@