diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-01 19:49:20 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-05-01 19:49:20 +0000 |
commit | 457b050e662640be5eb488b630e12bf11f6a0fb4 (patch) | |
tree | 623a992e90290849c3a260e2a18983504f6ed47e /TODO | |
parent | 54e6b47d6661d7570cd57540df61d60b128400d7 (diff) | |
download | busybox-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-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ It would be a very nice thing to reduce this list to an absolute minimum, and | |||
44 | then create a microLibc to provide these functions. There is no good reason | 44 | then create a microLibc to provide these functions. There is no good reason |
45 | for GNU libc to be so big. I'm sure it can be a lot better. | 45 | for 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 | ||