fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Eric AndersenEric Andersen
b36900c4b45Prepare for release
Eric AndersenEric Andersen
85ae1bb67dcBump version
Eric AndersenEric Andersen
e3a792c80c9Only pass modprobe module params with 2.6.x kernel support. -Erik
Eric AndersenEric Andersen
1f50e84283dDo not use vfork, as init is not vfork safe. Do not allow askfirst when mmuless.
Eric AndersenEric Andersen
88e38ca2fbaBertrand Baudet writes: Looks like the -D and -H options of the adduser applet aren't handle properly in BusyBox. T...
Eric AndersenEric Andersen
acd647c8774Joe.C writes: This bug is in busybox 1.0.0-rc2. When using lash exec builtin with redirection, the opened file fd k...
Eric AndersenEric Andersen
0722513497aUse __kernel_old_dev_t for 2.6.x kernels
Eric AndersenEric Andersen
cf6ef057112Aurelien Jacobs writes: with a quick conversion you will see that 132608 == 0x20600 so noticed that the elif will ne...
Eric AndersenEric Andersen
beaef163151Christian Ostheimer writes: Hello, function build_dep in modprobe.c assumes that dependencies of one module have no...
Eric AndersenEric Andersen
9940e081c92Patch from solar to fix problems with get_name()
Glenn L McGrathGlenn L McGrath
4014ab1c607Set default command to list rather than get, its default behaviour now coincides with upstream. Patch from debian diff.
Glenn L McGrathGlenn L McGrath
fcf47321d4bPatch from Mike Castle, dont print an empty line (patch modified by me to change formatting).
Glenn L McGrathGlenn L McGrath
18bbd9bf3b2Patch from Tito to fix memory leak upon error.
Glenn L McGrathGlenn L McGrath
73db8be80a2Patch from Bastian Blank to add 64 bit support to the test command. Example of broken usage: ./busybox test 214748364...
Glenn L McGrathGlenn L McGrath
d2c6f9a1f9dPatch from Phil Blundellto improve substring match
Glenn L McGrathGlenn L McGrath
65c8c7ba277Willian Barsse wrote "There seems to be a slight problem with the "mod_strcmp" function in modprobe.c, it scans for t...
Glenn L McGrathGlenn L McGrath
2f325a030b9Patch from Tito to fix warnings about redifined functionions barrier and likely.
Glenn L McGrathGlenn L McGrath
12ed333714dPart of patch from William Barsse, fixes a problem with unescaped %.
Eric AndersenEric Andersen
12de6cf0d79Michael Leibow, MichaelLe at belkin.com writes: A question was posted a month ago by Mark Alamo to see if others had...
Eric AndersenEric Andersen
8401eeafd65Run msh through indent
Eric AndersenEric Andersen
44b5758247cWilliam Barsse writes: fixes two other issues (plus the previous as well) with a 2.4 kernel : - should be able to m...
Eric AndersenEric Andersen
93d7fba8928Tito, farmatito at tiscali dot it writes: Hi to all, This patch is useful for: 1) remove an unused var from extern c...
Eric AndersenEric Andersen
ec91de762a7fixup cut-n-paste problem
Eric AndersenEric Andersen
67776bef590Simon Poole reports that awk segfaults when environment variables with no value exist, i.e. $ export BOB='' % ./bu...
Eric AndersenEric Andersen
cbcdbc41ffaFix incorrect arguments being passed to mknod
Eric AndersenEric Andersen
b737b1a68bfUmm. Not guilty by reason of insanity. -Erik
Eric AndersenEric Andersen
aad29b37a73Fixup getty, login, etc so the utmp and wtmp are updated, allowing the 'who' and 'last' applets among other things to...
Eric AndersenEric Andersen
15b588559bfuse SIGTERM to kill off udhcpd, not SIGKILL
Eric AndersenEric Andersen
e71e760a994Fix up brain damage with the way major and minor are used to create a dev_t
Eric AndersenEric Andersen
373bc1eaee1As noted by Eric Spakman, calling static_down() and then calling bootp_down() seems redundant, esp since bootp_down w...
Manuel Novoa IIIManuel Novoa III
413db4d5838Clean up hex escape support.
Eric AndersenEric Andersen
27645b43456Thanks to Ken Roberts, fix the slackware url
Eric AndersenEric Andersen
ccfc44806dfFelipe Kellermann noticed a missing `break'.
Robert GrieblRobert Griebl
9768a65eb4bdocument stuff I have done
Eric AndersenEric Andersen
7f8bcbefc7cadd missing ;
Eric AndersenEric Andersen
461cdc89a9dbump version to -rc2
Eric AndersenEric Andersen
b2a300590d1bother. unrevert my fix.
Eric AndersenEric Andersen
8f38782a6e7Prepare for release
Eric AndersenEric Andersen
53f5c0d5bf9Allow hex escape sequences
Eric AndersenEric Andersen
ac594257c34Make certain that udhcp shuts down the interface
Eric AndersenEric Andersen
882cec3e40aYAEGASHI Takeshi writes: Hi, With the following /etc/fstab (any two or more lines of nfs), mount -a -t nfs causes a...
Eric AndersenEric Andersen
29128cd4122oops
Eric AndersenEric Andersen
f54176de6dcbump version to -rc2
Eric AndersenEric Andersen
06e62fd5f0cMake certain that udhcp shuts down the interface
Eric AndersenEric Andersen
380919905cdAllow hex escape sequences
Eric AndersenEric Andersen
4f807a84c5dBusyBox has no business hard coding the number of major and minor bits for a dev_t. This is especially important now...
Eric AndersenEric Andersen
5dcf15e02dePaul Whittaker writes: With job control enabled, ash fails to tcsetpgrp back to initialpgrp upon exit. exitshell() ...
Glenn L McGrathGlenn L McGrath
7991ad17204Patch by Paul Whittaker, make busybox dc compatable with GNU dc. the following example was broken, echo "1 1 +" | dc
Glenn L McGrathGlenn L McGrath
6caf13bc7f9Update Tito's contributions
Glenn L McGrathGlenn L McGrath
efc6bf63651Patch from Felipe Kellermann, fix endless loop when first > last and increment > 0.
Glenn L McGrathGlenn L McGrath
c0dd26f68d3Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove some trailing '\n'
Glenn L McGrathGlenn L McGrath
d250167bd26Patch from Felipe Kellermann, fixup usage for halt command
Glenn L McGrathGlenn L McGrath
72b14a86388iUpdate reboot usage, patch by Felipe Kellermann
Glenn L McGrathGlenn L McGrath
1fbc9095701Patch from Dmitry Zakharov to fix a bug discovered via the freeswap script.
Glenn L McGrathGlenn L McGrath
2e99d43846dFix for a bug identied by Harald Kuthe, when using many interfaces (29 in this case) the order was incorrect and th...
Glenn L McGrathGlenn L McGrath
9c83e836281Felipe Kellermann writes, "As noticed today by Steven Scholz, the od's `-v' was broken. I've fixed that and now both...
Glenn L McGrathGlenn L McGrath
eeb06bf2301Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' referencing a string and using a single ch...
Glenn L McGrathGlenn L McGrath
435962327a9Patch from Felipe Kellermann to fix some typo's
Glenn L McGrathGlenn L McGrath
b8756317545Patch from Adam Slattery to add bzip2 support to rpm2cpio
Glenn L McGrathGlenn L McGrath
4d405bbc05fPatch from Manousaridis Angelos to bring dhclient down more elegently
Glenn L McGrathGlenn L McGrath
5529b7bb874Reverse my previous change, "::" is a GNU getopt extension that allows an optional argument. Looks like a glibc bug t...
Robert GrieblRobert Griebl
36a836d5649Patch from Mike Snitzer <snitzer@gmail.com>: Support for /etc/modprobe.conf (for 2.6 kernels) should likely be added ...
Glenn L McGrathGlenn L McGrath
0177ce12562Patch from Mike Snitzer to fix return codes. "I have a need to _really_ know if the interface was properly configure...
Glenn L McGrathGlenn L McGrath
e8f46515cb9Fix bug in accepting buffer size argument
Glenn L McGrathGlenn L McGrath
85396672796Patch from Tito, ass usage for strings -a options
Glenn L McGrathGlenn L McGrath
469a1ead538Patch from Mike Snitzer, bring down dhclient using its correct pid, fix a grammatical error.
Glenn L McGrathGlenn L McGrath
28939ade2dbPatch from Jean Wolter, fixes compiler warning when ASH_ALIAS is disabled.
Glenn L McGrathGlenn L McGrath
a88ae491e34Fixup -T (--files-from) option, works for non-directories now
Eric AndersenEric Andersen
f828da00201Avoid a naming conflict with include/bits/fcntl.h
Robert GrieblRobert Griebl
bd8dd1e7638Patch from Mike Snitzer <snitzer@gmail.com>: Please see the attached patch for the following crash with busybox' 2.6 ...
Robert GrieblRobert Griebl
809387fe9e4new_process_module_arguments returns 0 on error and 1 if everything went ok somehow the ! got lost.. symptoms: module...
Eric AndersenEric Andersen
83676f17318oops
Eric AndersenEric Andersen
a212af1ef27Yet more doc updates
Eric AndersenEric Andersen
24c20b1d106more doc updates
Eric AndersenEric Andersen
ab95e3cd66dcut-n-paste strikes again
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 the module 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 shiny new 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...
Eric AndersenEric Andersen
449f2bca967Fixup a few documentation bugs
Eric AndersenEric Andersen
e8521f14a22Fixup some cases of "QM_MODULES: not implemented" for both lsmod 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 er...
Eric AndersenEric Andersen
d926149d26dAvoid a number of places where large drives could wrap a uint, and instead use off_t which will be automagically prom...
Eric AndersenEric Andersen
0373cf1396aDo not mess with the console logging level unless asked 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 the checks 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_CHECKING is disabled
Eric AndersenEric Andersen
fac312d78bfStupidity-1, Erik-0
Eric AndersenEric Andersen
e983584c702Bastian Blank notices a couple of int64_ts that should have been 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...
Eric AndersenEric Andersen
d943837dab6Patrick Huesmann writes: Hi, There was some problem with busybox modprobe. For details see http://www.b...
Eric AndersenEric Andersen
4872ed9737cRobin Farine writes: Hi, Package: BusyBox Version: 1.0.0-pre10 When an incomplete read or write from/to a local fi...
Eric AndersenEric Andersen
7f94a5caa25Patch from Bastian Blank: Hi folks The following patch adds a new log message output to syslogd. This o...
Eric AndersenEric Andersen
36adca81f54Patch from Bastian Blank: On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch chang...
Eric AndersenEric Andersen
78a5ddeff03Robin Farine writes: Package: BusyBox Version: 1.0.0-pre10 Passing the -q <integer> option to inetd causes it to de...
Eric AndersenEric Andersen
ed9ecf78942Patch from Bastian Blank: The updated patch adds a config option to explicitely enable 64 bit arithmetic. ...
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 been selected 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 ...
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...
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 ...
Eric AndersenEric Andersen
a6f6a95ba45oops
Eric AndersenEric Andersen
42f8883c71bPer suggestion from Bastian Blank, be less evil when we force fdisk to transparently remap 32-bit interfaces to actua...
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 pr...
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 obt...
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 expressi...
Eric AndersenEric Andersen
d4d01d2b9bcRob Landley writes: Run this test, against both busybox and a non-busybox version of "tee". while true; do i=$[$i+1...
Eric AndersenEric Andersen
7f164cd0522Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic
Eric AndersenEric Andersen
f086ed8ddd4Do not prompt about FDISK large disk support when LFS is enabled. Resolve a dependancy problem with the various mallo...
Eric AndersenEric Andersen
1be01072e96Do not select LFS
Eric AndersenEric Andersen
84bdea8cb24Erik, >http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u Its hack for "for...
Russ DillRuss Dill
5c9323f4e6duse busybox sysinfo struct
Eric AndersenEric Andersen
256c4fd5876Make vodz happy and make fdisk always use large file support if possible, even if LFS is not enabled for the rest of ...
Eric AndersenEric Andersen
28885c3f20aFix a compile problem
Russ DillRuss Dill
309c7b71e66fix timewarp in client (server fix later)
Russ DillRuss Dill
91e006c1adfremove uneccessary check (already done in pidfile.c)
Russ DillRuss Dill
57f49d31855fix memory leak caused by switch to vfork
Glenn L McGrathGlenn L McGrath
21d7d61de16Use int instead of char for return type, in theory avoiding a cast
Glenn L McGrathGlenn L McGrath
5d2edbf16d5Fix for debian bug #248106, should use int for returned getopt value.
Eric AndersenEric Andersen
6c0396ba2abSteve Grubb writes: Hi, I just re-reviewed the patch I just sent...and it needed to be BUFSIZ-3 in dos2unix.c . tem...
Eric AndersenEric Andersen
aaff79a8dd0Steve Grubb writes: Hello, I found and patched 2 more bugs. The first is a misplaced semi-colon. The second one is ...
Eric AndersenEric Andersen
6c8161d69feSteve Grubb writes: Hello, Last November a bug was found in iproute. CAN-2003-0856 has more information. Basically,...
Glenn L McGrathGlenn L McGrath
5ec58285c39Fix size command, safe_strtoul gives and error if the \r is left in, the RFC spec says the \r should be there. This f...
Glenn L McGrathGlenn L McGrath
ff5309ac99eAdd part of a patch from Vernon Sauder that i missed a while back
Glenn L McGrathGlenn L McGrath
cbc453c7a21Update dpkg-deb usage to match current practices
Glenn L McGrathGlenn L McGrath
d14084019fbThis patch makes the id command SuS3 compliant and provides a groups applet via an alias to id. - Add G option - Pe...
Eric AndersenEric Andersen
6f9a7783ce2Do not use getpass(3)
Glenn L McGrathGlenn L McGrath
90d2bff4c67Re-add the TODO list, mention tr
Glenn L McGrathGlenn L McGrath
edaf39156a8Bugfixes 1) a non NULL terminated buffer that can mess up output, spotted by Ian Latter 2) in miscutils/strings.c: ge...
Glenn L McGrathGlenn L McGrath
faa3546fd74Fix symlink handling and small memory leak
Eric AndersenEric Andersen
f71ad6c9e48Thomas Koeller writes: Hi, the following output is from BusyBox 1.0.0-pre10: ~ # ip link help ip: ...
Glenn L McGrathGlenn L McGrath
51ba90ef51aSync my tasks with AUTHORS file
Glenn L McGrathGlenn L McGrath
c6992feee37Update my email address, document some of my tasks in the AUTHORS file
Eric AndersenEric Andersen
b94669543dfThis sed patch can only be described as "duh". Stat the source file, chmod the _destination_ file. (Ah hah! That w...
Eric AndersenEric Andersen
faa7d863fcdSo I'm building a linux from scratch system, using a working script to do this that the _only_ change to is that gnu ...
Glenn L McGrathGlenn L McGrath
1219879422fDont try and preserve hard links to directories. The linux kernel doesnt allow hard links to directories, SUS says it...
Glenn L McGrathGlenn L McGrath
c6a99b993d2Add two fundamental tests for copying directories
Eric AndersenEric Andersen
7ff33f1b42aThats odd. I guess this was cut-n-paste error, but vodz email address was wrong!
Eric AndersenEric Andersen
b054aeb4feaUpdate Acronis and Belkin
Eric AndersenEric Andersen
73afd896103Steven Scholz writes: Hi there, the "-h" option of httpd is not described in the usage text. Please find the attac...
Eric AndersenEric Andersen
2c2256cb8b1remove a warning
Eric AndersenEric Andersen
aff114c33d2Larry Doolittle writes: This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted cop...
Eric AndersenEric Andersen
4c8b0dd9738bump version, prepare for -pre10
Eric AndersenEric Andersen
3561b017ce5Fix incorrect ipcalc usage text
Eric AndersenEric Andersen
a4375047d3dslightly clean the whacked out formatting
Eric AndersenEric Andersen
625da9d61efFix several problems with start-stop-daemon, add -m support
Eric AndersenEric Andersen
3ddff210e65Put the glibc nss junk back at the end
Eric AndersenEric Andersen
b37f883478fSigh. The patch from David Anders (prpplague) broke standard securetty files since the /dev was not stripped.
Eric AndersenEric Andersen
99fcd168cc7Wolfgang Denk writes: He, there is a bug in HUSH's handling of "if" / "elif" commands: $ if true ...
Eric AndersenEric Andersen
238e354b586Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' even if built with CONFIG_FEATURE_IFUPDOWN_IP when s...
Eric AndersenEric Andersen
87812dc3b07Silly me
Eric AndersenEric Andersen
4e19fa9b644As reported by Quy Tonthat, init has problems with inittab's that contain only actions sysinit/wait/once. It does not...
Eric AndersenEric Andersen
1e6aba967cePeter Milne writes: Just upgraded from 0.6 to 1.00-pre8 Dot command handling handled args correctly (same as bash) ...
Eric AndersenEric Andersen
e3efc9230c2Jamie Guinan writes: It looks like latest uClibc defines ARCH_HAS_MMU, but a few busybox files test UCLIBC_HAS_MMU, ...
Eric AndersenEric Andersen
a08345598d7Add an extra link
Eric AndersenEric Andersen
f802ff76d09Patch from Rob Landley to fix sed documentation. The -i option was not documented, and in genereal the formatting was...
Eric AndersenEric Andersen
2d71756217a"Mac OS X" is how it is written on the Apple website
Eric AndersenEric Andersen
9b3ce77b078Fix spelling. "sort of" is two words.
Eric AndersenEric Andersen
ee4b7d496d8make mount ignore -n when CONFIG_FEATURE_MTAB_SUPPORT is disabled
Glenn L McGrathGlenn L McGrath
19efb3dc599Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled
Glenn L McGrathGlenn L McGrath
36c74789920Fix up conditional compile of files needed by ip applets
Glenn L McGrathGlenn L McGrath
958ac18d4efAdd a comment explaining why we have to check for an extra \n
Glenn L McGrathGlenn L McGrath
32da885a91eFix ftp resume Terminate returned message at <CRLF> so strtoul returns without error
Eric AndersenEric Andersen
66a56aa028bVladimir N. Oleynik writes: Hi. Last changes (rev 1.12) to recursive_actions() by Christian Grigis have problem. Te...
Eric AndersenEric Andersen
57a0d9156c3Add the Tritton Technologies NAS120
Eric AndersenEric Andersen
957879ae1ecDocument insmod -o
Eric AndersenEric Andersen
e54e8ef0539Update for release
Eric AndersenEric Andersen
23465579df7Update changelog for release
Eric AndersenEric Andersen
6534fc764daFix url