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