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