diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-08 23:19:36 +0000 |
commit | abc0f4f8f97b36f2865986374405d091cefea107 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /Changelog | |
parent | 2285f367e220af9bda9f544945007725a02032dd (diff) | |
download | busybox-w32-abc0f4f8f97b36f2865986374405d091cefea107.tar.gz busybox-w32-abc0f4f8f97b36f2865986374405d091cefea107.tar.bz2 busybox-w32-abc0f4f8f97b36f2865986374405d091cefea107.zip |
Latest and greatest
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,9 +1,14 @@ | |||
1 | 0.38 | 1 | 0.39 |
2 | * New Apps: ping and hostname contributed by Randolph Chung | 2 | * New Apps: ping and hostname contributed by Randolph Chung |
3 | <tausq@debian.org> | 3 | <tausq@debian.org>. 2 items off the TODO list! |
4 | * I wrote free (just calls "cat /proc/meminfo"). | ||
4 | * on reboot, init called 'umount -a -n', which caused errors | 5 | * on reboot, init called 'umount -a -n', which caused errors |
5 | when BB_MTAB was not enabled. Changed to 'umount -a', | 6 | when BB_MTAB was not enabled. Changed to 'umount -a', |
6 | which does the right thing. | 7 | which does the right thing. |
8 | * init will now try to run /sbin/getty if it is present (for easy | ||
9 | integration with the about-to-be-released tinylogin.) | ||
10 | * kill now behaves itself properly, added 'kill -l' to list signals | ||
11 | * Began to add tail, butit doesn't work yet. | ||
7 | 12 | ||
8 | -Erik Andrsen | 13 | -Erik Andrsen |
9 | 14 | ||