2008-02-10 17:52:05 +03:00
|
|
|
$NetBSD: TODO,v 1.14 2008/02/10 14:52:05 ad Exp $
|
2007-03-02 21:53:51 +03:00
|
|
|
|
|
|
|
Bugs to fix:
|
|
|
|
|
2003-01-18 13:32:11 +03:00
|
|
|
- Add locking to ld.elf_so so that multiple threads doing lazy binding
|
2007-08-23 23:21:40 +04:00
|
|
|
doesn't trash things.
|
2003-01-18 13:32:11 +03:00
|
|
|
|
|
|
|
Interfaces/features to implement:
|
2007-03-02 21:53:51 +03:00
|
|
|
|
2008-02-10 17:52:05 +03:00
|
|
|
- Realtime exensions: priority inheritance.
|
2003-01-18 13:32:11 +03:00
|
|
|
|
2007-12-24 17:30:09 +03:00
|
|
|
- Allow threads to change their stack size.
|
2006-12-25 14:36:36 +03:00
|
|
|
|
|
|
|
- Keep a pool of dead LWPs so that we do not have take the full hit of
|
2007-08-23 23:21:40 +04:00
|
|
|
_lwp_create() every time pthread_create() is called.
|