Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-01 23:49:20 +0400
committerErik Andersen <andersen@codepoet.org>2000-05-01 23:49:20 +0400
commit9b7d96458175a852f71700922ca2950577b95f27 (patch)
tree623a992e90290849c3a260e2a18983504f6ed47e /TODO
parentf378fced43edd9c4ae4a31117b74f467dcd75f01 (diff)
My little adventure of analyzing lib usage has already rooted out
a big "P" Policy violator -- logname was using getlogin(3), which uses utmp under the hood. We don't need no stinkin' utmp (and if we are using tinylogin, it is unlikely to be useful trying). -Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8b4279d87..fade2e249 100644
--- a/TODO
+++ b/TODO
@@ -44,6 +44,8 @@ It would be a very nice thing to reduce this list to an absolute minimum, and
then create a microLibc to provide these functions. There is no good reason
for GNU libc to be so big. I'm sure it can be a lot better.
+(BTW, this is more informative if BB_FEATURE_NFSMOUNT is turned off...)
+
-----------------------