about summary refs log tree commit diff
path: root/nptl/TODO-kernel
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-02 09:06:27 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-02 09:06:27 +0000
commit91949a339b51c3817edc556450f23c6ff0f0768a (patch)
tree5bf12d6239ece98e12238f7236e54ab5ac927df6 /nptl/TODO-kernel
parent01b5406684a71cc46be1254f1a08615a384e3fbe (diff)
downloadglibc-91949a339b51c3817edc556450f23c6ff0f0768a.tar.gz
glibc-91949a339b51c3817edc556450f23c6ff0f0768a.tar.xz
glibc-91949a339b51c3817edc556450f23c6ff0f0768a.zip
Update.
2002-12-02  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (tests): Add tst-fork2 and tst-fork3.
	* tst-fork2.c: New file.
	* tst-fork3.c: New file.
Diffstat (limited to 'nptl/TODO-kernel')
-rw-r--r--nptl/TODO-kernel5
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/TODO-kernel b/nptl/TODO-kernel
index 2ee5da67fe..c199c9b2e8 100644
--- a/nptl/TODO-kernel
+++ b/nptl/TODO-kernel
@@ -10,8 +10,9 @@
 
 - getppid(() must return process ID of parent process of the thread
   group leader
-  + test syscall
-  + test core file content (psinfo)
+  + test core file content (psinfo, prstatus)
+    The question is: do we really want this?  The "wrong" information
+    actually provides some information one cannot get easily otherwise.
 
 - rlimit should be process-wide and SIGXCPU should be sent if all threads
   together exceed the limit