18 lines
497 B
Plaintext
18 lines
497 B
Plaintext
$NetBSD: TODO,v 1.16 2010/07/09 17:03:04 jruoho 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.
|
|
|
|
- Allow threads to modify the red zone size; cf. pthread_attr_setguardsize(3).
|
|
|
|
- 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.
|