aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-02* cmp/cmp-detects-difference: Simplify return code negation.Matt Kraai
* false/false-returns-failure: Likewise. * tar/tar-demands-at-least-one-ctx: Likewise. * tar/tar-demands-at-most-one-ctx: Likewise.
2002-01-02* testsuite/README: Document -v option.Matt Kraai
* testsuite/runtest: Handle -v option. (show_result): New. (run_applet_testcase): Call it.
2002-01-02* archival/dpkg.c (create_list): Use chomp.Matt Kraai
* archival/tar.c (append_file_list_to_list): Likewise.
2002-01-02chomp should only remove the newline if it occurs at the end of the input.Matt Kraai
This was caught by the test suite (in sed/sed-aic-commands). * libbb/chomp.c: Revert to revision 1.5.
2002-01-02* editors/sed.c (parse_edit_command): Require a newline after the backslashMatt Kraai
after an edit command. * testsuite/sed/sed-requires-newline-after-edit-command: New.
2002-01-02unzip applet by Laurence AndersonGlenn L McGrath
----------------------------------------------------------------------
2001-12-31ash patch: errname-diffAaron Lehmann
2001-12-31ash patch: initvar-diffAaron Lehmann
2001-12-31ash patch: forkshell-diffAaron Lehmann
2001-12-31ash patch: fgcmd-diffAaron Lehmann
2001-12-31ash patch: breakcmd-diffAaron Lehmann
2001-12-31ash patch: addfname-diffAaron Lehmann
2001-12-29optimize this a little bit.Eric Andersen
2001-12-29Silence some silly warningsEric Andersen
-Erik
2001-12-22Link to udhcpEric Andersen
2001-12-22Update URLs and email addressesEric Andersen
2001-12-21Ignore blanks before the first address and before the command.Matt Kraai
2001-12-21New.Matt Kraai
2001-12-21Patch from vodz to fix broken function prototypeEric Andersen
2001-12-21Patch from vodz to implement ^L (clear screen)Eric Andersen
2001-12-21Update TODO. vodz has implemented ^L. Reverse policy on tinylogin.Eric Andersen
-Erik
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-12-20Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined.Matt Kraai
2001-12-20Write files when extracting an archive from standard input.Matt Kraai
2001-12-20Remove dependence on CONFIG_FEATURE_CLEAN_UP.Matt Kraai
2001-12-20Avoid printing a trailing blank character.Matt Kraai
2001-12-20Switch from FTP to HTTP for downloadsEric Andersen
2001-12-18Vodz' last_patch31Eric Andersen
Very minimal last corrections: 1) busybox.c: fix warining 2) docs/: add applets for list from pwd_grp 3) usage.h: add -n option for route 4) run_parts.c: many todo fix for busybox style 5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one perror_msg 6) adduser.c: fix bug "variable i not initialize" and add #ifdef CONFIG_FEATURE_SHADOWPASSWDS
2001-12-18Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the outputEric Andersen
filename was not explicitly specified were segfaulting. -Erik
2001-12-17Add in a new restart init target, triggered by SIGHUP. Patch fromEric Andersen
Russ Dill, with adjustments by me. -Erik
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-12-16* Add ^L clear to shellEric Andersen
2001-12-16Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>Eric Andersen
2001-12-16Add a more verbose non-strip command.Eric Andersen
2001-12-14Add support for big-endian ARM (initial patch by Mike Voytovich).Matt Kraai
2001-12-12Update uClibc URL.Matt Kraai
2001-12-11Open the source before creating the destination.Matt Kraai
2001-12-11Use an int to hold the result of fgetc (bug noted by David Kimdon).Matt Kraai
2001-12-08And a bit moreEric Andersen
2001-12-08More polishEric Andersen
2001-12-08OopsEric Andersen
2001-12-08Add in cvs infoEric Andersen
2001-12-08Begin moving things to busybox.netEric Andersen
-Erik
2001-12-08Use a local image, not an offsite one.Eric Andersen
2001-12-07New.Matt Kraai
2001-12-07Continue processing files if we are asked to touch, but not create, a fileMatt Kraai
which doesn't exist.
2001-12-07Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined.Matt Kraai
2001-12-07Fix link nameEric Andersen
2001-12-07Fix broken linkEric Andersen
2001-12-07Update copyright and close file descriptors (noted by Axel Kittenberger).Matt Kraai