$NetBSD: TODO,v 1.13 2007/12/24 14:30:09 ad Exp $ Bugs to fix: - Add locking to ld.elf_so so that multiple threads doing lazy binding doesn't trash things. Interfaces/features to implement: - Realtime exensions: priority scheduling, priority inheritance. - Allow threads to change their stack size. - Keep a pool of dead LWPs so that we do not have take the full hit of _lwp_create() every time pthread_create() is called.