Tim Riker | 497a88506e7 | make ash prompt the same as other shells if cmdedit and fancyprompt | | |
Eric Andersen | 85208e2ab94 | Completely rework the config system so that it no longer annoys me to work on
the busybox development tree. This eli... | | |
Eric Andersen | b1591d1f8b9 | Fix handling of endianness.
-Erik | | |
Eric Andersen | a3603e845ef | Oldnews | | |
Eric Andersen | 265d229427d | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | | |
Eric Andersen | fcffa2cc1a0 | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | | |
Eric Andersen | 50e4d660ace | Fix email addr | | |
Eric Andersen | 45673d2cc0c | Add fli4l | | |
Matt Kraai | 5c69cd84ffe | * editors/sed.c (process_file): Stop processing deleted lines.
* testsuite/sed/sed-does-not-substitute-in-delete-line... | | |
Miles Bader | 75ce8d7c888 | Tweak my credit (ah, vanity...) | | |
Miles Bader | 130bec5ad8a | Add insmod support for the NEC v850e processor. | | |
Miles Bader | ae28b04ff23 | Add support for the NEC v850e processor. | | |
Eric Andersen | c57e42b8f0a | Provide a controlling tty to askfirst processes as well
-Erik | | |
Matt Kraai | 8a8308f129c | * testsuite/which/which-uses-default-path: Remove extra echo. | | |
Matt Kraai | 66388f89a52 | * testsuite/grep/egrep-supports-extended-regexps: Check exit status instead
of output. | | |
Matt Kraai | 50aec98e1c1 | * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.
* testsuite/gunzip/gunzip-reads-from-standard... | | |
Matt Kraai | 6feaeace869 | * testsuite/COPYING: Remove. | | |
Matt Kraai | cf32ac543c6 | * archival/bunzip2.c (bunzip2_main): Remove compressed file.
* testsuite/bunzip2/bunzip2-removes-compressed-file: New. | | |
Matt Kraai | 35d60421b4f | * testsuite/runtest (run_applet_testcase): Return test case status, not
process ID. | | |
Matt Kraai | 9cdb0601eb5 | * archival/bunzip2.c: Include <unistd.h>.
(bunzip2_main): Read data from standard input if FILE argument is `-' or
... | | |
Manuel Novoa III | fa15f702d2e | Work around compiler/assembler problem and reduce code size at the same time. | | |
Matt Kraai | ef8b112d77c | * archival/gzip.c (gzip_main): Ensure that the output is a terminal and use
error_msg to display the error message. | | |
Eric Andersen | b88868276ce | Doh! I broke ping when removing the nested function.
This patch from vodz fixes it again. | | |
Matt Kraai | 83788da2505 | * include/applets.h (CONFIG_LOSETUP): New.
* include/usage.h (losetup_trivial_usage, losetup_full_usage): New.
* util... | | |
Eric Andersen | 27eff033d20 | Eliminate extra trailing space | | |
Eric Andersen | c7a3fb96d09 | Fix devfs loop device support | | |
Eric Andersen | b0cc0a6ca87 | Rewind messages to avoid weird formatting, and fix a bug with
CONFIG_FEATURE_EXTRA_QUIET, which was broken | | |
Eric Andersen | 889a301a0c9 | Patch from vodz to fix a potential segfault | | |
Eric Andersen | 900c24dc4e9 | Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for
localfilename from remotefilename, and for ... | | |
Eric Andersen | 5a406510466 | Update dmalloc options per suggestion from Glenn | | |
Eric Andersen | 89de1e7930a | Reinitialize initial shift register value for on each pass.
-Erik | | |
Eric Andersen | b5474c48b15 | Cave to pressure (2 months later). Eliminate using a
nested function, which is a purely unremovable gcc-ism...
-Erik | | |
Eric Andersen | b159146fa6b | Add missing " " after the word on, as reported by Jason Luther
back in mid-december.
-Erik | | |
Eric Andersen | 3ad0bd95638 | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide
color ls support, modifed by me to behave properly w... | | |
Eric Andersen | 3ec5c692ecf | Bart Visscher noticed some spurious search and replace silliness
-Erik | | |
Matt Kraai | aee53f46048 | * testsuite/grep/egrep-is-not-case-insensitive: Require
CONFIG_FEATURE_GREP_EGREP_ALIAS. | | |
Matt Kraai | b3de66869b0 | * testsuite/grep/grep-handles-binary-files: Read input from a pipe.
* testsuite/grep/grep-matches-NUL: Likewise. | | |
Matt Kraai | 0efab3319dd | * networking/wget.c (parse_url): Allocate a string for the empty path.
* testsuite/wget/wget-handles-empty-path: New. | | |
Matt Kraai | 3b1cbd7bec7 | Thomas Lundquist
* docs/new-applet-HOWTO.txt: Update for new directory structure. | | |
Eric Andersen | 38ddbed4c11 | Try to pull in PATH_MAX properly | | |
Eric Andersen | 08ed1a73f12 | Don't mention ldconfig | | |
Eric Andersen | 806c74fe19e | Cleanup a libc5 compatibility hack | | |
Eric Andersen | f64c1cd26d2 | Fix broken link | | |
Matt Kraai | a1bbde71bfe | list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. | | |
Matt Kraai | 3bd31ebc9a6 | * fileutils/ls.c (showfiles): Display multiple short names on a line. | | |
Eric Andersen | 372f91f07c6 | Update | | |
Eric Andersen | bc12fb79fd8 | Update webpage to note new mirrors | | |
Eric Andersen | 1b17b015845 | Now that we are mirrored, remove absolute links | | |
Eric Andersen | 0298be88aec | Update init.c per my changes in the stable branch
-Erik | | |
Eric Andersen | 684d745bf35 | Update robots.txt | | |
Eric Andersen | 02a4ed92643 | A few more little cleanups to simplify mirroring | | |
Eric Andersen | 49da8a83ad3 | Update the cvs commit info. Remove the old busybox.lineo.com stuff. | | |
Matt Kraai | a99b1943360 | * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer is
requested.
(xrealloc): Simplify. | | |
Matt Kraai | eed9451cf60 | * findutils/grep.c (grep_main): Remove unnecessary use of junk. | | |
Matt Kraai | fa144713b8d | * testsuite/runtest (show_result): Change UPASS to XPASS.
(run_applet_testcase): Likewise. | | |
Matt Kraai | 6b140ea5a97 | * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".
* testsuite/runtest (run_applet_testcase): Likewise.
* tes... | | |
Matt Kraai | 7c71822809f | * testsuite/runtest (run_applet_testcase): Return UNTESTED instead of
UNSUPPORTED for missing applets and features. | | |
Matt Kraai | b5b757eb8d2 | * testsuite/README: Fill to 80 columns. | | |
Matt Kraai | 6be2319873e | * testsuite/README: Update copyright date. | | |
Matt Kraai | ad6faf64970 | * testsuite/tar/tar-archives-multiple-files: Require
CONFIG_FEATURE_TAR_CREATE. | | |
Matt Kraai | 4271d438e2c | * docs/busybox.net/index.html (Products/Projects Using BusyBox): Added
Tinfoil Hat Linux. | | |
Eric Andersen | d4574f1b61f | fix name | | |
Matt Kraai | c00e4ff8e56 | * testsuite/tar/tar-archives-multiple-files: New. | | |
Eric Andersen | 3b7767abe6c | Add in tuxscreen | | |
Eric Andersen | 796245b554b | Update sponsor section | | |
Eric Andersen | 8fd6e1fb0f9 | Add in a sponsors link, and update the screenshot. | | |
Eric Andersen | d7f7bd04458 | Add Partition Image | | |
Glenn L McGrath | 02a415606cc | Parse the include list to writeTarFile rather than argv, fixes a bug where tar files wernt being created. | | |
Glenn L McGrath | 8833a51781f | Fix condition that prevented creation of compressed files | | |
Matt Kraai | 9bd49d6a22a | * archival/gzip.c (ifname, ofname): Delete.
(gzip_main): Handle multiple files.
* include/usage.h (gzip_trivial_usa... | | |
Matt Kraai | 592a3e63ee0 | * archival/gzip.c (gzip_main): Display usage if given multiple files. | | |
Matt Kraai | 273af73317a | * include/usage.h (gzip_trivial_usage): Make FILE optional.
(gzip_full_usage): Note behavior when FILE is unspecified. | | |
Matt Kraai | eb83478528c | * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not a
file or directory. | | |
Matt Kraai | 369da77d5eb | 2002-01-30 Neal H Walfield <neal@cs.uml.edu>
* networking/ping.c (hostname): Removed.
[CONFIG_FEA... | | |
Eric Andersen | 20d739adf7f | If PATH_MAX isn't defined, define it outselves | | |
Eric Andersen | 53a22992309 | Patch from Russ Dill <Russ.Dill@asu.edu>. From the
start-stop-daemon man page:
-b|--background
Typically us... | | |
Eric Andersen | 467a18b1d94 | Teach 'init -q' that init's pid may not equal 1 | | |
Matt Kraai | a3181dd8339 | Do not segfault if PATH is unset. | | |
Eric Andersen | ba552523faf | Remove broken "Other cool embedded software" link | | |
Eric Andersen | d35c5df08c7 | Make private ash config options be public | | |
Matt Kraai | b75b6e2c35b | * archival/tar.c (tar_main): Remove unused variable. | | |
Eric Andersen | 038cbc74429 | Oops. | | |
Eric Andersen | c94e89d81f9 | Do not depend on PATH or getopt arg reordering | | |
Eric Andersen | db2b9f37d4c | Somehow ttylinux got lost. Put it back.
-Erik | | |
Eric Andersen | 8ec99dfa054 | Update links to avoid possible lingering DNS problems
(and thereby test if I have the Reply-to thing really
fixed thi... | | |
Matt Kraai | d402f971a59 | * docs/busybox.net/index.html: Fix misspelling of `Unfortunately'. | | |
Eric Andersen | eeba178d3ab | More updates | | |
Eric Andersen | 7d957c6573b | More pics | | |
Eric Andersen | 665b4e69edf | Update text once again | | |
Eric Andersen | 7875f5b72ad | Fix grammar (thanks to my wife for proof reading) | | |
Eric Andersen | 55ed17747ff | Fix link | | |
Eric Andersen | 4fa2bb5e950 | Update busybox.net info and donation noise | | |
Matt Kraai | 9eaf059d283 | * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial
whitespace. | | |
Matt Kraai | 5ed78adca59 | * editors/sed.c (parse_edit_cmd): Rewrite.
* testsuite/sed/sed-splits-edit-commands-on-command-line: New. | | |
Matt Kraai | d2995632570 | * AUTHORS (Matt Kraai): Update e-mail address. | | |
Matt Kraai | 9758e7d58d8 | * include/usage.h: Fix route and unzip usage messages (patch from
Laurence Anderson). | | |
Matt Kraai | f3fbe20c350 | * cmp/cmp-detects-difference: Simplify return code negation.
* false/false-returns-failure: Likewise.
* tar/tar-deman... | | |
Matt Kraai | 01d2ea908b8 | * testsuite/README: Document -v option.
* testsuite/runtest: Handle -v option.
(show_result): New.
(run_applet_te... | | |
Matt Kraai | 39fcb5a7502 | * archival/dpkg.c (create_list): Use chomp.
* archival/tar.c (append_file_list_to_list): Likewise. | | |
Matt Kraai | 0733e840bd1 | chomp should only remove the newline if it occurs at the end of the input.
This was caught by the test suite (in sed/... | | |
Matt Kraai | d21735de2d7 | * editors/sed.c (parse_edit_command): Require a newline after the backslash
after an edit command.
* testsuite/sed/... | | |
Glenn L McGrath | 87ac7028e01 | unzip applet by Laurence Anderson
---------------------------------------------------------------------- | | |
Aaron Lehmann | 438803311b6 | ash patch: errname-diff | | |
Aaron Lehmann | 9a218bf9799 | ash patch: initvar-diff | | |
Aaron Lehmann | 1a6986699f4 | ash patch: forkshell-diff | | |
Aaron Lehmann | eec2bbb9bf0 | ash patch: fgcmd-diff | | |
Aaron Lehmann | 2aef3a6bb9a | ash patch: breakcmd-diff | | |
Aaron Lehmann | 95877b67564 | ash patch: addfname-diff | | |
Eric Andersen | 79a466f1285 | optimize this a little bit. | | |
Eric Andersen | 6d13964714c | Silence some silly warnings
-Erik | | |
Eric Andersen | e7dd383f67f | Link to udhcp | | |
Eric Andersen | b9c0b99e51b | Update URLs and email addresses | | |
Matt Kraai | 70624846fdf | Ignore blanks before the first address and before the command. | | |
Matt Kraai | 1fcc66e6855 | New. | | |
Eric Andersen | ceef50b280d | Patch from vodz to fix broken function prototype | | |
Eric Andersen | f1f2bd0b0a2 | Patch from vodz to implement ^L (clear screen) | | |
Eric Andersen | 9910cd2869f | Update TODO. vodz has implemented ^L. Reverse policy on tinylogin.
-Erik | | |
Matt Kraai | 1f0c43668ac | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | | |
Matt Kraai | 31c73af6568 | Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined. | | |
Matt Kraai | 2b1effdbbcc | Write files when extracting an archive from standard input. | | |
Matt Kraai | c5b5cab37d3 | Remove dependence on CONFIG_FEATURE_CLEAN_UP. | | |
Matt Kraai | 38c15becf65 | Avoid printing a trailing blank character. | | |
Eric Andersen | 5a841adf5d3 | Switch from FTP to HTTP for downloads | | |
Eric Andersen | fb74a450887 | Vodz' last_patch31
Very minimal last corrections:
1) busybox.c: fix warining
2) docs/: add applets for ... | | |
Eric Andersen | f3f9062ecfb | Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output
filename was not explicitly specified were segfault... | | |
Eric Andersen | 730f826f257 | Add in a new restart init target, triggered by SIGHUP. Patch from
Russ Dill, with adjustments by me.
-Erik | | |
Matt Kraai | ace02dc9cd3 | Make cp and mv optionally preserve hard links. | | |
Eric Andersen | 46ea0e46964 | * Add ^L clear to shell | | |
Eric Andersen | 6925d501767 | Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> | | |
Eric Andersen | de2a3422895 | Add a more verbose non-strip command. | | |
Matt Kraai | e62dc86bc77 | Add support for big-endian ARM (initial patch by Mike Voytovich). | | |
Matt Kraai | 04ae328851f | Update uClibc URL. | | |
Matt Kraai | 14b7c5d12b9 | Open the source before creating the destination. | | |
Matt Kraai | 741f40b58ed | Use an int to hold the result of fgetc (bug noted by David Kimdon). | | |
Eric Andersen | 72812d31432 | And a bit more | | |
Eric Andersen | a2e69081652 | More polish | | |
Eric Andersen | 90c2abd212d | Oops | | |
Eric Andersen | dec43433e5f | Add in cvs info | | |
Eric Andersen | 2423b12daee | Begin moving things to busybox.net
-Erik | | |
Eric Andersen | 05b5addcaa2 | Use a local image, not an offsite one. | | |
Matt Kraai | 07a37aebf5d | New. | | |
Matt Kraai | dba11452cb9 | Continue processing files if we are asked to touch, but not create, a file
which doesn't exist. | | |
Matt Kraai | 1a781a499ff | Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined. | | |
Eric Andersen | 603557b466a | Fix link name | | |
Eric Andersen | 089db51fbef | Fix broken link | | |
Matt Kraai | 3eeab3b23f3 | Update copyright and close file descriptors (noted by Axel Kittenberger). | | |
Eric Andersen | 6834ee941aa | Avoid NULL pointer problems. Patch from "Frank P. MacLachlan"
<fpm-plutus@tgs.indyme.com> | | |
Matt Kraai | 54805af092c | Remove documentation for the --file option to hostname (noted by
David Douthitt). | | |
Eric Andersen | c98c06233e8 | Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> | | |
Eric Andersen | b24d65659f1 | If find_pid_by_name() had an error, it was returning -1, but storing
that into a pid_t, which is unsigned on a number... | | |
Eric Andersen | 06656f363de | Minor adjustment to the strip command | | |
Eric Andersen | db930948a91 | More copyright and email addr cleanups | | |
Eric Andersen | 463304edfd2 | Silly cosmetic problem in the comment | | |
Eric Andersen | 356b6dbf867 | Patch from Steve Merrifield <steve@labyrinth.net.au> to
fixup the merge of the time applet, which I messed up.
-Erik | | |
Eric Andersen | 0ee0a8d5396 | Fix running more on files in the (broken) procfs that claim 0 length
when that isn't actually true.
-Erik | | |
Aaron Lehmann | b6ecbdc07dc | The ash ansification diff!
Please tell me if you notice any problems resulting from this. | | |
Aaron Lehmann | ebd8065f387 | Trying to commit Changelog and TODO. cvs is being weird :/ | | |
Aaron Lehmann | 2dd2d7a37da | Patch to avoid warnings | | |
Aaron Lehmann | b9df470c4d8 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing
binary size. | | |
Glenn L McGrath | 249f39a2650 | Simplify unzip(), remove unused checks and unneccessary variables | | |
Glenn L McGrath | ef03dbcd4db | Simplify CRC table generation | | |
Glenn L McGrath | aad44fb37a3 | Fix some fegfaults and picket fence | | |
Manuel Novoa III | 3280f9a3fc7 | New version to cut size. Includes optional basename() compatibility, but
enabling that would break the basename appl... | | |
Manuel Novoa III | 6509f92a3b2 | Combined size reduction changes by Glenn and myself. Added back in "unknown"
for -p to match normal uname behavior (... | | |
Glenn L McGrath | 1dbbd2fe347 | Fail gracefully if package depends on a virtual package. | | |
Eric Andersen | ed8a9be2871 | Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT
for wierd situations when people want init to ... | | |
Eric Andersen | c3657428d32 | Add in a 'time' applet. Adds 4.5k.
-Erik | | |
Glenn L McGrath | 38288bbf4cb | gunzip was incorrectly reporting a failed crc and length (discovered by
Chang, Shu-Hao). The bitbuffer needs to be u... | | |
Matt Kraai | 8a35c9a5575 | Add space before module name (noted by Ron Yorston). | | |
Glenn L McGrath | 9e6c9f73119 | Minor space saving improvments | | |
Glenn L McGrath | 74afa9aed1b | When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302) | | |
Glenn L McGrath | c29ab970948 | woops. dotn pass NULL | | |
Glenn L McGrath | 1477ad8e831 | Simplify print function, prints an extra space if no filename, but saves 4 bytes | | |
Glenn L McGrath | 02d090d3d26 | Use enums for selected functionality, Reduce the size by nearly 100 Bytes | | |
Eric Andersen | 2480e3a30a0 | Fix dangling comma | | |
Matt Kraai | 1dbd6ff80fe | New. | | |
Matt Kraai | 585f657e2dc | Fix undeclared variable error. | | |
Matt Kraai | 0c390a76fe7 | Eliminate warning. | | |
Matt Kraai | fd3f1be57f4 | New. | | |
Matt Kraai | 355a61b56ff | Treat NUL as the end-of-line. | | |
Eric Andersen | 66c22051f96 | More grammar fixes | | |
Eric Andersen | dbdc0d5da99 | grammer error | | |
Eric Andersen | 4d7f9c3d995 | Update the website | | |
Eric Andersen | 4b8a1e89a53 | Fix email addr | | |
Eric Andersen | f435a918fab | S390 wierdness | | |
Eric Andersen | 81ee96fe629 | Usr get_last_path_component() name basename() | | |
Eric Andersen | c36642195cb | Include time.h | | |
Eric Andersen | edc6e0248c7 | Oops. doubled myself | | |
| Next → |