fli4l
  1. fli4l

busybox

Public
AuthorCommitMessageCommit dateIssues
Eric AndersenEric Andersen
f429d511b17Update for release
Eric AndersenEric Andersen
197d6d45f35Update changelog
Eric AndersenEric Andersen
c0693ed61bcDeal with the fact that 2.6.x kernels replace any '-'s in themodule name with a '_'. -Erik
Eric AndersenEric Andersen
aea8e0eea7bBump version up to release candidate 1
Eric AndersenEric Andersen
98e4eab0c63Include some documentation posted to the list by vodz
Eric AndersenEric Andersen
165e8cbf34eAssign 'forced' before the goto to avoid a warning
Eric AndersenEric Andersen
5e136f269bePrevent "`bootp_down' was declared implicitly `extern' and later `static'" warning
Eric AndersenEric Andersen
65659be2139Add missing type for CONFIG_FEATURE_QUERY_MODULE_INTERFACE
Eric AndersenEric Andersen
f9584a19ca7Update the default config to not ask stuff
Eric AndersenEric Andersen
8f41bfc05caThe 'tests' target is long gone.
Eric AndersenEric Andersen
9615a08218cReplace the old and somewhat buggy pwd_grp stuff with the shinynew stuff mjn3 wrote for uClibc
Eric AndersenEric Andersen
837f058fb30Peter Kjellerstedt at axis.com writes:Hello, the attached patch should bring extra/config in line with the Linux 2.6.7 sources. The following are the commit messages for the respective files from the Linux bk-repository: checklist.c: * fix menuconfig choice item help display confdata.c: * config: choice fix * kconfig: don't rename target dir when saving config expr.c, expr.h: * config: disable debug prints mconf.c: * fix menu...
Eric AndersenEric Andersen
449f2bca967Fixup a few documentation bugs
Eric AndersenEric Andersen
e8521f14a22Fixup some cases of "QM_MODULES: not implemented" for bothlsmod and rmmod when using 2.6.x module support -Erik
Eric AndersenEric Andersen
fe9b9cdfa59Paul Fox writes:hi -- working with ifupdown, i've found a couple of buglets -- the wrong string is passed to an error message. paul
Eric AndersenEric Andersen
d926149d26dAvoid a number of places where large drives could wrap a uint, andinstead use off_t which will be automagically promoted to 64bit if compiled with support for large drives. -Erik
Eric AndersenEric Andersen
0373cf1396aDo not mess with the console logging level unlessasked to do so. -Erik
Glenn L McGrathGlenn L McGrath
774e6cc29c5Revert my previous commit
Glenn L McGrathGlenn L McGrath
d9670461c40Fix compile error under 2.6, check for newer versions first or all thechecks wont be considered.
Glenn L McGrathGlenn L McGrath
5f2a23c3c6fFix compile error when math support disabled.
Eric AndersenEric Andersen
5275b1e49f6fix a stupid compile error when CONFIG_FEATURE_INSMOD_VERSION_CHECKINGis disabled
Eric AndersenEric Andersen
fac312d78bfStupidity-1, Erik-0
Eric AndersenEric Andersen
e983584c702Bastian Blank notices a couple of int64_ts that should havebeen longs
Eric AndersenEric Andersen
bb692cdb32bAdd missing 'S' to the getopt string.
Eric AndersenEric Andersen
cb3b9b1fed3kill off insmod support for older pre 2.1 Linux kernels,which are not supported with the current busybox 1.0 release -Erik
Eric AndersenEric Andersen
d943837dab6Patrick Huesmann writes: Hi, There was some problem with busybox modprobe. For details see http://www.busybox.net/lists/busybox/2004-May/011507.html I made a patch against busybox-1.00-pre10 to fix that one. This is a slight variant of Patrick's patch with a slightly cleaner implementation of mod_strcmp() -Erik
Eric AndersenEric Andersen
4872ed9737cRobin Farine writes:Hi, Package: BusyBox Version: 1.0.0-pre10 When an incomplete read or write from/to a local file occurs (i.e. not an EOF condition), the tftp client prematurely exits. This problem can be reproduced by slowly piping data to the tftp client like this: (for v in 1 2 3; do echo $v; sleep 1; done) | \ tftp -p -l - -r output.txt <host> The output file on the TFTP server will contain "1". The...
Eric AndersenEric Andersen
7f94a5caa25Patch from Bastian Blank: Hi folks The following patch adds a new log message output to syslogd. This output omits hostname and priority and is used in d-i to make the syslog output better readable without lossing information. Bastian I am applying this since I have syslogd hacked up in my wife's access point with the same format string.... Might as well make this hack official. -Erik
Eric AndersenEric Andersen
36adca81f54Patch from Bastian Blank:On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch changes klogd to use openlog/syslog themself > instead of calling syslog_msg which always calls the triple > openlog/syslog/closelog. Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen. Bastian
Eric AndersenEric Andersen
78a5ddeff03Robin Farine writes:Package: BusyBox Version: 1.0.0-pre10 Passing the -q <integer> option to inetd causes it to dereference an invalid pointer (optarg). The attached patch provides a fix to this problem. Robin
Eric AndersenEric Andersen
ed9ecf78942Patch from Bastian Blank: The updated patch adds a config option to explicitely enable 64 bit arithmetic. Also it removes the arith prototype from libbb.h as it is not used outside of ash. Bastian this patch has been slightly modified by Erik for cleanliness.
Eric AndersenEric Andersen
16a4c416743note the new mailing list policy
Eric AndersenEric Andersen
3023317a916Typo fix from Niemann Hartmut
Glenn L McGrathGlenn L McGrath
f34b0e996beUpdate reference for zip format
Glenn L McGrathGlenn L McGrath
07e1ccdf751Woops, the previous commit was an accident, its supplied in the patch,dont commit yet as we are in feature freeze
Glenn L McGrathGlenn L McGrath
84b62646706Device table support for makedevs, the previous behaviour can beenselected at configure time.
Rob LandleyRob Landley
58b118ae33eAhem. ("I'm just tweaking a documentation string, I don't need to compile test it before checking in..." New entry for famous last words list.)Add the missing backslash at the end of the new sed doc string line. (This one actually compiled with "show verbose applet usage messages"...)
Rob LandleyRob Landley
1ce59684431Update sed help. (Add -r option to long help, add -i option to brief help,and alphabetizie the option list.)
Eric AndersenEric Andersen
86af052d250Kevin P. Fleming writes:Yes, I know busybox is in feature freeze. If this two-liner is too much that's fine, but it's handy. This patch allows busybox mount to support "-o move" just like it supports "-o bind", which is the equivalent of util-linux "mount --move". Usage is: mount -o move /mnt/point/1 /mnt/point/2 where /mnt/point/1 is an already mounted filesystem; it will be moved to /mnt/point/2.
Eric AndersenEric Andersen
2c1f1bc7f61Update U.S.Robotics and Actiontec entries
Manuel Novoa IIIManuel Novoa III
d709743b09aIf read were to return with an error, bad things would happen. Fix it.Also, make sure read errors are reflected in the applet exit code.
Eric AndersenEric Andersen
a6f6a95ba45oops
Eric AndersenEric Andersen
42f8883c71bPer suggestion from Bastian Blank, be less evil when we force fdisk totransparently remap 32-bit interfaces to actually use 64 bit interfaces. -Erik
Eric AndersenEric Andersen
823b17263adUse tab not space
Eric AndersenEric Andersen
abc513a90f7Make the grep option values a bit less horrible
Eric AndersenEric Andersen
dec7f813700Rick Richardson writes: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
Eric AndersenEric Andersen
ee70fa55235Patch from Yoshinori Sato:This patch is uClinux-2.4.x for H8/300 module support. please apply. -- Yoshinori Sato
Eric AndersenEric Andersen
0dfe4e99562As discussed, drop minit, which was not being supported in busybox.People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
Eric AndersenEric Andersen
febd744d314Use STDIN_FILENO rather than '0'
Eric AndersenEric Andersen
9855548a77aRob Landley writes: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