diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-09 07:57:58 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-09 07:57:58 +0000 |
commit | 69cfff6fefa0b8973ff59030dd1de5c1b388cfcf (patch) | |
tree | 0c69d4ed535388e7050478a8e473ce4ac82a6c25 /Changelog | |
parent | 4793354dad40a6f738abc69b66980d0437585fe0 (diff) | |
download | busybox-w32-69cfff6fefa0b8973ff59030dd1de5c1b388cfcf.tar.gz busybox-w32-69cfff6fefa0b8973ff59030dd1de5c1b388cfcf.tar.bz2 busybox-w32-69cfff6fefa0b8973ff59030dd1de5c1b388cfcf.zip |
* Fixed rebooting from init. I'd left some debugging code in
which blocked reboots. Oops.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@180 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ | |||
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 | ||
16 | which blocked reboots. | ||
15 | 17 | ||
16 | -Erik Andrsen | 18 | -Erik Andrsen |
17 | 19 | ||