A number of additional fixed from Pavel Roskin, note some more bugs in the

TODO list.  Add Glenn to the Authors list for writing a mini ar for BusyBox,
which is now included.
 -Erik
This commit is contained in:
Eric Andersen
2000-06-02 03:21:42 +00:00
parent 4062268bc7
commit 86ab8a32bd
27 changed files with 681 additions and 50 deletions

View File

@@ -39,6 +39,13 @@
* Changed the way init parses /etc/inittab entries to avoid problems
with commands that contain colons in them. Fix thanks to
Pavel Roskin <pavel_roskin@geocities.com>
* Fixed a warning in utility.c due to char being unsigned on Linux/PPC,
Fix thanks to Pavel Roskin <pavel_roskin@geocities.com>
* Made "killall" complain (not error and exit) about processes that it
cannot find by name. Fix thanks to Pavel Roskin <pavel_roskin@geocities.com>
* Fixed more and ps to have sensible terminal width defaults, thanks
to Pavel Roskin.
* Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin.
* More doc updates