Paul Fox 14290179688 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't compile due to CONFIG_FEATURE_MOUNT_LOOP_MAX otherwise. reported
by Stephane Billiart. 22 Jul 2005 Paul Fox 37dd6247ddf applying fix for: 0000093: Patch for dpkg - can't handle scripts
Attached patch is needed to fix dpkg's support for preinst,
postinst etc script files. 22 Jul 2005 Paul Fox 7b86134032f remove duplicate check against chaddr. 21 Jul 2005 Paul Fox 8de331def08 revert 10881, and refix by changing "if (vallen)" to "if (val)". this is per the upstream fix for dash, in dash_0.5.2-6.diff. thanks vodz, for
catching this. 21 Jul 2005 Paul Fox 0840b766029 applying fixes from: 0000142: unzip enhancements 20 Jul 2005 Paul Fox f2ddc05ee77 applying fix for: 0000026: poor man's "scriptable" telnet 20 Jul 2005 Paul Fox 1d4c88c8a5d applying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost 20 Jul 2005 Paul Fox 4905434b8ae applying fix for: 0000265: tail -f should keep following files even if they
were truncated 20 Jul 2005 Paul Fox 982d35ffa2e applying fix for: 0000263: nc cannot use -e when initiating a tcp connection
to something else 20 Jul 2005 Paul Fox 94ff9f1010e applying fix for: 0000262: tar -x doesn't believe it has reached the end of archive 20 Jul 2005 Paul Fox 6f267f022f4 applying fix for: 0000261: Unsafe empty env var export in ash 20 Jul 2005 Paul Fox 01f67987e0a applying fix for: 0000260: udhcpc doesn't validate client hardware address 20 Jul 2005 Paul Fox 379ac89c30b applying patch from: 0000227: sort use wrong type for getopt return variable 20 Jul 2005 Paul Fox 5dc0ceeb9ef applying fix for: 0000203: 'ip route flush cache' not implemented 20 Jul 2005 Paul Fox 77ee52333c9 applying fix for: 0000185: httpd infinite loop when piping to CGI script 20 Jul 2005 Paul Fox 54690dc0b25 applyinf fix for: 0000155: variable expansion with braces in backticks in msh 20 Jul 2005 Paul Fox c3850c83d92 applying fix from: 0000152: ash: quoting rules for local variables different to globals 20 Jul 2005 Paul Fox 27cbffddd86 applying fix for: 0000143: sysklogd remote logging adds a space between facility and tag 20 Jul 2005 Paul Fox 18433aadf67 applying fix for: 0000118: vi join command does not mark file as modified for certain lines. 20 Jul 2005 Paul Fox 28069404a4e much more concise fix for bug #45. just align the packet... 20 Jul 2005 Rob Landley 3c12ff7c894 If /tmp and /home were different partitions, then "mv /tmp/file /home/file" would delete /home/file even if /tmp/file didn't exist. This fixes that, although the logic of both mv and cp is a bit tangled and
should probably be untangled. 20 Jul 2005 Paul Fox c337d295501 applying fix for: 0000117: Remove linefeed after overwrite prompt using cp -i
User input not on the same line as the prompt when about to
overwrite a file. 19 Jul 2005 Paul Fox 146e83a60e8 applying fix from: 0000108: busyboxy/networking/ftpgetput.c not conforming to
RFC 959. ftpget and ftpput send <LF> as EOL. 19 Jul 2005 Paul Fox 127adc559f9 applying fix from; 0000092: looks like the initializer for .need_suid was missing. 19 Jul 2005 Paul Fox deac371690a applying fix from: 0000088: inetd chargen stream does not generate the
characters as recommended in RFC 864
Chragen service is generating garbage characters. 19 Jul 2005 Paul Fox 3f6f3174e9b applying fix from: 0000068: mount limited to max 8 loop devices (patch provided) (made minor wording change for config help message) 19 Jul 2005 Paul Fox 0a92bbf349c applying fix from: 0000067: cp -p produces misleading error message 19 Jul 2005 Paul Fox 574fee4f99d applying: 0000054: Tab completing filenames in ash causes SEGV
Simple tab completion operations cause busybox (ash) to
access illegal addresses. 19 Jul 2005 Paul Fox b270315b213 applying fix for: 0000045: traceroute causes an alignment trap due to unaligned buffer on arm 19 Jul 2005 Eric Andersen 90161c92139 Fixup makedevs to handle regular files, and also fix it to properly update file permissions as specified. 19 Jul 2005 Paul Fox 7b71d740b91 fix for "0000027: patch: nc will spin if stdin closed" 19 Jul 2005 Paul Fox d13b90b9e89 allow both ^H and DEL to backspace in insert mode (bug #23) 19 Jul 2005 Eric Andersen 0ef24c672ab Fix vi so that error messages, insert mode messages, etc are all actually displayed in the status line as expected 18 Jul 2005 Eric Andersen 2ada89b60f6 a bit more polish 18 Jul 2005 Eric Andersen 54e57da96a0 a bit of polish on makedevs 18 Jul 2005 Eric Andersen 1b7058c6537 the makedevs config option was pretty much totally broken 18 Jul 2005 Eric Andersen e8614dbcd75 Fixup device table based makedevs so it actually works 18 Jul 2005 Mike Frysinger 10427ab5282 move var decls around a little to help gcc make smaller code 06 Jul 2005 Mike Frysinger e548bdff969 2005-07-04 Shaun Jackman <sjackman@gmail.com> * init/init.c: Do not include sys/mount.h.
(message): Use O_NONBLOCK instead of O_NDELAY.
(console_init): Ditto. 06 Jul 2005 Mike Frysinger 95ef16528cd 2005-07-05 Shaun Jackman <sjackman@gmail.com> * init/Config.in (CONFIG_FEATURE_INIT_SWAPON): New option.
* init/init.c (check_memory): Disable the swapon feature unless
CONFIG_FEATURE_INIT_SWAPON is defined. 06 Jul 2005 Mike Frysinger 72a4c335685 rename log var to log_console so we dont override internal gcc/glibc log func 05 Jul 2005 Mike Frysinger b3810097403 2005-06-30 Shaun Jackman <sjackman@gmail.com> * loginutils/getty.c: (open_tty): Use dup2 instead of close/dup. 01 Jul 2005 Mike Frysinger f413e241baa 2005-06-30 Shaun Jackman <sjackman@gmail.com> * loginutils/getty.c: Include utmp.h only if
CONFIG_FEATURE_U_W_TMP is defined.
(getty_main): Use ISSUE only if it is defined. 01 Jul 2005 Mike Frysinger 8deb686d2e0 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options 01 Jul 2005 Mike Frysinger a87bb608092 patch by Shaun Jackman to combine dup/close funcs into dup2 30 Jun 2005 Mike Frysinger 8804c6a3b79 dont use f_frsize unless linux-2.6.0 or better 29 Jun 2005 Mike Frysinger fc379ba077d rip out all the non-linux code and ugly workarounds 29 Jun 2005 Mike Frysinger 9e164578f2a tweak signed/unsigned char usage to avoid mismatches 24 Jun 2005 Ned Ludd 778ee6da60d - remove extra/unneeded function call. testing svn 24 Jun 2005 Eric Andersen 5043ea19867 Enabling runtime SUID/SGID configuration via /etc/busybox.conf is not a very good default. Better to default to having it off
and let people get the default behavior. If they want to enable
/etc/busybox.conf they should explicitly ask for it. 23 Jun 2005