aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-05-01 19:49:20 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-05-01 19:49:20 +0000
commit457b050e662640be5eb488b630e12bf11f6a0fb4 (patch)
tree623a992e90290849c3a260e2a18983504f6ed47e /TODO
parent54e6b47d6661d7570cd57540df61d60b128400d7 (diff)
downloadbusybox-w32-457b050e662640be5eb488b630e12bf11f6a0fb4.tar.gz
busybox-w32-457b050e662640be5eb488b630e12bf11f6a0fb4.tar.bz2
busybox-w32-457b050e662640be5eb488b630e12bf11f6a0fb4.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@510 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
44then create a microLibc to provide these functions. There is no good reason 44then create a microLibc to provide these functions. There is no good reason
45for GNU libc to be so big. I'm sure it can be a lot better. 45for GNU libc to be so big. I'm sure it can be a lot better.
46 46
47(BTW, this is more informative if BB_FEATURE_NFSMOUNT is turned off...)
48
47 49
48----------------------- 50-----------------------
49 51