Eric Andersen | 28738ff42d6 | Minor update | | |
Eric Andersen | 47b73d09bad | Mention Acronis PartitionExpert | | |
Eric Andersen | b48847319cb | More doc updates | | |
Eric Andersen | cd2af2475c9 | Add an example inetd.conf file | | |
Eric Andersen | 075dd81c446 | Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
stupid and didn't work properly anyways. | | |
Eric Andersen | b80c67e32c8 | Update the default config | | |
Eric Andersen | 01bf3d0c92a | Bump version to -pre9 | | |
Eric Andersen | c4e5bfd65b4 | Fix buffalo url | | |
Eric Andersen | 15c03c315f4 | Yet more doc updates | | |
Eric Andersen | a151d195040 | Yet more doc cleanups. Many thanks to Robert P. J. Day for
kindly reviewing the existing docs and providing helpful ... | | |
Eric Andersen | 0a87ac65463 | Seem not many people are using 'ipaddr' since it has
never worked.... Most people use 'ip addr foo' I suppose. | | |
Eric Andersen | 7b5bb51f6a0 | Fix indenting | | |
Eric Andersen | 178de17969c | yet-more doc updates and cleanups | | |
Eric Andersen | 69bd0d1e892 | Yet more doc updates | | |
Eric Andersen | f730088bbcb | Eliminate all trace of the sgml based docs. It was a noble effort,
but it just never worked out... | | |
Eric Andersen | 515881c6e1d | Fix it so build dependancies actually work and do something useful | | |
Eric Andersen | 674b08a6b8c | Fix it so usage is _always_ in sync with applets.c. Previously,
broken depends allowed these to get out of sync. | | |
Eric Andersen | 7e496a71cfe | Michael Tokarev, mjt at tls dot msk dot ru writes:
Fix parsing of all tag-value pairs (in modules.conf in particular... | | |
Eric Andersen | d298bd1d513 | Michael Tokarev, mjt at tls dot msk dot ru writes:
alias 'off' parsing fix.
It is not
alias off module
it is
alias... | | |
Eric Andersen | ba05e79815d | Michael Tokarev, mjt at tls dot msk dot ru writes:
Initialize all fields of struct dep_t.
Without that, e.g. `busybo... | | |
Eric Andersen | 3f47c453daa | Christian Grigis, christian.grigis at smartdata dot ch writes:
Hello everyone,
Busybox's insmod fails to locate a m... | | |
Eric Andersen | b07ae7ba106 | Yet more 'make allyesconfig' adjustments | | |
Eric Andersen | 8ee6943d3e6 | Make 'allyesconfig' be a bit less stupid | | |
Eric Andersen | 5c1ee519ea0 | Minor tar test update | | |
Eric Andersen | ba9b22a8ccd | Simplify, make formatting better match the procps version | | |
Eric Andersen | 650fe63467e | Kill off the old 'tests' stuff. Write a ton of new tests for the
'testsuite' dir. Fix a bunch of broken tests. Fix... | | |
Eric Andersen | 39396b95fc7 | Fix non standard 'date -R' formatting | | |
Eric Andersen | c354f6ee54c | Fix the test suite script so it actually works and actually flags
all errors as such. Make verbose mode exit on FAIL... | | |
Eric Andersen | b2e267f1538 | Some test additions | | |
Eric Andersen | 18751cd4a2f | Patch adding support for ibs= and obs= to dd | | |
Eric Andersen | 009617f4139 | Per suggestion by Pawel Sakowski, fix the dash_arith() prototype
to return a long. We were needlessly truncating to ... | | |
Eric Andersen | b2aa776f891 | Tito, farmatito at tiscali dot it writes:
Hi to all,
I discovered a little bug in hdparm.c
(really two little bugs..... | | |
Eric Andersen | 762c64fdf1a | rename uncompress.c to decompress_uncompress.c
rename unzip.c to decompress_unzip.c | | |
Eric Andersen | 522a2f3b395 | Everything should be made as simple as possible. But no simpler. | | |
Rob Landley | 25d82397f76 | The last patch broke:
sed -i "/^boo/a fred" ipsec.conf
Which works in gnu sed. (And is _supposed_ to strip all the ... | | |
Eric Andersen | 0b5bf45d325 | Patch from Hideki IWAMOTO adding support for 'cmp -n' | | |
Eric Andersen | 46390ed829d | Junio Hamano, junio at twinsun dot com writes:
The sed command in busybox 1.0.0-pre8 loses leading whitespace
in 'a'... | | |
Eric Andersen | c11a6a887b8 | Patch from Thomas Winkler:
ifconfig did not look up hostnames, so
ifconfig lo localhost
would not work, you have to... | | |
Eric Andersen | 11e5516d675 | Patch from Thomas Winkler showing the the system time for each process
when running 'top' | | |
Eric Andersen | 90fb65f7a60 | Patch from Thomas Winkler -- vi -R did not work | | |
Eric Andersen | bbbbcfef24a | Sigh. what a mess. | | |
Eric Andersen | 0a92f357022 | As waldi noticed, checks for the size of an off_t and casting
etc was also redundant and possibly buggy... | | |
Eric Andersen | 259cf97803d | Go ahead and kill off the FDISK_SUPPORT_LARGE_DISKS option,
as it is redundant.... | | |
Eric Andersen | 1236631700b | The fdisk llseek junk was redundant, since both uClibc and glibc
automatically promote lseek and friends to their 64 ... | | |
Eric Andersen | 75eb90f2888 | As noted by Martin Schwenke, the example for find was wrong | | |
Eric Andersen | 38748fddf3f | Yet more doc cleanups | | |
Eric Andersen | 8ee2b27f0c8 | Add missing include files | | |
Eric Andersen | ea9bcda3730 | passwd and sulogin also need libcrypt, via libbb/pw_encrypt() | | |
Eric Andersen | 70060d25d23 | s/fileno\(stdin\)/STDIN_FILENO/g
s/fileno\(stdout\)/STDOUT_FILENO/g | | |
Eric Andersen | edd580a088f | Vladimir N. Oleynik (vodz) writes:
Ok. Last patch reduce 73 bytes for compensate (and over) your changes ;-)
Commen... | | |
Eric Andersen | fbcf06d2960 | Update docs | | |
Eric Andersen | 97310d02539 | Brian Pomerantz writes:
I've noticed a bug in the "autowidth" feature more, and is probably in
others. The call to ... | | |
Robert Griebl | 6bb80870b83 | Some corrections from vodz:
- Make -u/-l mutually exclusive
- Minor size reduction | | |
Robert Griebl | c8685ead577 | The utc variable was not modified according to the -u/-l command line
parameters. | | |
Eric Andersen | bfb51574ae1 | Tito noticed a printf that should have been a bb_error_msg. | | |
Manuel Novoa III | 539fa95e0d3 | Oops.. got a bit to aggressive with size optimization and global replace. :-( | | |
Eric Andersen | 1daa0c60971 | As noted in a patch from Kendrick Hamilton, rmmod was only
half way converted, and still used the old delete_module()... | | |
Eric Andersen | 9e458f5b7a3 | Add missing ELFCLASSM for m68k | | |
Eric Andersen | 16451a07b44 | Only use R_68K_GOTOFF if it is defined | | |
Eric Andersen | 06d4ec2a4b9 | Fix broken arg parsing (was not passing pointer to items so p, argc, and argv
were only modified locally). Fix error... | | |
Eric Andersen | 16767e23772 | Patch from vodz to fix the dynamic vars patch, which I should not
have checked in. Vladimir writes:
Your patch have... | | |
Eric Andersen | ca65ca7d450 | Oops. Using the wrong variable was a rather stupid
thing for me to do. | | |
Eric Andersen | c7bda1ce659 | Remove trailing whitespace. Update copyright to include 2004. | | |
Manuel Novoa III | 8854004b410 | I redid route. | | |
Eric Andersen | 63a1a7aaa52 | Update docs for start_stop_daemon to match reality. Update
the reality a bit to better match debian behavior. | | |
Eric Andersen | 55c704c119c | Fix some doc generation problems | | |
Eric Andersen | ed43806c3b3 | Hideki IWAMOTO writes:
Current `tr' implementation has a problem, if `plain char' is signed.
[current cvs version]
... | | |
Eric Andersen | d20d37559f6 | Fix some goofy formatting | | |
Eric Andersen | 3cac0c7d7ff | Add prototypes for safe_strtol and friends | | |
Eric Andersen | 08f59e32c18 | Fix awk entry, which was not showing up in BusyBox.txt for some reason | | |
Eric Andersen | ef02f82bcf6 | Paul Mundt, lethal at linux-sh dot org writes:
Here's a follow-up replacement to the patch I sent earlier, this adju... | | |
Glenn L McGrath | b7b3bda3ba0 | Patch from Thomas Frohlich to fix an option ordering bug of mine. | | |
Glenn L McGrath | c66ebe4200a | When displaying the size in 1kB blocks round up if an odd number of
blocks | | |
Glenn L McGrath | 44c0e17dbe0 | Patch by Seth W. Klein, the -l switch was reversed | | |
Manuel Novoa III | 7d0c51919ce | In spite of the feature freeze, check in a complete rework of route which
fixes some bugs, adds some error checking, ... | | |
Eric Andersen | 2715fa147a3 | Note that /proc must be mounted for filesystem type autodetection
to work. Without /proc mounted, one must explicitl... | | |
Eric Andersen | 21d308601eb | David Anders (prpplague) submitted this patch to allow login to work
when the device nodes are symlinks on a read onl... | | |
Manuel Novoa III | 1117c5281b4 | Fix broken sort order flags. | | |
Manuel Novoa III | 948d4907a0d | My bug. :-( | | |
Eric Andersen | 2479445562a | Fix/eliminate use of atol | | |
Glenn L McGrath | c4db0833a6c | Patch from Matt Kraai to fix debian bug number 231994.
There was an extra blank line preceding the first directory. | | |
Glenn L McGrath | a89bbfb2579 | Woops, how did that get in there | | |
Manuel Novoa III | adab517f76b | Don't build these support functions for uClibc, as it always supplies
versions. | | |
Glenn L McGrath | db6ee81c994 | Patch from John Powers, adds multicast (rfc2090) and timeout (rfc2349)
options | | |
Glenn L McGrath | ec58bce3638 | Patch from duane no-name, optionally request additional items | | |
Glenn L McGrath | 3f79300e37d | Patch by Andrew Victor,
In arpping.h, fix structure alignment of "struct arpMsg".
GCC can insert padding in the struc... | | |
Glenn L McGrath | 0226596dcb2 | Fix a typo, patch by Andrew Victor | | |
Glenn L McGrath | 1bdc5d87f4e | Patch from Tony J. White to allow paths to be configured | | |
Glenn L McGrath | bd5d84ddca8 | Patch by Denis Vlasenko to add forground support. | | |
Glenn L McGrath | fbe984e1c9b | Fix debugging output, patch by Hideki IWAMOTO | | |
Glenn L McGrath | c45146cf244 | Patch by Felipe Kellermann to fix a compiler compatability problem | | |
Glenn L McGrath | 3d752f7ab2e | Patch from Steven Scholz to fix compiler warnings | | |
Glenn L McGrath | fca056f6912 | New applet, eject, by Peter Willis | | |
Glenn L McGrath | 95ed8d9f35c | Close bracket in description from Peter Willis's eject applet | | |
Glenn L McGrath | d2b860fecb7 | Patch from Vernon Sauder.
The off_t type is not a consistent size; it depends on the kernel options
(something about ... | | |
Glenn L McGrath | bbf2ce36d84 | Fix a compile error identiefied by Steven Scholz.
Declare variables first for compatability. | | |
Glenn L McGrath | e84152e9e17 | Check file has execute permission for the current user, minor formating | | |
Glenn L McGrath | d5d5e54290d | Quick fix for tftp truncation bug | | |
Glenn L McGrath | d1daf8b6f4d | Patch from Denis Dowling to fix a ocuple of usage entries | | |
Glenn L McGrath | 10b781345f5 | Fix option handling, -i or -t must be given, if both ignore the -t.
Use bb_getopt_ulflags. | | |
Eric Andersen | d8746cdc40b | Joe.C, joe at numa dot com dot tw writes:
Hi,
When downloading files over slow network (e.g. wireless/
internet) us... | | |
Eric Andersen | 60be069d581 | Prepare for release | | |
Glenn L McGrath | 181f0773e25 | bb_full_fd_action was incorrectly returning an error message causing
major breaking. | | |
Eric Andersen | a9d8f9c7bf0 | Bump up version in preparation for -pre8 | | |
Eric Andersen | 539ffc91296 | Fernando Silveira writes:
Hi,
Well, I made this patch a long time ago (08/2002) because it was a
need of a proj... | | |
Glenn L McGrath | df2c56529c9 | Fix from Paul Kortekaas for syslog -C option, size should be in kB. | | |
Glenn L McGrath | 4bded58207d | Patch from Dmitry Zakharov, this line was missedfrom the last patch | | |
Eric Andersen | 817565a0ffe | For the time being, revert the changes for detecting copying
a directory into itself. It is harder to do this correc... | | |
Glenn L McGrath | 15a4f1ee50f | Patch from Chris Larson (kergoth), to allow multiple directores to be
unmounted at once. | | |
Glenn L McGrath | df7d84cf252 | Patch from Vodz, cleanup memory usage, send strdup error messages to
syslog. | | |
Glenn L McGrath | 7fc504c6f7e | Vodz. last_patch_128
- declare applet_using as static from applets.c
- small correction to cmdedit,
previous versi... | | |
Glenn L McGrath | 90ed9a0eb6e | Patch from James Zhu, telnetd window resizing support. | | |
Glenn L McGrath | 689e4b95313 | Use bb_getopt_ulflags, marginal saving, better argument checking. | | |
Glenn L McGrath | f461e0123d0 | Use /var/lib/hwclock for adjtime, its really a state file rather than a
config file, so it should be in /etc, FHS men... | | |
Glenn L McGrath | fa134cd954a | Patch from Florian Schirmer. compile fix for debug builds | | |
Glenn L McGrath | d33278dea56 | Patch from Hideki IWAMOTO, output debugging messages to stderr | | |
Glenn L McGrath | 34e1469f248 | remove duplicate header declarations | | |
Glenn L McGrath | 9079ad0cab6 | Fixup braces (patch from Thomas Geulig), run through indent and manually
adjust. | | |
Glenn L McGrath | e7f2b2bf315 | Thomas Geulig, remove duplicate header | | |
Glenn L McGrath | 58fd67fa984 | Update usage for ftpget and ftpput | | |
Glenn L McGrath | c699778fbba | Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting or
putting more than 0xffff blocks. | | |
Glenn L McGrath | 6db8c22d07d | Return 1 upon failure | | |
Glenn L McGrath | f1c4b11b241 | No need to check proxy env variable twice, ignore proxy env variable if
its set to 0 | | |
Glenn L McGrath | 15c3512614d | Sometimes i get carried away with the use of function pointers, im sure
it seemed like a good idea at the time. | | |
Glenn L McGrath | 96099d51b6a | Use return instead of exit, use == instead of & ==, left justify labels,
adjustment of whitespace. | | |
Eric Andersen | ced9705c42d | Document missing cp options | | |
Glenn L McGrath | 916ba53f1a3 | Fix up hard links | | |
Glenn L McGrath | c9f1fce9bb2 | A strict interpretation of the ustar format requires the type flag to be
interpreted, we cannot depend on the file ty... | | |
Glenn L McGrath | b0e163a93bb | Add extra comments, freakout if a pax archive is encoutered. | | |
Eric Andersen | e7d244cc962 | Chris Larson (kergoth) writes:
As Manuel points out, this is a flawed fix, and doesnt fix the
following:
mkdir -p c... | | |
Eric Andersen | e0cbe486370 | Chris Larson (kergoth) writes:
I was adding -s/--symbolic-link support to busybox cp when I noticed a
bug with -r/-a... | | |
Glenn L McGrath | 03a0643fbc5 | Dont use same variable and struct name | | |
Glenn L McGrath | 82d42dbb57d | Formatting | | |
Glenn L McGrath | aac2a19e502 | remove debugging | | |
Manuel Novoa III | 21fbe0e3752 | Patch from OpenWrt. | | |
Rob Landley | 53302f80dae | Add -i option to sed, to edit files in-place. | | |
Manuel Novoa III | be8a6ae6ebc | Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm. | | |
Eric Andersen | 37aac6489eb | Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option. | | |
Eric Andersen | 60bb3f31af5 | Mark Lord writes:
The config file processing for inetd in busybox-1.00-pre7 and newer
is broken -- the saved command... | | |
Glenn L McGrath | 01cdb669879 | Add the -r option, patch from Rob with some help from myself. | | |
Glenn L McGrath | a8f756fc7fe | Remove debugging | | |
Glenn L McGrath | 6aa52234e8c | Dont strip trailing '/' until _after_ i test to set if its there ! | | |
Manuel Novoa III | 7b565a0c8ae | Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,
I overlooked the case of someone wanting t... | | |
Glenn L McGrath | c2266bd5199 | Woops, im getting ahead of myself, we dont have the -r (refernece)
option yet | | |
Glenn L McGrath | 5f11541bd4a | define option names to be clearer, simplify nested if statements, remove
un-needed if statement, minor indenting change | | |
Eric Andersen | 7e8f41cb5b0 | Avoid naming conflict with symbol in newer glibc headers | | |
Eric Andersen | ec359e9ebbd | Accomodate the fact that newer libc versions may in fact not
contain query_module and friends and more | | |
Eric Andersen | 95b26250a77 | oops. Leave the default feature set enbled for now... | | |
Eric Andersen | 37032b4d6ce | Initial effort at disabling job control as well | | |
Eric Andersen | ff9ad47d794 | Support disabling pipe and redirect support | | |
Eric Andersen | a0e4c3f119a | Update URL | | |
Eric Andersen | 2af7f4c404d | Buffalo appears to have resolved their GPL problems | | |
Eric Andersen | 5cc90eade5a | Richard Kojedzinszky writes:
Hi All,
I aplogoize for the mistake, but i have just recognized that somehow the
last ... | | |
Eric Andersen | fa06a770406 | Patch from vodz, based on bug report from Richard Kojedzinszky:
Richard,
>I have a problem, which I can reproduce n... | | |
Eric Andersen | ef8cd3be17f | Make the loop support stuff be much less evil, and make it cope
with 2.6.x asm/posix_types.h, which has done singular... | | |
Eric Andersen | 7495b0d4b19 | Eliminate use of a kernel scsi header file.
Prevent potentially misaligned accesses while indexing a pointer
to the ... | | |
Manuel Novoa III | 68474f3b369 | Make sure stdlib.h is always included before dmalloc.h to avoid problems
parsing problems. | | |
Eric Andersen | d07cf59a98c | Vladimir N. Oleynik writes:
Hi, Glenn.
Current CVS "ls" applet have small problem: some options
ignoring. Last patc... | | |
Eric Andersen | 54426d52971 | Vladimir N. Oleynik writes:
Ok. I found my mistake :(
The trivial patch attached.
--w
vodz | | |
Eric Andersen | 31d898fefff | Elaborate on CONFIG_SELINUX, and explain that most people should
not enbable this option. | | |
Eric Andersen | 96e9785493a | Grammar fix | | |
Eric Andersen | 4da3dbb7dfa | Minor grammar fixup | | |
Eric Andersen | 7cce16cf21e | Bump version number for release | | |
Eric Andersen | aeea32ca696 | Richard Kojedzinszky writes:
Hi,
I've noticed the bug also, and here is another patch for it. I hope it'll
not intr... | | |
Eric Andersen | ef43749e835 | Joe.C writes:
Hi,
When httpd connection is closed, bosybox httpd will
not stop reading from CGI program. This pa... | | |
Eric Andersen | c71c18957d9 | Jean Wolter writes:
Hello,
when calling seq with
seq 1 1
it generates an "endless" list of numbers until the ... | | |
Eric Andersen | c06f568ddaa | Rob Landley writes:
While building glibc with busybox as part of the development environment, I
found a bug in glibc... | | |
Eric Andersen | 4575bbf7b84 | The variable 'complementaly' used to be allocated with calloc, which zeroed it
out during the allocation process. Wh... | | |
Glenn L McGrath | 5b0d7deb751 | Bug fix from Tito. | | |
Glenn L McGrath | 16e45d7e29a | Vodz last_patch_125_2, this patch have:
- synced with dash 0.4.21
- better handle trap "cmds..." SIGINT (strange, i... | | |
Manuel Novoa III | 31b98dd0974 | Rewrite parse_config_file(). Among the old version's problems:
No checking for lines that were too long.
No chec... | | |
Manuel Novoa III | 083862228a3 | Use bb_xstrdup() instead of strdup(). | | |
Glenn L McGrath | 24cb17f9be9 | Fix http proxy use, bytes were swapped | | |
Eric Andersen | 35db2281b79 | Mention changes to the daily snapshots | | |
Eric Andersen | a3212eb4cc0 | Update docs for release | | |
Eric Andersen | dfe30032aff | Bump version for release | | |
Eric Andersen | ad95373efcd | Use standard C99 types | | |
Eric Andersen | 1a834be1ce7 | Use proper C99 types | | |
Eric Andersen | d242079387b | Fixup use of 'u_int' to instead use 'unsigned int' | | |
Eric Andersen | dfcb5b04124 | s/u_int/uint/g | | |
Eric Andersen | 0f56de665c1 | s/u_int/unsigned int/g
s/u_short/unsigned short/g | | |
Eric Andersen | 39cdf4e2ab4 | Use proper C99 types | | |
Eric Andersen | ad84a516bb8 | Use proper C99 types throughout. So not use silly typedefs. | | |
Eric Andersen | ab26cc3d8ae | Avoid symbol naming conflict with libm | | |
Manuel Novoa III | ebce2daa604 | Support new uClibc stdio core. | | |
Eric Andersen | f88bb72f1fa | Apply a couple of optimizations | | |
Eric Andersen | 242ab834999 | Teach busybox ps to get the correct uid when displaying stuff | | |
Glenn L McGrath | 82364bb5910 | New applet, seq. No options, just the basics. | | |
Next → |