OSDN Git Service

Remove some stuff that is now done
authorEric Andersen <andersen@codepoet.org>
Fri, 10 Oct 2003 08:05:08 +0000 (08:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 10 Oct 2003 08:05:08 +0000 (08:05 -0000)
TODO
docs/threads.txt

diff --git a/TODO b/TODO
index ee98c47..11186eb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@
 
 Erik's TODO list for the next release:
 
-    *) Implement getgrgid_r and getgrnam_r, per SuSv3 
     *) When options are disabled, also disable them in the
        include files as well.
     *) Make all configured out symbols optionally add a linker warning saying
@@ -22,6 +21,8 @@ Erik's TODO list for the next release:
     *) Adapt uClibc to use Linux 2.5.x pthreads
     *) Remove all use of kernel headers (i.e. copy the needed bits
        to completely specify the per-arch kernel ABI).
+    *) Fix x86 profiling.  It currently only works when static + PIC...
+
 
 -----------------------------------------------------------------------------
 Manuel's todo:
index 21054e0..297be32 100644 (file)
@@ -2,9 +2,7 @@ uClibc thread-safety analysis
 
 Things that are still known to be needed for thread safety:
 
-        getgrgid_r             <not implemented, required by SuSv3>
-        getgrnam_r             <not implemented, required by SuSv3>
-
+        none