1 1.12 ad $NetBSD: TODO,v 1.12 2007/11/13 17:20:09 ad Exp $ 2 1.5 ad 3 1.8 ad Bugs to fix: 4 1.2 thorpej 5 1.2 thorpej - Add locking to ld.elf_so so that multiple threads doing lazy binding 6 1.10 ad doesn't trash things. 7 1.2 thorpej 8 1.8 ad Interfaces/features to implement: 9 1.2 thorpej 10 1.11 ad - Realtime exensions: priority scheduling, priority inheritance. 11 1.8 ad 12 1.11 ad - Figure out how to use registers reserved in the ABI to implement 13 1.11 ad pthread_self(). This will allow for assembly lock stubs. 14 1.8 ad 15 1.11 ad - Allow threads to change their stack size. This probably depends on the 16 1.11 ad above item. 17 1.8 ad 18 1.5 ad - Keep a pool of dead LWPs so that we do not have take the full hit of 19 1.10 ad _lwp_create() every time pthread_create() is called. 20