damnit.
[oweals/busybox.git] / Changelog
index 99963cef969e3a9d319851086f3ce916448dbd27..4f8fb090252bcbf0187cd649b640d57fe74fded4 100644 (file)
--- a/Changelog
+++ b/Changelog
        * kill now behaves itself properly, added 'kill -l' to list signals
        * 'ls -l' was failing on long directories, since my_getid was leaking 
            one file descriptor per file.  Oops.
+       * Fixed rebooting from init.  I'd accidently left some debugging code in
+           which blocked reboots.
+       * Fixed reboot, halt (and added poweroff) such that they handle it when
+           init is not at PID 1 (like when running in an initrd).
+       * Added a prelinary du implementation.  Some parameter parsing
+           stuff still needs to be added. -beppu  (John Beppu <beppu@lineo.com>)
+       * Implemented tee.  -beppu
+       * Implemented head. -beppu
 
        -Erik Andrsen