Update the changelog
authorErik Andersen <andersen@codepoet.org>
Mon, 21 Feb 2000 21:35:11 +0000 (21:35 -0000)
committerErik Andersen <andersen@codepoet.org>
Mon, 21 Feb 2000 21:35:11 +0000 (21:35 -0000)
 -Erik

Changelog

index ffdca37..2465d2c 100644 (file)
--- a/Changelog
+++ b/Changelog
        * 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