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 2016/11/16 16:11:42 pho Exp $

To Do
=====
address all XXX
implement proper lookup (pending some libpuffs stuff)
support fuse_mt (i.e. worker threads, but that'll probably be smarter
		 to do inside of libpuffs)
support fuse_ll (i.e. "raw" vfs/vnode export)
implement all sorts of compat tweaks to appease various file systems
do proper implementations of dirfillers
statfs - some fuse file systems want struct statfs and we only have
         statvfs available natively

Done
====
statvfs
sync
WARNS=4
address lint
special directory handling in open()
Finish off manual page
fuse_setup
fuse_teardown
fuse_opt