aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standardkraai2002-04-152-2/+5
| | | | | | | | output. * testsuite/bunzip2/bzcat-does-not-remove-compressed-file: New. git-svn-id: svn://busybox.net/trunk/busybox@4628 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to workandersen2002-04-151-11/+7
| | | | | | | with stdin as well as stdout. git-svn-id: svn://busybox.net/trunk/busybox@4627 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway -- fix a missing "\" in usage.handersen2002-04-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Silly meandersen2002-04-131-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4617 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Teach makedevs to not segfault quite so muchandersen2002-04-131-12/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4616 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to teach syslogd to not give up when errno is EINTRandersen2002-04-131-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup make cleanandersen2002-04-131-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4614 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Kevin Hilman <khilman@equator.com> to fix potentialandersen2002-04-131-1/+2
| | | | | | | memory corruption from long pathnames in /etc/fstab. git-svn-id: svn://busybox.net/trunk/busybox@4613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a 'make uninstall' targetandersen2002-04-131-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4612 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway <jim@stardot-tech.com> to teachandersen2002-04-131-3/+3
| | | | | | | pidof to not add trailing spaces when not needed. git-svn-id: svn://busybox.net/trunk/busybox@4611 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-Kandersen2002-04-131-8/+12
| | | | | | | and fix CTRL-L support for cmdedit.c git-svn-id: svn://busybox.net/trunk/busybox@4610 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sed can go into an infinite loopandersen2002-04-131-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4609 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stupid gcc always includes its own builtin strlen()...andersen2002-04-132-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4608 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withandersen2002-04-131-39/+308
| | | | | | | shell loops (for, while, until) and control operators (||, &&) git-svn-id: svn://busybox.net/trunk/busybox@4606 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Teach tftp to direct the fetched file to stdout when theandersen2002-04-131-4/+11
| | | | | | | | user specifies "-l -" -Erik git-svn-id: svn://busybox.net/trunk/busybox@4604 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework per how I did things in version in 0.60.3 so it canandersen2002-04-131-69/+88
| | | | | | | | properly uncompress multiple files now. -Erik git-svn-id: svn://busybox.net/trunk/busybox@4603 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Laurence Anderson <L.D.Anderson@warwick.ac.uk> forandersen2002-04-132-1/+25
| | | | | | | | better tape drive support in tar/cpio by using an intervening pipe... git-svn-id: svn://busybox.net/trunk/busybox@4601 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update some missing copyright noticesandersen2002-04-1314-11/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4599 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make ash prompt the same as other shells if cmdedit and fancyprompttimr2002-04-131-4/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4596 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-1232-732/+961
| | | | | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik git-svn-id: svn://busybox.net/trunk/busybox@4595 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix handling of endianness.andersen2002-04-121-23/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4593 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oldnewsandersen2002-04-111-2/+94
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4592 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.candersen2002-04-062-3/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4550 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply lash_patch35 from vodz, which brings several nice size_optimizations.andersen2002-04-066-15/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix email addrandersen2002-04-061-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4547 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add fli4landersen2002-04-031-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * editors/sed.c (process_file): Stop processing deleted lines.kraai2002-04-012-0/+7
| | | | | | | * testsuite/sed/sed-does-not-substitute-in-delete-line: New. git-svn-id: svn://busybox.net/trunk/busybox@4514 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tweak my credit (ah, vanity...)miles2002-04-011-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4512 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add insmod support for the NEC v850e processor.miles2002-04-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add support for the NEC v850e processor.miles2002-04-011-33/+142
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4506 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Provide a controlling tty to askfirst processes as wellandersen2002-03-291-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@4500 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * testsuite/which/which-uses-default-path: Remove extra echo.kraai2002-03-271-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@4498 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * 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