summaryrefslogtreecommitdiff
path: root/sys/fs/ntfs/ntfs.h
AgeCommit message (Expand)Author
2014-12-28Two typos:maxv
2014-11-13Change ntfs to vcache.hannken
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-01-29Nuke #ifdef __OtherOS__ clutter to make maintaining slightly easier.pooka
2007-10-10Merge from vmlocking:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs
2006-05-14Don't use MALLOC_DECLARE() unless _KERNEL is defined.he
2005-12-11merge ktrace-lwp.christos
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-10-23make debugging code compile after 64 bit inode changes.christos
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-08-30Remove __P()xtraeme
2004-12-27change wget_utf8() to not require NUL-terminated string as input (addedjdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-24fix a few missing malloc attach/detach. Now this works.christos
2003-04-22forgot one malloc attach/detachchristos
2003-04-09#if 0 some no longer used macros; keep around for refencejdolecek
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-12-23move NTFS code from sys/ntfs to sys/fs/ntfsjdolecek