summaryrefslogtreecommitdiff
path: root/nptl/TODO
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-03 06:27:43 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-03 06:27:43 +0000
commitc22b52fa115b51b843c4bd5f1fdfec680693cf73 (patch)
treeb32a3008cce27aab9d14b7713cf9696c75e80df9 /nptl/TODO
parenta3a238a978a7e5bb6a543b808e11442a102ee74c (diff)
Update.
* Makefile (tests): Add tst-locale1. If buid-static is yes link statically. * tst-locale1.c: New file.
Diffstat (limited to 'nptl/TODO')
-rw-r--r--nptl/TODO16
1 files changed, 7 insertions, 9 deletions
diff --git a/nptl/TODO b/nptl/TODO
index 09392b1f88..a742c85cbf 100644
--- a/nptl/TODO
+++ b/nptl/TODO
@@ -8,17 +8,15 @@ sys_futex
-- in case a thread calls 'fork' the stacks of all the other threads in
- the child process are currently list. Instead they should be recovered
- and added to the stack cache. This can be done by adding another global
- list (maybe one per cluster) which lists all running threads and which
- is processed by the child branch of fork. All the stacks are simply
- added to the stack cache.
+- test with threaded process terminating and semadj (?) being applied
+ only after all threads are gone
+- system() is cancelable. What happens to the child process? It probably
+ should be killed.
-- test with threaded process terminating and semadj (?) being applied
- only after all threads are gone
+ The signal handler setting is a process resource. Setting and resetting
+ it from multiple thread must be possible.
-- raise sends the signal to calling thread or process?
+- the syscall wrapping code should really be in libc