Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

$NetBSD: TODO,v 1.4 2007/04/08 13:50:51 gdt Exp $

1. getcwd

getcwd does not work.

2. VOP_GETPAGES/PUTPAGES

Check behavior vs. specifications.
Resolve uvm_fault layering issue (see PR 28372).

3. check vnops correctness

Check all vnops against their specifications.

4. LK_RETRY removal

Remove the use of LK_RETRY in most or all vn_lock calls.
(Defer this until other filesystems do not call LK_RETRY.)