fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
Glenn L McGrathGlenn L McGrath
b19c73dee69Change make to $(MAKE), patch by Hideki IWAMOTO
Glenn L McGrathGlenn L McGrath
3bff66617aeSubstitute busybox for uClibc, patch by Hideki IWAMOTO
Glenn L McGrathGlenn L McGrath
87470def246* Since busybox binary is unnecessary, deleted it from prerequisites. * Changed so that not only links but /bin/busyb...
Glenn L McGrathGlenn L McGrath
b54a7486217Fix for compiling with ipv6
Glenn L McGrathGlenn L McGrath
08dea3e5a71"This function was not updating the argc and argv pointers to reflect the arguments it consumed, which means the call...
Glenn L McGrathGlenn L McGrath
62b031fb828label's dont work in v4 tunnels, patch by Eric Spakman
Glenn L McGrathGlenn L McGrath
a6b7bdcf8caVodz, last patch 105 Busybox "mount" applet unsupport "user" option and result: must have _BB_SUID_NEVER applet optio...
Glenn L McGrathGlenn L McGrath
dc72f3ace25Vodz, last patch 104
Glenn L McGrathGlenn L McGrath
7b8765c8086vodz, last patch 103
Glenn L McGrathGlenn L McGrath
23365976f8eCorrect logic in determining size of block to download, as pointed out by Junio C Hamano
Glenn L McGrathGlenn L McGrath
523c1675a20"Typo and/or thinko: scanning till the end of NUL terminated string should check the byte pointed at not the pointer ...
Glenn L McGrathGlenn L McGrath
e7bdfccb3f1"When the initial request by wget is responded by a 3XX redirect response sent in chunked transfer encoding, the code...
Glenn L McGrathGlenn L McGrath
83e4a5bccf3"When the filesize is known from content-length header, safe_fread is always told to read sizeof(buf). This waits un...
Glenn L McGrathGlenn L McGrath
8b96b7169d0*** empty log message ***
Glenn L McGrathGlenn L McGrath
4cee66d5a8aDont unlink when testing ! Always preserve creation date Disable the -p option its for modification date Remove some ...
Robert GrieblRobert Griebl
444566837c4Removed some debug printfs
Glenn L McGrathGlenn L McGrath
b79db92a21aSyncronise some build files with busybox-cvs-20030819
Glenn L McGrathGlenn L McGrath
c3f2956cfa1Woops, depend on SHA1 not the option
Glenn L McGrathGlenn L McGrath
4d5e4685fedSHA1 options depend on SHA1
Glenn L McGrathGlenn L McGrath
ce6482eace3Fix overflow for machines greater than 4GB, return unsigned int to avoid a cast and for greater accuracy.
Eric AndersenEric Andersen
97e24265826"staywithu" writes: In BusyBox v1.00-pre2, commands like ls, df with -h option report a wrong file size for files l...
Eric AndersenEric Andersen
6d3c7e7a9cdtrivial doc fix
Eric AndersenEric Andersen
24e098a77d5Fixup 'make clean' to properly clean the _install directory
Glenn L McGrathGlenn L McGrath
d382c894679Typo
Glenn L McGrathGlenn L McGrath
3d5828fb6daChange hardlink handling for tar to work the same way as cpio
Manuel Novoa IIIManuel Novoa III
062913f6628Fix a bug reported by junkio@cox.net involving the mode_chars index.
Eric AndersenEric Andersen
bf83355dda6Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox
Manuel Novoa IIIManuel Novoa III
4456f25e8faRewrite timescmd() function to avoid the use of floating point and to correct a bug in the seconds display where some...
Manuel Novoa IIIManuel Novoa III
5b3c05637d4Remove unnecessary pointer dereference.
Eric AndersenEric Andersen
9a9f6777e9cfix style sheet so site doesn't look like crap with IE
Manuel Novoa IIIManuel Novoa III
96379b0d7daAdjust Erik's change, as I don't claim copyright of the applet.
Eric AndersenEric Andersen
8f4cdd516dcMove shell descriptions to the config system
Eric AndersenEric Andersen
b287e2e27a3Use the new 'select' option to make the shell config much less evil and far more obvious. -Erik
Eric AndersenEric Andersen
c601ff149a9Begin using the new "select" option. Good stuff!
Eric AndersenEric Andersen
2e9c2570006Implement a minimalist 'last' which allows the LEAF project to no longer need dumtp. Remove the 'dumtp' applet. -Erik
Eric AndersenEric Andersen
f1c56a93066quiet some noise
Eric AndersenEric Andersen
92fb9395f74Kent Robotti noted that mt.c uses "rewind" not "rew"
Eric AndersenEric Andersen
99a75d13762Patch from Kent Robotti to being fdisk in sync with v2.12 final.
Eric AndersenEric Andersen
de6a6ae876cRemove unnecessary defamatory comment
Eric AndersenEric Andersen
6c0e0fb8ac7Fix a stupid bug I introduced several months ago
Eric AndersenEric Andersen
3869f66eac8Begin preparing for another release
Eric AndersenEric Andersen
9089844382aLatest dash update from vodz
Eric AndersenEric Andersen
dc19af41791Patch from Eric Spakman to update "run-parts" help text in Config.in.
Eric AndersenEric Andersen
fdd2a0f3182Eric Spakman writes: The attached patch adds "mtu" and "hwaddress" to the inet6 method and "mtu", "hwaddr" and "poin...
Eric AndersenEric Andersen
d3652bf334aPatch from vodz: I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all a...
Eric AndersenEric Andersen
0a57a79e387Patch from Steven Scholz: should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and use it for "set" and "...
Eric AndersenEric Andersen
4b4e09854c5Steven Scholz writes: the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too much when using CON...
Eric AndersenEric Andersen
50af12dbd6dSync hdparm -t and -T options with hdparm-5.3, which seems to produce sensible results,
Eric AndersenEric Andersen
481772a4c29Patch from vodz to cleanup libbb/obscure.c:password_check() to not copy too much data.
Eric AndersenEric Andersen
5378fbcb335Joe.C writes: I've reported this bug in April and it still exists in 1.00-pre2. So I made patches for bo...
Eric AndersenEric Andersen
8f4ef159f09Fixup segfault on 'kill -q'
Eric AndersenEric Andersen
c774efe3174extern inline is a bad bad thing. kill it (so mkfs_minix.c will actually compile)
Eric AndersenEric Andersen
7001480a5e5Seems I missed a spot
Eric AndersenEric Andersen
72d8e444f0eMerge/rework config system per the latest from linux-2.6.0-test2. Fix the config bugs revealed by the updated config ...
Manuel Novoa IIIManuel Novoa III
461c279ac17Might as well get my name in AUTHORS before 1.0...
Manuel Novoa IIIManuel Novoa III
b1d5b741ac3Save 0.5K.
Eric AndersenEric Andersen
546f21aa2deRemove code that too agressively disabled inlines
Eric AndersenEric Andersen
e6b811583a6Minor cleanup
Glenn L McGrathGlenn L McGrath
91e464632b3Fix bug when handling debian packages. If we read the contents of compressed files within the ar archive, e.g. contro...
Eric AndersenEric Andersen
6a9ca985b81Remove LRP (now defunct) and replace it with leaf.
Eric AndersenEric Andersen
7a6a77362baUpdate webpage and changelog for release
Eric AndersenEric Andersen
25f95dee2d6Lars Ekman writes: When using "losetup" the device is always setup as Read-Only. (I have only tested with the -o fl...
Eric AndersenEric Andersen
040f440262blast_patch100 from vidz updating fdisk to 2.12pre
Eric AndersenEric Andersen
08804ceaf10Do not require that the signal number be specified
Eric AndersenEric Andersen
76097edc0ebEric Spakman writes: The recent changes in ifupdown where all calls to 'ip link set' and 'ip addr set' are swapped g...
Eric AndersenEric Andersen
3124a9ecee2Vladimir N. Oleynik writes: This moment have algoritmicaly problem, not overflow: strcat(wrapped, wrapped) -...
Eric AndersenEric Andersen
b99aec0ba5bChristian Meyer provided this patch to fix more bugs with the tftp client
Eric AndersenEric Andersen
d8ceba959a9Ronny L Nilsson writes: The login process should always timeout if user don't login sucessfully within reasonable ti...
Eric AndersenEric Andersen
eef2317b9f5Ronny L Nilsson writes: If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command segfaults if in...
Eric AndersenEric Andersen
eac20451d24Set libbb dead last in the link order
Eric AndersenEric Andersen
c663ab0c6bfMatch up interfaces
Eric AndersenEric Andersen
ca16204c31aFixup typo noticed by Nick Fedchik
Eric AndersenEric Andersen
2a186890ee6Bruno Randolf writes: this patch fixes run_parts when it's called by ifupdown. 1) argv has to be a NULL terminated c...
Eric AndersenEric Andersen
81fe123040bVladimir N. Oleynik writes: Last patch have synced form Manuel Nova III xxreadtoken() function, corrected (C) form d...
Eric AndersenEric Andersen
9cdef5d9286Yang Xiaopeng writes: >I'm sure that no user process use old root now, but when run "umount >/old_root", it says: >...
Eric AndersenEric Andersen
930c59675a6bump version to 1.0.0-pre2
Eric AndersenEric Andersen
cad4c5b0f30A small update to the new docs. Plenty more is needed...
Eric AndersenEric Andersen
40520518640Patch from vodz to update httpd usage
Eric AndersenEric Andersen
c470f4477adThis is synced from dash-0.4.17 and full ready for insert to new busybox version: ftp://ftp.simtreas.ru/pub/my/bb/new...
Eric AndersenEric Andersen
9b476611657Avoid shadowing built-in function `log'
Eric AndersenEric Andersen
68d4a85f129Fixup bugs in last patch
Eric AndersenEric Andersen
f3a02bbf414Update docs a bit
Eric AndersenEric Andersen
05df91a3ac5last_patch98 from vodz: Denis, ># ./busybox env - echo zzz >zzz ># ./busybox echo -n zzz >zzz ># ./busybox env - ec...
Eric AndersenEric Andersen
35e643b39f6last_patch95 from vodz: Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system...
Eric AndersenEric Andersen
4f4631732caAdd a "search google" button
Eric AndersenEric Andersen
f96675bc50eJames Petterson writes: I've found a possible bug in libbb/interface.c, in function if_readlist_proc(). This functio...
Eric AndersenEric Andersen
727f529211bThere should be only one instance of CONFIG_FEATURE_AUTOWIDTH
Eric AndersenEric Andersen
342aea967faAllow people to use the full blown iproute2 programs with busybox ifupdown.
Eric AndersenEric Andersen
a1ed06b0473Move start_stop_daemon to debianutils. Cleanup run_parts a bit and add long opts
Eric AndersenEric Andersen
aa820dbc008cleanup and add long options
Eric AndersenEric Andersen
480f1533f3fThe logger utility does not really depend on CONFIG_SYSLOGD, since it can also be used with other syslog daemons -Erik
Eric AndersenEric Andersen
05e662ab4d6Patch from Christian Meyer: The client gives up way too soon because timeout is set to 0 ... There's a solut...
Eric AndersenEric Andersen
ac00aa7599eSome additional description based on a patch from Terje Kvernes
Eric AndersenEric Andersen
ef73d3b5d9ePatch from Nick Fedchik to fixup paths in busybox/libpwdgrp which were not properly using the bb_path_*_file strings.
Eric AndersenEric Andersen
7d72e796d63Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik
Eric AndersenEric Andersen
d5868c16921Patch from Thomas Gleixner to reap any zombie processes that are reparented to init...
Eric AndersenEric Andersen
f231c72630eDon't depend on CONFIG_LFS. It is really a suggestion, not a requirement, since fdisk will work just fine on smaller...
Manuel Novoa IIIManuel Novoa III
b511f9cea92Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current timezone setting is used for the new date.
Eric AndersenEric Andersen
e5272074c9beliminate DOSTATIC, DODEBUG, etc and name them sensibly
Eric AndersenEric Andersen
20c9f1e5e72Several simplifications and indenting changes, per last_patch97 from vodz
Eric AndersenEric Andersen
4c6c2367817As vodz noticed, I screwed up reboot
Eric AndersenEric Andersen
340aa1cb3f1the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS
Eric AndersenEric Andersen
fe55b260e2aThere is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG
Eric AndersenEric Andersen
b24da33a060Document CONFIG_FEATURE_INSMOD_LOADINKMEM
Eric AndersenEric Andersen
3857a184c76Document CONFIG_ASH_CMDCMD
Eric AndersenEric Andersen
795c4bac917Write some more docs
Eric AndersenEric Andersen
a501d0f01faRemove the update utility, that is only relevant to older 2.0.x kernels that are no longer supported.
Eric AndersenEric Andersen
9c3c38da557Patch from Terje Kvernes adding quite a lot of missing documentation
Eric AndersenEric Andersen
6fd0e31e872Patch from Andrew Flegg: Here's a pretty crude patch to reload /etc/inittab when init receives a SIGHUP. Th...
Eric AndersenEric Andersen
0246222351aSupport reboot, halt, and poweroff independent of busybox init. Simplify and fixup some logic. -Erik
Eric AndersenEric Andersen
85e5e72bc1aRemove remaining libc5 support code
Eric AndersenEric Andersen
0a14c9f924eA minor update for handling older gcc versions
Eric AndersenEric Andersen
d14d2a1f619Update TODO list
Eric AndersenEric Andersen
e199220d487Add a default clean target
Eric AndersenEric Andersen
725db196c36Very minor rdate updates
Eric AndersenEric Andersen
d9fe9589212Error out early if people try to build mount with nfs support using uClibc, but have not enabled UCLIBC_HAS_RPC... -...
Eric AndersenEric Andersen
680ec6eeae1mention stresslinux
Eric AndersenEric Andersen
cde8f53c605Paul Mundt <lethal@linux-sh.org> writes: Here's a bunch of fixes for the watchdog app in busybox. This does a coup...
Eric AndersenEric Andersen
592ebd507a4Patch from Paul Mundt: The current SC_x references automatically assume that everyone uses ttyS/tts as their...
Eric AndersenEric Andersen
3443bd72863Matteo Croce submitted a hdparm applet.
Eric AndersenEric Andersen
1ebcff191a5Patch from Jeff Angielski <jeff@theptrgroup.com> recognizing his work on ftpput and ftpget.
Eric AndersenEric Andersen
8212aa5a379Fixup some little error in the webpage. Mention the Dell TrueMobile 1184.
Eric AndersenEric Andersen
85c3c3f0912Update required kernel version and note that libc5 is no longer supported (it is unmaintained and lacks support for s...
Eric AndersenEric Andersen
1b0075d243cFixup problem unconditionally converting all hard links to symlinks.
Eric AndersenEric Andersen
c9897243160Update changelog and docs
Eric AndersenEric Andersen
db210ae02ceDocument CONFIG_USE_BB_PWD_GRP
Eric AndersenEric Andersen
bb9dc934773Update the default set of applets that are listed
Eric AndersenEric Andersen
d4fcb80609dYet more preparation to make a release...
Eric AndersenEric Andersen
335816bc4ccFix a silly typo
Eric AndersenEric Andersen
43da9d19ef9Looks like I forgot one little tiny detail...
Eric AndersenEric Andersen
cb81e6484d1Update a bunch of docs. Run a script to update my email addr.
Eric AndersenEric Andersen
74f270a3177decouple delgroup and deluser
Eric AndersenEric Andersen
e5642119ee5Patch from Thomas Cameron: Hello all, This patch adds more "Help" text to the config system. Almost al...
Eric AndersenEric Andersen
1eceb127bd1Use standard types
Eric AndersenEric Andersen
b7ebc61b54fMichael Sternberg writes: Latest BusyBox from CVS (Jul 7 2003). File coreutils/ls.c "if" at line 970 sho...
Eric AndersenEric Andersen
fb0c6af2860Patch from Lars Kellogg-Stedman: The attached two patches add config documentation to init/Config.in and fil...
Eric AndersenEric Andersen
9edcabdc340Patch from Lars Kellogg-Stedman: Busybox vi is installed in /bin/vi, but crontab was looking for /usr/bin/vi...
Eric AndersenEric Andersen
96916b7f413Require that LFS is enabled to get fdisk
Eric AndersenEric Andersen
341170b0124Remove all the llseek junk and just use regular old lseek. When DOLFS is enabled, regular lseek is transparently pro...
Eric AndersenEric Andersen
feb283a437cOn second thought, this is a better way to fix things
Eric AndersenEric Andersen
9059e3a37b9Don't use Linux kernel headers -Erik
Eric AndersenEric Andersen
f890f9dd169This declaration no longer needs to hide when using dmalloc
Eric AndersenEric Andersen
e3393513c5fBe certain to not abort prematurely when reading stuff from pipes.
Eric AndersenEric Andersen
9f894f4062dFixup compile problem with dmalloc
Eric AndersenEric Andersen
3c5a83c5672As noted by Thomas Eckert: bb-tar "cjf" does not create a valid tbz2-archive -- if fact the result is a plai...
Eric AndersenEric Andersen
d5a2780aa2foops
Eric AndersenEric Andersen
3c8064ff698Daniel writes: I've found a problem with job control when the init process is restarted. If the system boots for th...
Eric AndersenEric Andersen
40ea66cd9d0Patch from Lars Kellogg-Stedman: Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades) does no...
Eric AndersenEric Andersen
7207b88d062Patch from Lars Kellogg-Stedman: This patch fixes endian problems with get_netmask(). I don't know if this ...
Eric AndersenEric Andersen
65e20a33c20Patch from Kent Robotti adding a bunch of needed docs! -Erik
Eric AndersenEric Andersen
01c3d40f3c0Add the fdformat utility, based on a patch from Kent Robotti, but I then completely reworked the fdformat utility to ...
Eric AndersenEric Andersen
a21f4e018a3Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC. He took a look into the recent reports...
Eric AndersenEric Andersen
e968ee3f70aPatch from Vladimir N. Oleynik (vodz): Last patch have changed for "ipcalc" applet with usage new get_ulflags() ...
Eric AndersenEric Andersen
8a93179c142Patch from Lars Kellogg-Stedman: Erik, et al. The attached patch makes the following changes to networking/...
Eric AndersenEric Andersen
bccb31533efFix stupid unterminated parenthesis
Eric AndersenEric Andersen
9e48045e45dPatch from Russell Coker: I've attached my latest SE Linux patch for busybox against the latest CVS version ...
Eric AndersenEric Andersen
c48d49ad988Patch from Kent Robotti updating fdisk to version v2.11z
Eric AndersenEric Andersen
e5920a2dc05Patch from Kent Robotti adding a bunch of menuconfig help
Eric AndersenEric Andersen
a5c488449e9Using safe_read seems, well, safer...
Eric AndersenEric Andersen
61f6db130e9As implemented, sha1sum would sometimes give the wrong answer. This fixes it and uses faster sha1 code from Dr. Gladm...
Eric AndersenEric Andersen
a63d09a5177Patch from Pavel Roskin to fixup toplevel help text
Eric AndersenEric Andersen
b01ed65ad2eApply last_patch93 from vodz: andersen@busybox.net wrote: >Message: 4 >Modified Files: > init....
Eric AndersenEric Andersen
0b0d393347aRemove bdflush garbage, which is only relevant to unsupported kernel versions
Eric AndersenEric Andersen
4a2dcd904c4oops. make this actually work as intended....
Eric AndersenEric Andersen
7c512439b23Make sure we end up with a unix2dos link to busybox
Eric AndersenEric Andersen
f60d4b491afOops.
Eric AndersenEric Andersen
27cb6846d79last_patch91 from vodz to convert tar to use bb_getopt_ulflags
Eric AndersenEric Andersen
a3bb3e6e0b8Geir Thomassen wrote, regarding networking/httpd.c line 1358 Hello, I think the test for an unconfigured httpd i...
Eric AndersenEric Andersen
fd10c705212Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow". Change fopen to bb_xfopen
Eric AndersenEric Andersen
1c25ba9de1dOops. As Andrew Dennison just noticed, I left a stray space in the Makefile, thereby totally breaking it.
Eric AndersenEric Andersen
b6071ea5cbfRegenerate the busybox.links file when the .config changes
Glenn L McGrathGlenn L McGrath
655d814d753New applet: patch, applies a unified diff
Glenn L McGrathGlenn L McGrath
a0b3705fa12Save a few bytes by using bb_getopt_ulflags and a few other minor improvments
Eric AndersenEric Andersen
f0f754aeaf4Based on a tinylogin patch from Philip Blundell, add several additional options to adduser. -Erik
Eric AndersenEric Andersen
9d9cecfd633Fix a silly bug I introduced yesterday
Eric AndersenEric Andersen
3c8bca364d6Fixup whitespace handing, fixing some annoying behavior and a couple of segfaults
Eric AndersenEric Andersen
25ea42de9bbFall back to looking in /lib/modules/modules.dep if /lib/modules/<kernel version>/modules.dep is missing
Eric AndersenEric Andersen
908e362133ePatch from Andrew Dennison: I've had some issues with modprobe which I reported a few months ago. This is still an i...
Eric AndersenEric Andersen
9d7f0f0fe86Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a "rootfs" entry as well as the traditional...
Eric AndersenEric Andersen
dd92c77bb0dDon't shadow a paramater
Eric AndersenEric Andersen
0cc7e6236a8Fix a couple vars that could be used uninitialized
Eric AndersenEric Andersen
2a41ec6c630use an explicit cast on some types that change size when large file support is enabled.
Eric AndersenEric Andersen
1b2e7c3b2a8Make gcc not whine about "deprecated use of label at end of compound statement"
Eric AndersenEric Andersen
c9e70249243Add prototype update missing from last_patch89. Fix screwy formatting in cut.
Eric AndersenEric Andersen
0f08e53535aPatch from Lars Kellogg-Stedman: I'm building BusyBox using a development kit for MontaVista Hardhat Linux (PPC) -- ...
Eric AndersenEric Andersen
8876fb2f59alast_patch89 from vodz: Manuel, I rewrite bb_getopt_ulflags() function for more universal usage. My ver...
Eric AndersenEric Andersen
dfce3536aceFix rpm usage msg
Eric AndersenEric Andersen
a8da17acefeAdd missing pieces from vodz' last_patch88