fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Paul FoxPaul Fox
14290179688ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tcompile due to CONFIG_FEATURE_MOUNT_LOOP_MAX otherwise. reported by Stephane Billiart.
Paul FoxPaul Fox
37dd6247ddfapplying 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.
Paul FoxPaul Fox
7b86134032fremove duplicate check against chaddr.
Paul FoxPaul Fox
8de331def08revert 10881, and refix by changing "if (vallen)" to "if (val)". thisis per the upstream fix for dash, in dash_0.5.2-6.diff. thanks vodz, for catching this.
Paul FoxPaul Fox
0840b766029applying fixes from: 0000142: unzip enhancements
Paul FoxPaul Fox
f2ddc05ee77applying fix for: 0000026: poor man's "scriptable" telnet
Paul FoxPaul Fox
1d4c88c8a5dapplying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost
Paul FoxPaul Fox
4905434b8aeapplying fix for: 0000265: tail -f should keep following files even if they were truncated
Paul FoxPaul Fox
982d35ffa2eapplying fix for: 0000263: nc cannot use -e when initiating a tcp connection to something else
Paul FoxPaul Fox
94ff9f1010eapplying fix for: 0000262: tar -x doesn't believe it has reached the end of archive
Paul FoxPaul Fox
6f267f022f4applying fix for: 0000261: Unsafe empty env var export in ash
Paul FoxPaul Fox
01f67987e0aapplying fix for: 0000260: udhcpc doesn't validate client hardware address
Paul FoxPaul Fox
379ac89c30bapplying patch from: 0000227: sort use wrong type for getopt return variable
Paul FoxPaul Fox
5dc0ceeb9efapplying fix for: 0000203: 'ip route flush cache' not implemented
Paul FoxPaul Fox
77ee52333c9applying fix for: 0000185: httpd infinite loop when piping to CGI script
Paul FoxPaul Fox
54690dc0b25applyinf fix for: 0000155: variable expansion with braces in backticks in msh
Paul FoxPaul Fox
c3850c83d92applying fix from: 0000152: ash: quoting rules for local variables different to globals
Paul FoxPaul Fox
27cbffddd86applying fix for: 0000143: sysklogd remote logging adds a space between facility and tag
Paul FoxPaul Fox
18433aadf67applying fix for: 0000118: vi join command does not mark file as modified for certain lines.
Paul FoxPaul Fox
28069404a4emuch more concise fix for bug #45. just align the packet...
Rob LandleyRob Landley
3c12ff7c894If /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.
Paul FoxPaul Fox
c337d295501applying 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.
Paul FoxPaul Fox
146e83a60e8applying fix from: 0000108: busyboxy/networking/ftpgetput.c not conforming to RFC 959. ftpget and ftpput send <LF> as EOL.
Paul FoxPaul Fox
127adc559f9applying fix from; 0000092: looks like the initializer for .need_suid was missing.
Paul FoxPaul Fox
deac371690aapplying fix from: 0000088: inetd chargen stream does not generate the characters as recommended in RFC 864 Chragen service is generating garbage characters.
Paul FoxPaul Fox
3f6f3174e9bapplying fix from: 0000068: mount limited to max 8 loop devices (patch provided) (made minor wording change for config help message)
Paul FoxPaul Fox
0a92bbf349capplying fix from: 0000067: cp -p produces misleading error message
Paul FoxPaul Fox
574fee4f99dapplying:0000054: Tab completing filenames in ash causes SEGV Simple tab completion operations cause busybox (ash) to access illegal addresses.
Paul FoxPaul Fox
b270315b213applying fix for: 0000045: traceroute causes an alignment trap due to unaligned buffer on arm
Eric AndersenEric Andersen
90161c92139Fixup makedevs to handle regular files, and also fixit to properly update file permissions as specified.
Paul FoxPaul Fox
7b71d740b91fix for "0000027: patch: nc will spin if stdin closed"
Paul FoxPaul Fox
d13b90b9e89allow both ^H and DEL to backspace in insert mode (bug #23)
Eric AndersenEric Andersen
0ef24c672abFix vi so that error messages, insert mode messages, etc areall actually displayed in the status line as expected
Eric AndersenEric Andersen
2ada89b60f6a bit more polish
Eric AndersenEric Andersen
54e57da96a0a bit of polish on makedevs
Eric AndersenEric Andersen
1b7058c6537the makedevs config option was pretty much totally broken
Eric AndersenEric Andersen
e8614dbcd75Fixup device table based makedevs so it actually works
Mike FrysingerMike Frysinger
10427ab5282move var decls around a little to help gcc make smaller code
Mike FrysingerMike Frysinger
e548bdff9692005-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.
Mike FrysingerMike Frysinger
95ef16528cd2005-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.
Mike FrysingerMike Frysinger
72a4c335685rename log var to log_console so we dont override internal gcc/glibc log func
Mike FrysingerMike Frysinger
b38100974032005-06-30 Shaun Jackman <sjackman@gmail.com> * loginutils/getty.c: (open_tty): Use dup2 instead of close/dup.
Mike FrysingerMike Frysinger
f413e241baa2005-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.
Mike FrysingerMike Frysinger
8deb686d2e0Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options
Mike FrysingerMike Frysinger
a87bb608092patch by Shaun Jackman to combine dup/close funcs into dup2
Mike FrysingerMike Frysinger
8804c6a3b79dont use f_frsize unless linux-2.6.0 or better
Mike FrysingerMike Frysinger
fc379ba077drip out all the non-linux code and ugly workarounds
Mike FrysingerMike Frysinger
9e164578f2atweak signed/unsigned char usage to avoid mismatches
Ned LuddNed Ludd
778ee6da60d- remove extra/unneeded function call.testing svn
Eric AndersenEric Andersen
5043ea19867Enabling runtime SUID/SGID configuration via /etc/busybox.confis 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.