diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-04 18:36:37 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-04 18:36:37 +0000 |
commit | 183da4ade108945f94117a633045cfd6f4ff813a (patch) | |
tree | 9f65c953b3c408fe5b9867c16bb958258465b56e /Changelog | |
parent | 983b51b17bb36e5b77cb160abdfbcf9d25675dd9 (diff) | |
download | busybox-183da4ade108945f94117a633045cfd6f4ff813a.tar.gz |
Minor structural change to allow core dumping(or not) from init
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,7 @@ the same, and prints an error (instead of endlessly looping). - mv now attempts to do a rename, and will fall back to doing a copy only if the rename fails. + - Syslogd now supports multiple concurrent connections * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: - Fixes to sort. Removed "-g", fixed and added "-r" - Fixes to the makefile for handling "strip" @@ -56,6 +57,7 @@ the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. * Fix "+" parsing bug in date, from "Merle F. McClelland" <mfm@cts.com>. + -Erik Andersen |