Glenn L McGrath | b19c73dee69 | Change make to $(MAKE), patch by Hideki IWAMOTO | | |
Glenn L McGrath | 3bff66617ae | Substitute busybox for uClibc, patch by Hideki IWAMOTO | | |
Glenn L McGrath | 87470def246 | * Since busybox binary is unnecessary, deleted it from prerequisites.
* Changed so that not only links but /bin/busyb... | | |
Glenn L McGrath | b54a7486217 | Fix for compiling with ipv6 | | |
Glenn 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 McGrath | 62b031fb828 | label's dont work in v4 tunnels, patch by Eric Spakman | | |
Glenn L McGrath | a6b7bdcf8ca | Vodz, last patch 105
Busybox "mount" applet unsupport "user" option and
result: must have _BB_SUID_NEVER applet optio... | | |
Glenn L McGrath | dc72f3ace25 | Vodz, last patch 104 | | |
Glenn L McGrath | 7b8765c8086 | vodz, last patch 103 | | |
Glenn L McGrath | 23365976f8e | Correct logic in determining size of block to download, as pointed out
by Junio C Hamano | | |
Glenn 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 McGrath | e7bdfccb3f1 | "When the initial request by wget is responded by a 3XX redirect
response sent in chunked transfer encoding, the code... | | |
Glenn 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 McGrath | 8b96b7169d0 | *** empty log message *** | | |
Glenn L McGrath | 4cee66d5a8a | Dont unlink when testing !
Always preserve creation date
Disable the -p option its for modification date
Remove some ... | | |
Robert Griebl | 444566837c4 | Removed some debug printfs | | |
Glenn L McGrath | b79db92a21a | Syncronise some build files with busybox-cvs-20030819 | | |
Glenn L McGrath | c3f2956cfa1 | Woops, depend on SHA1 not the option | | |
Glenn L McGrath | 4d5e4685fed | SHA1 options depend on SHA1 | | |
Glenn L McGrath | ce6482eace3 | Fix overflow for machines greater than 4GB, return unsigned int to avoid
a cast and for greater accuracy. | | |
Eric 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 Andersen | 6d3c7e7a9cd | trivial doc fix | | |
Eric Andersen | 24e098a77d5 | Fixup 'make clean' to properly clean the _install directory | | |
Glenn L McGrath | d382c894679 | Typo | | |
Glenn L McGrath | 3d5828fb6da | Change hardlink handling for tar to work the same way as cpio | | |
Manuel Novoa III | 062913f6628 | Fix a bug reported by junkio@cox.net involving the mode_chars index. | | |
Eric Andersen | bf83355dda6 | Patch from Paul Mundt (lethal) adding sh64 insmod support for busybox | | |
Manuel Novoa III | 4456f25e8fa | Rewrite timescmd() function to avoid the use of floating point and to
correct a bug in the seconds display where some... | | |
Manuel Novoa III | 5b3c05637d4 | Remove unnecessary pointer dereference. | | |
Eric Andersen | 9a9f6777e9c | fix style sheet so site doesn't look like crap with IE | | |
Manuel Novoa III | 96379b0d7da | Adjust Erik's change, as I don't claim copyright of the applet. | | |
Eric Andersen | 8f4cdd516dc | Move shell descriptions to the config system | | |
Eric Andersen | b287e2e27a3 | Use the new 'select' option to make the shell config
much less evil and far more obvious.
-Erik | | |
Eric Andersen | c601ff149a9 | Begin using the new "select" option. Good stuff! | | |
Eric Andersen | 2e9c2570006 | Implement a minimalist 'last' which allows the LEAF project to
no longer need dumtp. Remove the 'dumtp' applet.
-Erik | | |
Eric Andersen | f1c56a93066 | quiet some noise | | |
Eric Andersen | 92fb9395f74 | Kent Robotti noted that mt.c uses "rewind" not "rew" | | |
Eric Andersen | 99a75d13762 | Patch from Kent Robotti to being fdisk in sync with v2.12 final. | | |
Eric Andersen | de6a6ae876c | Remove unnecessary defamatory comment | | |
Eric Andersen | 6c0e0fb8ac7 | Fix a stupid bug I introduced several months ago | | |
Eric Andersen | 3869f66eac8 | Begin preparing for another release | | |
Eric Andersen | 9089844382a | Latest dash update from vodz | | |
Eric Andersen | dc19af41791 | Patch from Eric Spakman to update "run-parts" help text in Config.in. | | |
Eric Andersen | fdd2a0f3182 | Eric Spakman writes:
The attached patch adds "mtu" and "hwaddress" to the inet6 method and
"mtu", "hwaddr" and "poin... | | |
Eric Andersen | d3652bf334a | Patch from vodz:
I wrote:
>>I think, fdisk have special ext2lseek special for:
>>disk can have size > 4Gb, but all a... | | |
Eric Andersen | 0a57a79e387 | Patch from Steven Scholz:
should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and
use it for "set" and "... | | |
Eric Andersen | 4b4e09854c5 | Steven Scholz writes:
the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too
much when using CON... | | |
Eric Andersen | 50af12dbd6d | Sync hdparm -t and -T options with hdparm-5.3, which seems
to produce sensible results, | | |
Eric Andersen | 481772a4c29 | Patch from vodz to cleanup libbb/obscure.c:password_check()
to not copy too much data. | | |
Eric Andersen | 5378fbcb335 | Joe.C writes:
I've reported this bug in April and it still
exists in 1.00-pre2. So I made patches for
bo... | | |
Eric Andersen | 8f4ef159f09 | Fixup segfault on 'kill -q' | | |
Eric Andersen | c774efe3174 | extern inline is a bad bad thing. kill it (so mkfs_minix.c will
actually compile) | | |
Eric Andersen | 7001480a5e5 | Seems I missed a spot | | |
Eric Andersen | 72d8e444f0e | Merge/rework config system per the latest from linux-2.6.0-test2.
Fix the config bugs revealed by the updated config ... | | |
Manuel Novoa III | 461c279ac17 | Might as well get my name in AUTHORS before 1.0... | | |
Manuel Novoa III | b1d5b741ac3 | Save 0.5K. | | |
Eric Andersen | 546f21aa2de | Remove code that too agressively disabled inlines | | |
Eric Andersen | e6b811583a6 | Minor cleanup | | |
Glenn L McGrath | 91e464632b3 | Fix bug when handling debian packages.
If we read the contents of compressed files within the ar archive,
e.g. contro... | | |
Eric Andersen | 6a9ca985b81 | Remove LRP (now defunct) and replace it with leaf. | | |
Eric Andersen | 7a6a77362ba | Update webpage and changelog for release | | |
Eric Andersen | 25f95dee2d6 | Lars Ekman writes:
When using "losetup" the device is always setup as Read-Only.
(I have only tested with the -o fl... | | |
Eric Andersen | 040f440262b | last_patch100 from vidz updating fdisk to 2.12pre | | |
Eric Andersen | 08804ceaf10 | Do not require that the signal number be specified | | |
Eric Andersen | 76097edc0eb | Eric Spakman writes:
The recent changes in ifupdown where all calls to 'ip link set' and
'ip addr set' are swapped g... | | |
Eric Andersen | 3124a9ecee2 | Vladimir N. Oleynik writes:
This moment have algoritmicaly problem, not overflow:
strcat(wrapped, wrapped) -... | | |
Eric Andersen | b99aec0ba5b | Christian Meyer provided this patch to fix more bugs with the tftp client | | |
Eric Andersen | d8ceba959a9 | Ronny L Nilsson writes:
The login process should always timeout if user don't login sucessfully within
reasonable ti... | | |
Eric Andersen | eef2317b9f5 | Ronny L Nilsson writes:
If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command
segfaults if in... | | |
Eric Andersen | eac20451d24 | Set libbb dead last in the link order | | |
Eric Andersen | c663ab0c6bf | Match up interfaces | | |
Eric Andersen | ca16204c31a | Fixup typo noticed by Nick Fedchik | | |
Eric Andersen | 2a186890ee6 | Bruno Randolf writes:
this patch fixes run_parts when it's called by ifupdown. 1) argv has to be a
NULL terminated c... | | |
Eric Andersen | 81fe123040b | Vladimir N. Oleynik writes:
Last patch have synced form Manuel Nova III xxreadtoken() function,
corrected (C) form d... | | |
Eric Andersen | 9cdef5d9286 | Yang Xiaopeng writes:
>I'm sure that no user process use old root now, but when run "umount
>/old_root", it says:
>... | | |
Eric Andersen | 930c59675a6 | bump version to 1.0.0-pre2 | | |
Eric Andersen | cad4c5b0f30 | A small update to the new docs. Plenty more is needed... | | |
Eric Andersen | 40520518640 | Patch from vodz to update httpd usage | | |
Eric Andersen | c470f4477ad | This 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 Andersen | 9b476611657 | Avoid shadowing built-in function `log' | | |
Eric Andersen | 68d4a85f129 | Fixup bugs in last patch | | |
Eric Andersen | f3a02bbf414 | Update docs a bit | | |
Eric Andersen | 05df91a3ac5 | last_patch98 from vodz:
Denis,
># ./busybox env - echo zzz
>zzz
># ./busybox echo -n zzz
>zzz
># ./busybox env - ec... | | |
Eric Andersen | 35e643b39f6 | last_patch95 from vodz:
Hi.
Last patch have new libbb function
vfork_rexec() for can use daemon() to uClinux system... | | |
Eric Andersen | 4f4631732ca | Add a "search google" button | | |
Eric Andersen | f96675bc50e | James Petterson writes:
I've found a possible bug in libbb/interface.c, in function
if_readlist_proc(). This functio... | | |
Eric Andersen | 727f529211b | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | | |
Eric Andersen | 342aea967fa | Allow people to use the full blown iproute2 programs with busybox ifupdown. | | |
Eric Andersen | a1ed06b0473 | Move start_stop_daemon to debianutils.
Cleanup run_parts a bit and add long opts | | |
Eric Andersen | aa820dbc008 | cleanup and add long options | | |
Eric Andersen | 480f1533f3f | The logger utility does not really depend on CONFIG_SYSLOGD,
since it can also be used with other syslog daemons
-Erik | | |
Eric Andersen | 05e662ab4d6 | Patch from Christian Meyer:
The client gives up way too soon because timeout is set to 0 ...
There's a solut... | | |
Eric Andersen | ac00aa7599e | Some additional description based on a patch from Terje Kvernes | | |
Eric Andersen | ef73d3b5d9e | Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp
which were not properly using the bb_path_*_file strings. | | |
Eric Andersen | 7d72e796d63 | Rework kill / killall so it behaves itself, even when subjected
to abuse.
-Erik | | |
Eric Andersen | d5868c16921 | Patch from Thomas Gleixner to reap any zombie processes that are
reparented to init... | | |
Eric Andersen | f231c72630e | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,
since fdisk will work just fine on smaller... | | |
Manuel Novoa III | b511f9cea92 | Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current
timezone setting is used for the new date. | | |
Eric Andersen | e5272074c9b | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | | |
Eric Andersen | 20c9f1e5e72 | Several simplifications and indenting changes, per
last_patch97 from vodz | | |
Eric Andersen | 4c6c2367817 | As vodz noticed, I screwed up reboot | | |
Eric Andersen | 340aa1cb3f1 | the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS | | |
Eric Andersen | fe55b260e2a | There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUG | | |
Eric Andersen | b24da33a060 | Document CONFIG_FEATURE_INSMOD_LOADINKMEM | | |
Eric Andersen | 3857a184c76 | Document CONFIG_ASH_CMDCMD | | |
Eric Andersen | 795c4bac917 | Write some more docs | | |
Eric Andersen | a501d0f01fa | Remove the update utility, that is only relevant to older 2.0.x kernels
that are no longer supported. | | |
Eric Andersen | 9c3c38da557 | Patch from Terje Kvernes adding quite a lot of missing documentation | | |
Eric Andersen | 6fd0e31e872 | Patch from Andrew Flegg:
Here's a pretty crude patch to reload /etc/inittab when init receives a
SIGHUP. Th... | | |
Eric Andersen | 0246222351a | Support reboot, halt, and poweroff independent of busybox init.
Simplify and fixup some logic.
-Erik | | |
Eric Andersen | 85e5e72bc1a | Remove remaining libc5 support code | | |
Eric Andersen | 0a14c9f924e | A minor update for handling older gcc versions | | |
Eric Andersen | d14d2a1f619 | Update TODO list | | |
Eric Andersen | e199220d487 | Add a default clean target | | |
Eric Andersen | 725db196c36 | Very minor rdate updates | | |
Eric Andersen | d9fe9589212 | Error out early if people try to build mount with nfs support
using uClibc, but have not enabled UCLIBC_HAS_RPC...
-... | | |
Eric Andersen | 680ec6eeae1 | mention stresslinux | | |
Eric Andersen | cde8f53c605 | Paul Mundt <lethal@linux-sh.org> writes:
Here's a bunch of fixes for the watchdog app in busybox. This does a
coup... | | |
Eric Andersen | 592ebd507a4 | Patch from Paul Mundt:
The current SC_x references automatically assume that everyone uses ttyS/tts
as their... | | |
Eric Andersen | 3443bd72863 | Matteo Croce submitted a hdparm applet. | | |
Eric Andersen | 1ebcff191a5 | Patch from Jeff Angielski <jeff@theptrgroup.com> recognizing
his work on ftpput and ftpget. | | |
Eric Andersen | 8212aa5a379 | Fixup some little error in the webpage. Mention the Dell TrueMobile 1184. | | |
Eric Andersen | 85c3c3f0912 | Update required kernel version and note that libc5 is no longer
supported (it is unmaintained and lacks support for s... | | |
Eric Andersen | 1b0075d243c | Fixup problem unconditionally converting all hard links to symlinks. | | |
Eric Andersen | c9897243160 | Update changelog and docs | | |
Eric Andersen | db210ae02ce | Document CONFIG_USE_BB_PWD_GRP | | |
Eric Andersen | bb9dc934773 | Update the default set of applets that are listed | | |
Eric Andersen | d4fcb80609d | Yet more preparation to make a release... | | |
Eric Andersen | 335816bc4cc | Fix a silly typo | | |
Eric Andersen | 43da9d19ef9 | Looks like I forgot one little tiny detail... | | |
Eric Andersen | cb81e6484d1 | Update a bunch of docs. Run a script to update my email addr. | | |
Eric Andersen | 74f270a3177 | decouple delgroup and deluser | | |
Eric Andersen | e5642119ee5 | Patch from Thomas Cameron:
Hello all,
This patch adds more "Help" text to the config system. Almost
al... | | |
Eric Andersen | 1eceb127bd1 | Use standard types | | |
Eric Andersen | b7ebc61b54f | Michael Sternberg writes:
Latest BusyBox from CVS (Jul 7 2003).
File coreutils/ls.c
"if" at line 970 sho... | | |
Eric Andersen | fb0c6af2860 | Patch from Lars Kellogg-Stedman:
The attached two patches add config documentation to init/Config.in and
fil... | | |
Eric Andersen | 9edcabdc340 | Patch from Lars Kellogg-Stedman:
Busybox vi is installed in /bin/vi, but crontab was looking for
/usr/bin/vi... | | |
Eric Andersen | 96916b7f413 | Require that LFS is enabled to get fdisk | | |
Eric Andersen | 341170b0124 | Remove all the llseek junk and just use regular old lseek. When DOLFS is
enabled, regular lseek is transparently pro... | | |
Eric Andersen | feb283a437c | On second thought, this is a better way to fix things | | |
Eric Andersen | 9059e3a37b9 | Don't use Linux kernel headers
-Erik | | |
Eric Andersen | f890f9dd169 | This declaration no longer needs to hide when using dmalloc | | |
Eric Andersen | e3393513c5f | Be certain to not abort prematurely when reading stuff from pipes. | | |
Eric Andersen | 9f894f4062d | Fixup compile problem with dmalloc | | |
Eric Andersen | 3c5a83c5672 | As noted by Thomas Eckert:
bb-tar "cjf" does not create a valid tbz2-archive -- if fact the result is a
plai... | | |
Eric Andersen | d5a2780aa2f | oops | | |
Eric Andersen | 3c8064ff698 | Daniel writes:
I've found a problem with job control when the init process is restarted.
If the system boots for th... | | |
Eric Andersen | 40ea66cd9d0 | Patch from Lars Kellogg-Stedman:
Glibc 2.1.3 (used by the Hardhat Linux SDK distributed by Cyclades)
does no... | | |
Eric Andersen | 7207b88d062 | Patch from Lars Kellogg-Stedman:
This patch fixes endian problems with get_netmask(). I don't know if
this ... | | |
Eric Andersen | 65e20a33c20 | Patch from Kent Robotti adding a bunch of needed docs!
-Erik | | |
Eric Andersen | 01c3d40f3c0 | Add the fdformat utility, based on a patch from Kent Robotti,
but I then completely reworked the fdformat utility to ... | | |
Eric Andersen | a21f4e018a3 | Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC.
He took a look into the recent reports... | | |
Eric Andersen | e968ee3f70a | Patch from Vladimir N. Oleynik (vodz):
Last patch have changed for "ipcalc" applet with usage new get_ulflags()
... | | |
Eric Andersen | 8a93179c142 | Patch from Lars Kellogg-Stedman:
Erik, et al.
The attached patch makes the following changes to networking/... | | |
Eric Andersen | bccb31533ef | Fix stupid unterminated parenthesis | | |
Eric Andersen | 9e48045e45d | Patch from Russell Coker:
I've attached my latest SE Linux patch for busybox against the latest CVS
version ... | | |
Eric Andersen | c48d49ad988 | Patch from Kent Robotti updating fdisk to version v2.11z | | |
Eric Andersen | e5920a2dc05 | Patch from Kent Robotti adding a bunch of menuconfig help | | |
Eric Andersen | a5c488449e9 | Using safe_read seems, well, safer... | | |
Eric Andersen | 61f6db130e9 | As implemented, sha1sum would sometimes give the wrong answer.
This fixes it and uses faster sha1 code from Dr. Gladm... | | |
Eric Andersen | a63d09a5177 | Patch from Pavel Roskin to fixup toplevel help text | | |
Eric Andersen | b01ed65ad2e | Apply last_patch93 from vodz:
andersen@busybox.net wrote:
>Message: 4
>Modified Files:
> init.... | | |
Eric Andersen | 0b0d393347a | Remove bdflush garbage, which is only relevant to unsupported
kernel versions | | |
Eric Andersen | 4a2dcd904c4 | oops. make this actually work as intended.... | | |
Eric Andersen | 7c512439b23 | Make sure we end up with a unix2dos link to busybox | | |
Eric Andersen | f60d4b491af | Oops. | | |
Eric Andersen | 27cb6846d79 | last_patch91 from vodz to convert tar to use bb_getopt_ulflags | | |
Eric Andersen | a3bb3e6e0b8 | Geir Thomassen wrote, regarding networking/httpd.c line 1358
Hello, I think the test for an unconfigured httpd i... | | |
Eric Andersen | fd10c705212 | Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".
Change fopen to bb_xfopen | | |
Eric Andersen | 1c25ba9de1d | Oops. As Andrew Dennison just noticed, I left a stray
space in the Makefile, thereby totally breaking it. | | |
Eric Andersen | b6071ea5cbf | Regenerate the busybox.links file when the .config changes | | |
Glenn L McGrath | 655d814d753 | New applet: patch, applies a unified diff | | |
Glenn L McGrath | a0b3705fa12 | Save a few bytes by using bb_getopt_ulflags and a few other minor
improvments | | |
Eric Andersen | f0f754aeaf4 | Based on a tinylogin patch from Philip Blundell, add several
additional options to adduser.
-Erik | | |
Eric Andersen | 9d9cecfd633 | Fix a silly bug I introduced yesterday | | |
Eric Andersen | 3c8bca364d6 | Fixup whitespace handing, fixing some annoying behavior and
a couple of segfaults | | |
Eric Andersen | 25ea42de9bb | Fall back to looking in /lib/modules/modules.dep if
/lib/modules/<kernel version>/modules.dep is missing | | |
Eric Andersen | 908e362133e | Patch from Andrew Dennison:
I've had some issues with modprobe which I reported a few months ago. This
is still an i... | | |
Eric Andersen | 9d7f0f0fe86 | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a
"rootfs" entry as well as the traditional... | | |
Eric Andersen | dd92c77bb0d | Don't shadow a paramater | | |
Eric Andersen | 0cc7e6236a8 | Fix a couple vars that could be used uninitialized | | |
Eric Andersen | 2a41ec6c630 | use an explicit cast on some types that change size when
large file support is enabled. | | |
Eric Andersen | 1b2e7c3b2a8 | Make gcc not whine about "deprecated use of label at end of compound statement" | | |
Eric Andersen | c9e70249243 | Add prototype update missing from last_patch89. Fix screwy
formatting in cut. | | |
Eric Andersen | 0f08e53535a | Patch from Lars Kellogg-Stedman:
I'm building BusyBox using a development kit for MontaVista Hardhat Linux
(PPC) -- ... | | |
Eric Andersen | 8876fb2f59a | last_patch89 from vodz:
Manuel,
I rewrite bb_getopt_ulflags() function for more universal usage.
My ver... | | |
Eric Andersen | dfce3536ace | Fix rpm usage msg | | |
Eric Andersen | a8da17acefe | Add missing pieces from vodz' last_patch88 | | |
Next → |