aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-21 21:35:11 +0000
committerErik Andersen <andersen@codepoet.org>2000-02-21 21:35:11 +0000
commit6e769df47dbf8accc483b64810026e5f6a20f015 (patch)
treeb663b289f283e1a61b155d9e441076aa73aad4e2 /Changelog
parentd07ee46919e3a8e42b3a8735e1152cc050165934 (diff)
downloadbusybox-6e769df47dbf8accc483b64810026e5f6a20f015.tar.gz
Update the changelog
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ffdca37ec..2465d2c76 100644
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,12 @@
* Fixed "du" so it gives the same answers as GNU "du" (busybox du used
to count hard-linked files more then once). Many thanks to
Friedrich Vedder <fwv@myrtle.lahn.de> for the fix.
+ * Removed /proc dependancies for init and free (while maintaining exactly
+ the same functionality). /proc takes up 90k of kernel space, so it is
+ nice to avoid using it at all costs.
+ * init no longer tries to mount /proc (unless there is less the 1 meg free).
+ Use of /proc (or not) is policy that should be set up in /etc/fstab (or
+ in hardcoded scripts), not in init.
-Erik Andersen