From 3163821967821518cfa4c4315f775ec5301bb023 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sat, 15 Jan 2000 22:28:50 +0000 Subject: Sync up busybox with the latest and greatest. This is not stuff for the Embedix release. -Erik --- Changelog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 6c68d844d..878b9c698 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ 0.41 - * New App: wc -- contributed by Edward Betts + * New Apps: wc, hostid, logname, tty, whoami, yes -- all contributed + by Edward Betts * Fixed a bug in both cp and mv preventing 'cp foo/README bar' type commands (file in a directory to another directory) from working. @@ -13,6 +14,18 @@ * Added -o loop option for mount, and support in umount for loop devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins + * Several fixes from Marco Pantaleoni + * compile in fullWrite() not only if BB_TAR is defined, but also + if BB_CP or BB_MV are (fullWrite() is referenced by copyFile()) + * add some compiler optimizations to further reduce executable size + (as a side note, on my machines the largest code is generated by + gcc 2.95.2 with -Os ! The smallest by plain gcc 2.7.2.3 with -O2 + -m386 ...) + * Compile no longer fails if busybox.def.h defines BB_FEATURE_LINUXRC + but not BB_INIT. (init_main used to be referenced, but not compiled) + * Fixed a bug in setting TERM for serial console support. TERM now + defaults to "ansi" for serial consoles. + * Fixed a bug in handling the CONSOLE env. variable for serial consoles. -Erik Andersen -- cgit v1.2.3