aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * testsuite/grep/egrep-supports-extended-regexps: Check exit status insteadkraai2002-03-271-1/+1
| | | | | | | of output. git-svn-id: svn://busybox.net/trunk/busybox@4497 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.kraai2002-03-272-2/+2
| | | | | | | * testsuite/gunzip/gunzip-reads-from-standard-input: Likewise. git-svn-id: svn://busybox.net/trunk/busybox@4496 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/COPYING: Remove.kraai2002-03-271-340/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4495 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/bunzip2.c (bunzip2_main): Remove compressed file.kraai2002-03-272-2/+22
| | | | | | | * testsuite/bunzip2/bunzip2-removes-compressed-file: New. git-svn-id: svn://busybox.net/trunk/busybox@4494 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/runtest (run_applet_testcase): Return test case status, notkraai2002-03-271-2/+2
| | | | | | | process ID. git-svn-id: svn://busybox.net/trunk/busybox@4493 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/bunzip2.c: Include <unistd.h>.kraai2002-03-273-21/+29
| | | | | | | | | | (bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New. git-svn-id: svn://busybox.net/trunk/busybox@4492 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Work around compiler/assembler problem and reduce code size at the same time.mjn32002-03-251-4/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4485 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * archival/gzip.c (gzip_main): Ensure that the output is a terminal and usekraai2002-03-221-2/+2
| | | | | | | error_msg to display the error message. git-svn-id: svn://busybox.net/trunk/busybox@4479 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Doh! I broke ping when removing the nested function.andersen2002-03-211-4/+4
| | | | | | | This patch from vodz fixes it again. git-svn-id: svn://busybox.net/trunk/busybox@4472 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * include/applets.h (CONFIG_LOSETUP): New.kraai2002-03-205-0/+72
| | | | | | | | | | * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New. git-svn-id: svn://busybox.net/trunk/busybox@4450 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eliminate extra trailing spaceandersen2002-03-201-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4449 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix devfs loop device supportandersen2002-03-202-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewind messages to avoid weird formatting, and fix a bug withandersen2002-03-201-22/+22
| | | | | | | CONFIG_FEATURE_EXTRA_QUIET, which was broken git-svn-id: svn://busybox.net/trunk/busybox@4446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from vodz to fix a potential segfaultandersen2002-03-201-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4444 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults forandersen2002-03-201-0/+7
| | | | | | | | localfilename from remotefilename, and for remotefilename from localfilename when the other one is not supplied. git-svn-id: svn://busybox.net/trunk/busybox@4442 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update dmalloc options per suggestion from Glennandersen2002-03-201-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reinitialize initial shift register value for on each pass.andersen2002-03-203-3/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4436 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cave to pressure (2 months later). Eliminate using aandersen2002-03-201-7/+8
| | | | | | | | nested function, which is a purely unremovable gcc-ism... -Erik git-svn-id: svn://busybox.net/trunk/busybox@4435 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add missing " " after the word on, as reported by Jason Lutherandersen2002-03-201-1/+1
| | | | | | | | back in mid-december. -Erik git-svn-id: svn://busybox.net/trunk/busybox@4433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideandersen2002-03-201-2/+63
| | | | | | | | | color ls support, modifed by me to behave properly when not running output to a terminal (i.e. 'ls | more') -Erik git-svn-id: svn://busybox.net/trunk/busybox@4431 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bart Visscher noticed some spurious search and replace sillinessandersen2002-03-201-14/+14
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/grep/egrep-is-not-case-insensitive: Requirekraai2002-03-191-0/+1
| | | | | | | CONFIG_FEATURE_GREP_EGREP_ALIAS. git-svn-id: svn://busybox.net/trunk/busybox@4423 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/grep/grep-handles-binary-files: Read input from a pipe.kraai2002-03-192-4/+2
| | | | | | | * testsuite/grep/grep-matches-NUL: Likewise. git-svn-id: svn://busybox.net/trunk/busybox@4422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * networking/wget.c (parse_url): Allocate a string for the empty path.kraai2002-03-192-2/+3
| | | | | | | * testsuite/wget/wget-handles-empty-path: New. git-svn-id: svn://busybox.net/trunk/busybox@4416 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Thomas Lundquistkraai2002-03-181-6/+22
| | | | | | | * docs/new-applet-HOWTO.txt: Update for new directory structure. git-svn-id: svn://busybox.net/trunk/busybox@4408 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Try to pull in PATH_MAX properlyandersen2002-03-161-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4402 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't mention ldconfigandersen2002-03-131-5/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4375 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup a libc5 compatibility hackandersen2002-03-122-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4359 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix broken linkandersen2002-03-101-31/+40
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4352 69ca8d6d-28ef-0310-b511-8ec308f3f277
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.kraai2002-03-081-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * fileutils/ls.c (showfiles): Display multiple short names on a line.kraai2002-03-081-6/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4337 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateandersen2002-03-061-27/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4335 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update webpage to note new mirrorsandersen2002-03-061-89/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4334 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Now that we are mirrored, remove absolute linksandersen2002-03-053-423/+511
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4333 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update init.c per my changes in the stable branchandersen2002-03-051-222/+269
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4332 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update robots.txtandersen2002-03-021-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few more little cleanups to simplify mirroringandersen2002-03-024-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4323 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the cvs commit info. Remove the old busybox.lineo.com stuff.andersen2002-03-024-12/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4322 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer iskraai2002-02-261-16/+5
| | | | | | | | requested. (xrealloc): Simplify. git-svn-id: svn://busybox.net/trunk/busybox@4296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * findutils/grep.c (grep_main): Remove unnecessary use of junk.kraai2002-02-221-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4260 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/runtest (show_result): Change UPASS to XPASS.kraai2002-02-191-4/+2
| | | | | | | (run_applet_testcase): Likewise. git-svn-id: svn://busybox.net/trunk/busybox@4241 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".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. git-svn-id: svn://busybox.net/trunk/busybox@4240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/runtest (run_applet_testcase): Return UNTESTED instead ofkraai2002-02-191-2/+2
| | | | | | | UNSUPPORTED for missing applets and features. git-svn-id: svn://busybox.net/trunk/busybox@4239 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/README: Fill to 80 columns.kraai2002-02-191-14/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4238 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/README: Update copyright date.kraai2002-02-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4237 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/tar/tar-archives-multiple-files: Requirekraai2002-02-191-0/+1
| | | | | | | CONFIG_FEATURE_TAR_CREATE. git-svn-id: svn://busybox.net/trunk/busybox@4236 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * docs/busybox.net/index.html (Products/Projects Using BusyBox): Addedkraai2002-02-191-0/+1
| | | | | | | Tinfoil Hat Linux. git-svn-id: svn://busybox.net/trunk/busybox@4235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix nameandersen2002-02-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4226 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/tar/tar-archives-multiple-files: New.kraai2002-02-171-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4225 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in tuxscreenandersen2002-02-161-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4219 69ca8d6d-28ef-0310-b511-8ec308f3f277