diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-10 08:25:07 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-10 08:25:07 +0000 |
commit | c2e3ec137a26d09fefe7f062f9a0504ac9587e34 (patch) | |
tree | a788718415ded192938d7c7a3661d0cab8cd8afe /Changelog | |
parent | a47d57cc65e348eb9e813a93b092839ba82b5da0 (diff) | |
download | busybox-w32-c2e3ec137a26d09fefe7f062f9a0504ac9587e34.tar.gz busybox-w32-c2e3ec137a26d09fefe7f062f9a0504ac9587e34.tar.bz2 busybox-w32-c2e3ec137a26d09fefe7f062f9a0504ac9587e34.zip |
Added poweroff (and adjusted init to use it). Inlined function
calls to code only called once in tee. Made BB_KLOGD and option.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@199 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,8 +12,10 @@ | |||
12 | * kill now behaves itself properly, added 'kill -l' to list signals | 12 | * kill now behaves itself properly, added 'kill -l' to list signals |
13 | * 'ls -l' was failing on long directories, since my_getid was leaking | 13 | * 'ls -l' was failing on long directories, since my_getid was leaking |
14 | one file descriptor per file. Oops. | 14 | one file descriptor per file. Oops. |
15 | * Fixed rebooting from init. I'd left some debugging code in | 15 | * Fixed rebooting from init. I'd accidently left some debugging code in |
16 | which blocked reboots. | 16 | which blocked reboots. |
17 | * Fixed reboot, halt (and added poweroff) such that they handle it when | ||
18 | init is not at PID 1 (like when running in an initrd). | ||
17 | * Added a prelinary du implementation. Some parameter parsing | 19 | * Added a prelinary du implementation. Some parameter parsing |
18 | stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>) | 20 | stuff still needs to be added. -beppu (John Beppu <beppu@lineo.com>) |
19 | * Implemented tee. -beppu | 21 | * Implemented tee. -beppu |