16 lines
414 B
Plaintext
16 lines
414 B
Plaintext
$NetBSD: TODO,v 1.15 2009/01/24 13:00:03 wiz 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 extensions: 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.
|