1$NetBSD: TODO,v 1.3 2006/04/04 13:20:39 gdt Exp $
2
31. getcwd
4
5getcwd does not work.
6
72. VOP_GETPAGES/PUTPAGES
8
9Check behavior vs. specifications.
10Resolve uvm_fault layering issue (see PR 28372).
11
123. check vnops correctness
13
14Check all vnops against their specifications.
15
164. LK_RETRY removal
17
18Remove the use of LK_RETRY in most or all vn_lock calls.
19(Defer this until other filesystems do not call LK_RETRY.)
20