aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-21 21:35:11 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-21 21:35:11 +0000
commit59460b98ef5ae57dc6e06ed32dd9173a9d23d59f (patch)
treeb663b289f283e1a61b155d9e441076aa73aad4e2
parent6a5b6979c0bb33da004269c8caa64df1876b994a (diff)
downloadbusybox-w32-59460b98ef5ae57dc6e06ed32dd9173a9d23d59f.tar.gz
busybox-w32-59460b98ef5ae57dc6e06ed32dd9173a9d23d59f.tar.bz2
busybox-w32-59460b98ef5ae57dc6e06ed32dd9173a9d23d59f.zip
Update the changelog
-Erik git-svn-id: svn://busybox.net/trunk/busybox@378 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
11 * Fixed "du" so it gives the same answers as GNU "du" (busybox du used 11 * Fixed "du" so it gives the same answers as GNU "du" (busybox du used
12 to count hard-linked files more then once). Many thanks to 12 to count hard-linked files more then once). Many thanks to
13 Friedrich Vedder <fwv@myrtle.lahn.de> for the fix. 13 Friedrich Vedder <fwv@myrtle.lahn.de> for the fix.
14 * Removed /proc dependancies for init and free (while maintaining exactly
15 the same functionality). /proc takes up 90k of kernel space, so it is
16 nice to avoid using it at all costs.
17 * init no longer tries to mount /proc (unless there is less the 1 meg free).
18 Use of /proc (or not) is policy that should be set up in /etc/fstab (or
19 in hardcoded scripts), not in init.
14 20
15 -Erik Andersen 21 -Erik Andersen
16 22