aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't close file descriptors when we are duplicating them.kraai2001-06-052-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Do not purge the .cvsignore files on 'make release' so thatandersen2001-06-041-5/+0
| | | | | | | | people can properly import into their own CVS trees. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2790 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to neverandersen2001-06-042-14/+4
| | | | | | | | | | change permissions on existing directories. This behavior is contrary to SUSv2 and contrary to GNU tar. Thanks to Matt Kraai for pointing this out. I should have been much more careful about accepting such a patch. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2789 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Loop forever instead of exiting.kraai2001-06-032-18/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2788 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove space between ar optionsbug12001-06-033-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Correct ar optionsbug12001-06-033-9/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2786 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Don't whine about already mounted filesystems when invoked with -a.kraai2001-06-032-12/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2785 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vladimir's last_patch13, containing several bugfixes.andersen2001-06-017-64/+218
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2779 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cope gracefully when people type something, then hit ^C.andersen2001-05-312-2/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2768 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir to fix up autocompletion on a files/dirs with spaces inandersen2001-05-312-26/+8
| | | | | | | | them in the presence of a quoting. Also revert my signal handling patch, which seems to not solve the problem I thought it solved. git-svn-id: svn://busybox.net/trunk/busybox@2767 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make hush the default shell. Ensure the applets_list getsandersen2001-05-301-2/+2
| | | | | | | the axe on a distclean. git-svn-id: svn://busybox.net/trunk/busybox@2765 69ca8d6d-28ef-0310-b511-8ec308f3f277
* grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong.andersen2001-05-292-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use safe_strncpy.kraai2001-05-272-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2753 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More shell / quoting testcases from Larry.markw2001-05-242-2/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more patchelttes from Larry Doolittle.markw2001-05-243-4/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 'Nother patch from Larry to fix a buglet in how the line gets sed-ified.markw2001-05-242-4/+23
| | | | | | | | Also, more testcases and comments on bugs and formatting differences in some of the testcases. git-svn-id: svn://busybox.net/trunk/busybox@2723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for grep -e and grep -f, closes bug #1164. Also added somemarkw2001-05-243-191/+286
| | | | | | | testcases for these new features. git-svn-id: svn://busybox.net/trunk/busybox@2722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidmarkw2001-05-243-38/+99
| | | | | | | a bash2-ism and quote variables that contain strings. git-svn-id: svn://busybox.net/trunk/busybox@2721 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Plug another memory leakandersen2001-05-242-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up some signed char vs int issues that show up on powerpc.andersen2001-05-248-16/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get BB_LASH out of the list...andersen2001-05-244-4/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Plug another memory leak in hush. This one showed up when backtickedandersen2001-05-232-0/+2
| | | | | | | | commands were run. This one was sure a bugger to find. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2717 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a massive memory leak in the run_list_test() function.andersen2001-05-232-66/+22
| | | | | | | | | Rename run_list_test() as free_pipe_list(). Rename run_pipe_test() as free_pipe(). -Erik git-svn-id: svn://busybox.net/trunk/busybox@2716 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from larry to fix some grammar errors.andersen2001-05-2332-89/+89
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Commit a patch by Larry Doolittle which fixes recursive calls to file_peek,kraai2001-05-232-14/+16
| | | | | | | and improves some debugging messages. git-svn-id: svn://busybox.net/trunk/busybox@2714 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make more robust (patch by Larry Doolittle).kraai2001-05-231-5/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2712 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It turns out the descriptions of both dos2unix and unix2dosandersen2001-05-223-12/+12
| | | | | | | | were broken. This fixes. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2711 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Excellent. This patch from Larry fixes the behavior of hushandersen2001-05-222-2/+6
| | | | | | | when builtins are included in pipes. git-svn-id: svn://busybox.net/trunk/busybox@2710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix this case. No, really this time.andersen2001-05-222-92/+122
| | | | | | | | | | | | unset FOO export FOO=bar FOO=baz echo "global env: " `env | grep ^FOO` echo "local env: " `set | grep ^FOO` -Erik git-svn-id: svn://busybox.net/trunk/busybox@2709 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a race. Sometimes by the time we got to checkjobs(), theandersen2001-05-222-24/+54
| | | | | | | | pipe struct had already been freed. Return immediately if the pipe is NULL. git-svn-id: svn://busybox.net/trunk/busybox@2708 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Remove some debug noise I left in.andersen2001-05-222-10/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2707 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updates from both Vladimir and Larryandersen2001-05-222-128/+178
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2706 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed misnamed rewind command (noted by Tom Oehser).kraai2001-05-222-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2700 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed extra -- lines (noted by Christophe Boyanique).kraai2001-05-222-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2699 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make - read compressed data from stdin (thanks to Marius Groeger).kraai2001-05-222-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Correctly remove leading slashes upon extraction (thanks to Marius Groeger).kraai2001-05-222-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2696 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed mishandling of -c & -l options and accounted for case when we'remarkw2001-05-212-14/+32
| | | | | | | grepping only one file. git-svn-id: svn://busybox.net/trunk/busybox@2692 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-2114-63/+62
| | | | | | | #1130 (i.e. When you turn on features it should always ADD features) git-svn-id: svn://busybox.net/trunk/busybox@2690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple more minor touchupsandersen2001-05-213-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Several cleanups for usage messagesandersen2001-05-213-120/+132
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tell support.kraai2001-05-212-4/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The latest patch from Larryandersen2001-05-212-62/+122
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2682 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based onandersen2001-05-213-14/+310
| | | | | | | | the work of Jinux Kim on his "babobox" (derived from busybox-0.42), and enables kernel module loading and unloading for uClinux/m68k. git-svn-id: svn://busybox.net/trunk/busybox@2681 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Gernot Poerner <gp@it-netservice.de>. Adds inandersen2001-05-215-3/+10
| | | | | | | mount bind support. git-svn-id: svn://busybox.net/trunk/busybox@2680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix open mode for IOCTLs which write to the tape.kraai2001-05-212-4/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2678 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This is a patch from Vladimir:andersen2001-05-192-396/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > I rewrite *local_variable* function in hush.c with: > 1) remove many memory leaks > 2) add support read_only protect (require write builtin function for set this, > I write this special for variable HUSH_VERION=0.01) > 3) commad read set only local variable now > 4) remove many error messages if "set unset export" not defined variable > (bash syntax not put and set error code). Hmm, if I set result to -1, you hush > called waitpid and returned with error "no waitpid" ( i not found place this > error). > 5) destroy error in new version check xgetcwd()==NULL and set "(unknow)" - > this have error: crashe in next call `pwd`, but xgetcwd(not null) called > free(arg). > 6) next add integraion with libbb Valdimir's patch missed two cases of local variable handling FOO=bar export FOO=baz unset FOO and export FOO=bar FOO=baz which were working before, so I fixed those two cases. git-svn-id: svn://busybox.net/trunk/busybox@2677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix an escape problem in the docs. Some \n's didn't have the '\'andersen2001-05-183-6/+6
| | | | | | | | escaped, and so were messsing the out output. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2676 69ca8d6d-28ef-0310-b511-8ec308f3f277
* (Almost) brand-new version of cut that supports muitiple lists of positions,markw2001-05-182-218/+462
| | | | | | | per feature request from Tom Oehser. git-svn-id: svn://busybox.net/trunk/busybox@2675 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed snprintf copies to use strncpy at the suggestion of Aaron Lehmann.kraai2001-05-182-16/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2674 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote copyfd to use library functions, terminate, and copy correct data.kraai2001-05-183-26/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2672 69ca8d6d-28ef-0310-b511-8ec308f3f277