diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-25 23:32:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-25 23:32:44 +0000 |
commit | 0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3 (patch) | |
tree | d761a790ee864a0a566d29c9d56173763fa04888 /Changelog | |
parent | d143e8f2bd03470e891a5e3ccca5734edd917e73 (diff) | |
download | busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.gz busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.bz2 busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.zip |
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ | |||
4 | * Fixed mkdir -m option so that it works. | 4 | * Fixed mkdir -m option so that it works. |
5 | * kill segfaulted w/o any arguments. Now it doesn't do that. | 5 | * kill segfaulted w/o any arguments. Now it doesn't do that. |
6 | * kill wasn't properly accepting signal names. It does now. | 6 | * kill wasn't properly accepting signal names. It does now. |
7 | * Added new apps chvt and deallocvt | ||
8 | * Major adjustment of init.c. Code is now readable IMHO, | ||
9 | and much more solid. | ||
7 | 10 | ||
8 | -Erik Andersen | 11 | -Erik Andersen |
9 | 12 | ||