diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-07 07:38:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-07 07:38:08 +0000 |
commit | cd9aae35d593d49430d05fb223a91fbfbbbd6456 (patch) | |
tree | 67473f996e985a255afbb8d20cb1583fe09f0b14 /Changelog | |
parent | b33ff5ebd59a8e9bb3568b4c35689a942b3157f1 (diff) | |
download | busybox-w32-cd9aae35d593d49430d05fb223a91fbfbbbd6456.tar.gz busybox-w32-cd9aae35d593d49430d05fb223a91fbfbbbd6456.tar.bz2 busybox-w32-cd9aae35d593d49430d05fb223a91fbfbbbd6456.zip |
init and ls -l fixes
git-svn-id: svn://busybox.net/trunk/busybox@85 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |