summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer isMatt Kraai2002-02-261-16/+5
| | | | | requested. (xrealloc): Simplify.
* * findutils/grep.c (grep_main): Remove unnecessary use of junk.Matt Kraai2002-02-221-3/+2
|
* * testsuite/runtest (show_result): Change UPASS to XPASS.Matt Kraai2002-02-191-4/+2
| | | | (run_applet_testcase): Likewise.
* * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".Matt Kraai2002-02-199-13/+14
| | | | | | | | | | | | * testsuite/runtest (run_applet_testcase): Likewise. * testsuite/cp/cp-preserves-hard-links: Likewise. * testsuite/grep/egrep-supports-extended-regexps: Likewise. * testsuite/grep/grep-is-also-egrep: Likewise. * testsuite/tar/tar-archives-multiple-files: Likewise. * testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list: Likewise. * testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise. * testsuite/tar/tar-handles-nested-exclude: Likewise.
* * testsuite/runtest (run_applet_testcase): Return UNTESTED instead ofMatt Kraai2002-02-191-2/+2
| | | | UNSUPPORTED for missing applets and features.
* * testsuite/README: Fill to 80 columns.Matt Kraai2002-02-191-14/+11
|
* * testsuite/README: Update copyright date.Matt Kraai2002-02-191-1/+1
|
* * testsuite/tar/tar-archives-multiple-files: RequireMatt Kraai2002-02-191-0/+1
| | | | CONFIG_FEATURE_TAR_CREATE.
* * docs/busybox.net/index.html (Products/Projects Using BusyBox): AddedMatt Kraai2002-02-191-0/+1
| | | | Tinfoil Hat Linux.
* fix nameEric Andersen2002-02-171-1/+1
|
* * testsuite/tar/tar-archives-multiple-files: New.Matt Kraai2002-02-171-0/+5
|
* Add in tuxscreenEric Andersen2002-02-161-0/+1
|
* Update sponsor sectionEric Andersen2002-02-161-2/+9
|
* Add in a sponsors link, and update the screenshot.Eric Andersen2002-02-162-9/+16
|
* Add Partition ImageEric Andersen2002-02-161-0/+1
|
* Parse the include list to writeTarFile rather than argv, fixes a bug where ↵Glenn L McGrath2002-02-151-2/+1
| | | | tar files wernt being created.
* Fix condition that prevented creation of compressed filesGlenn L McGrath2002-02-131-1/+1
|
* * archival/gzip.c (ifname, ofname): Delete.Matt Kraai2002-02-054-69/+70
| | | | | | | | (gzip_main): Handle multiple files. * include/usage.h (gzip_trivial_usage): Allow multiple FILEs. (gzip_full_usage): Ditto. * testsuite/gzip/gzip-accepts-multiple-files: New. * testsuite/gzip/gzip-removes-original-file: New.
* * archival/gzip.c (gzip_main): Display usage if given multiple files.Matt Kraai2002-02-051-0/+3
|
* * include/usage.h (gzip_trivial_usage): Make FILE optional.Matt Kraai2002-02-051-2/+2
| | | | (gzip_full_usage): Note behavior when FILE is unspecified.
* * fileutils/dd.c (dd_main): Ignore ftruncate error if the output is not aMatt Kraai2002-02-051-2/+8
| | | | file or directory.
* 2002-01-30 Neal H Walfield <neal@cs.uml.edu>Matt Kraai2002-02-011-23/+18
| | | | | | | | | | | | | | | | | | | | | * networking/ping.c (hostname): Removed. [CONFIG_FEATURE_FANCY_PING] (noresp): Moved from here . . . [CONFIG_FEATURE_FANCY_PING] (ping:noresp): . . . to here. Use H->h_name, not hostname. [CONFIG_FEATURE_FANCY_PING] (ping): Do not copy H->h_name into hostname. Use H->h_name directly. [!CONFIG_FEATURE_FANCY_PING] (hostent): New global variable. [!CONFIG_FEATURE_FANCY_PING] (pingstats): Use hostent in favor of the now obsolete hostname global variable. [!CONFIG_FEATURE_FANCY_PING] (ping): Likewise. No need to copy H; use hostent instead. [!CONFIG_FEATURE_FANCY_PING] (ntransmitted, nreceived, nrepeats, pingcount, myid, options, tmax, tsum): Removed superfluous zero initializers.
* If PATH_MAX isn't defined, define it outselvesEric Andersen2002-01-261-1/+3
|
* Patch from Russ Dill <Russ.Dill@asu.edu>. From theEric Andersen2002-01-262-2/+20
| | | | | | | | | | | | | | | | start-stop-daemon man page: -b|--background Typically used with programs that don't detach on their own. This option will force start-stop-daemon to fork before starting the process, and force it into the background. WARNING: start-stop-daemon cannot check the exit status if the process fails to execute for any reason. This is a last resort, and is only meant for programs that either make no sense forking on their own, or where it's not feasible to add the code for it to do this itself. This is usefull for applets like watchdog
* Teach 'init -q' that init's pid may not equal 1Eric Andersen2002-01-251-1/+8
|
* Do not segfault if PATH is unset.Matt Kraai2002-01-142-9/+18
|
* Remove broken "Other cool embedded software" linkEric Andersen2002-01-131-4/+1
|
* Make private ash config options be publicEric Andersen2002-01-092-125/+98
|
* * archival/tar.c (tar_main): Remove unused variable.Matt Kraai2002-01-081-4/+0
|
* Oops.Eric Andersen2002-01-061-1/+1
|
* Do not depend on PATH or getopt arg reorderingEric Andersen2002-01-061-2/+2
|
* Somehow ttylinux got lost. Put it back.Eric Andersen2002-01-051-0/+1
| | | | -Erik
* Update links to avoid possible lingering DNS problemsEric Andersen2002-01-051-13/+13
| | | | | | (and thereby test if I have the Reply-to thing really fixed this time)... -Erik
* * docs/busybox.net/index.html: Fix misspelling of `Unfortunately'.Matt Kraai2002-01-041-1/+1
|
* More updatesEric Andersen2002-01-041-1/+1
|
* More picsEric Andersen2002-01-043-0/+0
|
* Update text once againEric Andersen2002-01-041-31/+33
|
* Fix grammar (thanks to my wife for proof reading)Eric Andersen2002-01-041-9/+11
|
* Fix linkEric Andersen2002-01-041-1/+1
|
* Update busybox.net info and donation noiseEric Andersen2002-01-042-158/+214
|
* * editors/sed.c (parse_cmd_str): Remove redundant code to skip initialMatt Kraai2002-01-031-4/+0
| | | | whitespace.
* * editors/sed.c (parse_edit_cmd): Rewrite.Matt Kraai2002-01-032-34/+22
| | | | * testsuite/sed/sed-splits-edit-commands-on-command-line: New.
* * AUTHORS (Matt Kraai): Update e-mail address.Matt Kraai2002-01-031-1/+1
|
* * include/usage.h: Fix route and unzip usage messages (patch fromMatt Kraai2002-01-031-2/+2
| | | | Laurence Anderson).
* * cmp/cmp-detects-difference: Simplify return code negation.Matt Kraai2002-01-024-20/+4
| | | | | | * false/false-returns-failure: Likewise. * tar/tar-demands-at-least-one-ctx: Likewise. * tar/tar-demands-at-most-one-ctx: Likewise.
* * testsuite/README: Document -v option.Matt Kraai2002-01-022-12/+32
| | | | | | * testsuite/runtest: Handle -v option. (show_result): New. (run_applet_testcase): Call it.
* * archival/dpkg.c (create_list): Use chomp.Matt Kraai2002-01-022-10/+2
| | | | * archival/tar.c (append_file_list_to_list): Likewise.
* chomp should only remove the newline if it occurs at the end of the input.Matt Kraai2002-01-021-3/+5
| | | | | | This was caught by the test suite (in sed/sed-aic-commands). * libbb/chomp.c: Revert to revision 1.5.
* * editors/sed.c (parse_edit_command): Require a newline after the backslashMatt Kraai2002-01-022-1/+2
| | | | | after an edit command. * testsuite/sed/sed-requires-newline-after-edit-command: New.
* unzip applet by Laurence AndersonGlenn L McGrath2002-01-0213-78/+302
| | | | ----------------------------------------------------------------------