Matt Kraai
9758e7d58d
* include/usage.h: Fix route and unzip usage messages (patch from
...
Laurence Anderson).
2002-01-03 17:32:29 +00:00
Matt Kraai
f3fbe20c35
* cmp/cmp-detects-difference: Simplify return code negation.
...
* false/false-returns-failure: Likewise.
* tar/tar-demands-at-least-one-ctx: Likewise.
* tar/tar-demands-at-most-one-ctx: Likewise.
2002-01-02 20:45:42 +00:00
Matt Kraai
01d2ea908b
* testsuite/README: Document -v option.
...
* testsuite/runtest: Handle -v option.
(show_result): New.
(run_applet_testcase): Call it.
2002-01-02 20:37:59 +00:00
Matt Kraai
39fcb5a750
* archival/dpkg.c (create_list): Use chomp.
...
* archival/tar.c (append_file_list_to_list): Likewise.
2002-01-02 19:01:41 +00:00
Matt Kraai
0733e840bd
chomp should only remove the newline if it occurs at the end of the input.
...
This was caught by the test suite (in sed/sed-aic-commands).
* libbb/chomp.c: Revert to revision 1.5.
2002-01-02 18:51:23 +00:00
Matt Kraai
d21735de2d
* editors/sed.c (parse_edit_command): Require a newline after the backslash
...
after an edit command.
* testsuite/sed/sed-requires-newline-after-edit-command: New.
2002-01-02 17:56:38 +00:00
Glenn L McGrath
87ac7028e0
unzip applet by Laurence Anderson
...
----------------------------------------------------------------------
2002-01-02 13:52:26 +00:00
Aaron Lehmann
438803311b
ash patch: errname-diff
2001-12-31 06:16:54 +00:00
Aaron Lehmann
9a218bf979
ash patch: initvar-diff
2001-12-31 06:13:38 +00:00
Aaron Lehmann
1a6986699f
ash patch: forkshell-diff
2001-12-31 06:12:48 +00:00
Aaron Lehmann
eec2bbb9bf
ash patch: fgcmd-diff
2001-12-31 06:07:57 +00:00
Aaron Lehmann
2aef3a6bb9
ash patch: breakcmd-diff
2001-12-31 06:03:12 +00:00
Aaron Lehmann
95877b6756
ash patch: addfname-diff
2001-12-31 06:00:57 +00:00
Eric Andersen
79a466f128
optimize this a little bit.
2001-12-29 07:26:33 +00:00
Eric Andersen
6d13964714
Silence some silly warnings
...
-Erik
2001-12-29 04:15:13 +00:00
Eric Andersen
e7dd383f67
Link to udhcp
2001-12-22 19:28:24 +00:00
Eric Andersen
b9c0b99e51
Update URLs and email addresses
2001-12-22 00:37:54 +00:00
Matt Kraai
70624846fd
Ignore blanks before the first address and before the command.
2001-12-21 16:04:12 +00:00
Matt Kraai
1fcc66e685
New.
2001-12-21 15:54:25 +00:00
Eric Andersen
ceef50b280
Patch from vodz to fix broken function prototype
2001-12-21 11:22:26 +00:00
Eric Andersen
f1f2bd0b0a
Patch from vodz to implement ^L (clear screen)
2001-12-21 11:20:15 +00:00
Eric Andersen
9910cd2869
Update TODO. vodz has implemented ^L. Reverse policy on tinylogin.
...
-Erik
2001-12-21 11:18:36 +00:00
Matt Kraai
1f0c43668a
Remove == TRUE' tests and convert
!= TRUE' and `== FALSE' tests to use !.
2001-12-20 23:13:26 +00:00
Matt Kraai
31c73af656
Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined.
2001-12-20 22:30:14 +00:00
Matt Kraai
2b1effdbbc
Write files when extracting an archive from standard input.
2001-12-20 22:09:31 +00:00
Matt Kraai
c5b5cab37d
Remove dependence on CONFIG_FEATURE_CLEAN_UP.
2001-12-20 21:13:18 +00:00
Matt Kraai
38c15becf6
Avoid printing a trailing blank character.
2001-12-20 21:11:59 +00:00
Eric Andersen
5a841adf5d
Switch from FTP to HTTP for downloads
2001-12-20 08:04:56 +00:00
Eric Andersen
fb74a45088
Vodz' last_patch31
...
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-18 14:06:03 +00:00
Eric Andersen
f3f9062ecf
Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the output
...
filename was not explicitly specified were segfaulting.
-Erik
2001-12-18 00:57:55 +00:00
Eric Andersen
730f826f25
Add in a new restart init target, triggered by SIGHUP. Patch from
...
Russ Dill, with adjustments by me.
-Erik
2001-12-17 23:13:08 +00:00
Matt Kraai
ace02dc9cd
Make cp and mv optionally preserve hard links.
2001-12-17 15:26:36 +00:00
Eric Andersen
46ea0e4696
* Add ^L clear to shell
2001-12-16 09:25:57 +00:00
Eric Andersen
6925d50176
Some minor usage cleanups from David Douthitt <ssrat@mailbag.com>
2001-12-16 09:23:09 +00:00
Eric Andersen
de2a342289
Add a more verbose non-strip command.
2001-12-16 09:20:08 +00:00
Matt Kraai
e62dc86bc7
Add support for big-endian ARM (initial patch by Mike Voytovich).
2001-12-14 16:08:17 +00:00
Matt Kraai
04ae328851
Update uClibc URL.
2001-12-12 19:09:51 +00:00
Matt Kraai
14b7c5d12b
Open the source before creating the destination.
2001-12-11 16:43:48 +00:00
Matt Kraai
741f40b58e
Use an int to hold the result of fgetc (bug noted by David Kimdon).
2001-12-11 16:06:02 +00:00
Eric Andersen
72812d3143
And a bit more
2001-12-08 02:14:02 +00:00
Eric Andersen
a2e6908165
More polish
2001-12-08 02:13:05 +00:00
Eric Andersen
90c2abd212
Oops
2001-12-08 02:10:37 +00:00
Eric Andersen
dec43433e5
Add in cvs info
2001-12-08 02:08:31 +00:00
Eric Andersen
2423b12dae
Begin moving things to busybox.net
...
-Erik
2001-12-08 01:56:15 +00:00
Eric Andersen
05b5addcaa
Use a local image, not an offsite one.
2001-12-08 00:18:20 +00:00
Matt Kraai
07a37aebf5
New.
2001-12-07 21:27:57 +00:00
Matt Kraai
dba11452cb
Continue processing files if we are asked to touch, but not create, a file
...
which doesn't exist.
2001-12-07 21:27:38 +00:00
Matt Kraai
1a781a499f
Enable test only if CONFIG_FEATURE_GREP_EGREP_ALIAS is defined.
2001-12-07 21:24:25 +00:00
Eric Andersen
603557b466
Fix link name
2001-12-07 19:01:31 +00:00
Eric Andersen
089db51fbe
Fix broken link
2001-12-07 19:00:30 +00:00