diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-07 07:38:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-07 07:38:08 +0000 |
commit | 07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3 (patch) | |
tree | 67473f996e985a255afbb8d20cb1583fe09f0b14 /Changelog | |
parent | dc6301e7ca26457e413f1dfc88fca4d19e775970 (diff) | |
download | busybox-w32-07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3.tar.gz busybox-w32-07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3.tar.bz2 busybox-w32-07e5297ca7707d2fd56ab2fa8e1ea0c9805035e3.zip |
init and ls -l fixes
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ | |||
1 | 0.34 | ||
2 | * ls -l now displays lnik names outside the current directory, | ||
3 | Patch thanks to Eric Delaunay | ||
4 | * init now properly handles sparc serial consoles and does a | ||
5 | better job of finding the real consol device rather than using | ||
6 | /dev/console which doesn't support job control. Patch also | ||
7 | thanks to Eric Delaunay. | ||
8 | |||
1 | 0.33 | 9 | 0.33 |
2 | * Fixed a bug where init could hang instead of rebooting. | 10 | * Fixed a bug where init could hang instead of rebooting. |
3 | * Removed some debugging noise from init.c | 11 | * Removed some debugging noise from init.c |