aboutsummaryrefslogtreecommitdiff
path: root/patches/tftp_timeout_multicast.diff (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-05-26oopsEric Andersen1-3/+3
2004-05-26Per suggestion from Bastian Blank, be less evil when we force fdisk toEric Andersen2-9/+11
transparently remap 32-bit interfaces to actually use 64 bit interfaces. -Erik
2004-05-26Use tab not spaceEric Andersen1-20/+20
2004-05-26Make the grep option values a bit less horribleEric Andersen1-18/+18
2004-05-26Rick Richardson writes:Eric Andersen1-8/+16
Here is a patch that adds egrep -L support (the opposite of egrep -l). I realize this is probably too late for 1.0. But I offer it for your future consideration. egrep -L is used in some networking startup scripts I inherited. -Rick
2004-05-26Patch from Yoshinori Sato:Eric Andersen1-3/+47
This patch is uClinux-2.4.x for H8/300 module support. please apply. -- Yoshinori Sato
2004-05-26As discussed, drop minit, which was not being supported in busybox.Eric Andersen7-1055/+0
People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
2004-05-26Use STDIN_FILENO rather than '0'Eric Andersen1-1/+1
2004-05-26Rob Landley writes:Eric Andersen1-4/+7
add sed -r support. I bumped into a couple of things that want to use extended regular expressions in sed, and it really isn't that hard to add. Can't say I've extensively tested it, but it's small and isn't going to break anything that doesn't use it, so... Rob
2004-05-26Rob Landley writes:Eric Andersen1-1/+1
Run this test, against both busybox and a non-busybox version of "tee". while true; do i=$[$i+1]; echo "hello $i"; sleep 1; done | ./busybox tee Now run the busybox one again with the following small patch applied:
2004-05-26Patch from vodz to correct 'grep -e pattern1 -e pattern2' logicEric Andersen1-5/+3
2004-05-25Do not prompt about FDISK large disk support when LFS is enabled.Eric Andersen1-13/+27
Resolve a dependancy problem with the various malloc debug libs and make them mutually exclusive. -Erik
2004-05-19Do not select LFSEric Andersen1-1/+0
2004-05-19Erik,Eric Andersen2-8/+18
>http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u Its hack for "force" ;-) If to return the previous version of a Config.in http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/Config.in?r1=1.12&r2=1.13 and to apply last patch, then I shall calm down. ;-) (OOPS, last patch have autocorrected from my editor begins spaces to tabs and removed spaces from empty lines too). --w vodz
2004-05-19use busybox sysinfo structRuss Dill2-1/+1
2004-05-19Make vodz happy and make fdisk always use large file support ifEric Andersen1-0/+8
possible, even if LFS is not enabled for the rest of busybox. -Erik
2004-05-19Fix a compile problemEric Andersen1-2/+1
2004-05-19fix timewarp in client (server fix later)Russ Dill4-6/+16
2004-05-19remove uneccessary check (already done in pidfile.c)Russ Dill1-6/+4
2004-05-19fix memory leak caused by switch to vforkRuss Dill1-3/+4
2004-05-16Use int instead of char for return type, in theory avoiding a castGlenn L McGrath1-2/+2
2004-05-10Fix for debian bug #248106, should use int for returned getopt value.Glenn L McGrath1-1/+3
2004-05-05Steve Grubb writes:Eric Andersen1-1/+3
Hi, I just re-reviewed the patch I just sent...and it needed to be BUFSIZ-3 in dos2unix.c . tempFn is BUFSIZ so the last addressable spot it BUFSIZ-1. The loop increments by 2. That's why it should be BUFSIZ-3. Best Regards, Steve Grubb
2004-05-05Steve Grubb writes:Eric Andersen2-3/+3
Hello, I found and patched 2 more bugs. The first is a misplaced semi-colon. The second one is a buffer overflow. I doubt the buffer overflow is triggered in real life. But you never know what those wily hackers are up to. Thanks, Steve Grubb
2004-05-05Steve Grubb writes:Eric Andersen1-2/+4
Hello, Last November a bug was found in iproute. CAN-2003-0856 has more information. Basically, netlink packets can come from any user. If a program performs action based on netlink packets, they must be examined to make sure they came from the place they are expected (the kernel). Attached is a patch against pre8. Please apply this before releasing 1.00 final. All users of busy box may be vulnerable to local attacks without it. Best Regards, Steve Grubb
2004-05-04Fix size command, safe_strtoul gives and error if the \r is left in, theGlenn L McGrath1-1/+6
RFC spec says the \r should be there. This fix is the same as a recent wget fix
2004-05-02Add part of a patch from Vernon Sauder that i missed a while backGlenn L McGrath1-1/+1
2004-05-02Update dpkg-deb usage to match current practicesGlenn L McGrath1-3/+1