aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not segfault if PATH is unset.kraai2002-01-142-9/+18
* Remove broken "Other cool embedded software" linkandersen2002-01-131-4/+1
* Make private ash config options be publicandersen2002-01-092-125/+98
* * archival/tar.c (tar_main): Remove unused variable.kraai2002-01-081-4/+0
* Oops.andersen2002-01-061-1/+1
* Do not depend on PATH or getopt arg reorderingandersen2002-01-061-2/+2
* Somehow ttylinux got lost. Put it back.andersen2002-01-051-0/+1
* Update links to avoid possible lingering DNS problemsandersen2002-01-051-13/+13
* * docs/busybox.net/index.html: Fix misspelling of `Unfortunately'.kraai2002-01-041-1/+1
* More updatesandersen2002-01-041-1/+1
* More picsandersen2002-01-043-0/+0
* Update text once againandersen2002-01-041-31/+33
* Fix grammar (thanks to my wife for proof reading)andersen2002-01-041-9/+11
* Fix linkandersen2002-01-041-1/+1
* Update busybox.net info and donation noiseandersen2002-01-042-158/+214
* * editors/sed.c (parse_cmd_str): Remove redundant code to skip initialkraai2002-01-031-4/+0
* * editors/sed.c (parse_edit_cmd): Rewrite.kraai2002-01-032-34/+22
* * AUTHORS (Matt Kraai): Update e-mail address.kraai2002-01-031-1/+1
* * include/usage.h: Fix route and unzip usage messages (patch fromkraai2002-01-031-2/+2
* * cmp/cmp-detects-difference: Simplify return code negation.kraai2002-01-024-20/+4
* * testsuite/README: Document -v option.kraai2002-01-022-12/+32
* * archival/dpkg.c (create_list): Use chomp.kraai2002-01-022-10/+2
* chomp should only remove the newline if it occurs at the end of the input.kraai2002-01-021-3/+5
* * editors/sed.c (parse_edit_command): Require a newline after the backslashkraai2002-01-022-1/+2
* unzip applet by Laurence Andersonbug12002-01-0213-78/+302
* ash patch: errname-diffaaronl2001-12-311-2/+2
* ash patch: initvar-diffaaronl2001-12-311-2/+2
* ash patch: forkshell-diffaaronl2001-12-311-11/+2
* ash patch: fgcmd-diffaaronl2001-12-311-3/+1
* ash patch: breakcmd-diffaaronl2001-12-311-1/+3
* ash patch: addfname-diffaaronl2001-12-311-4/+2
* optimize this a little bit.andersen2001-12-291-5/+3
* Silence some silly warningsandersen2001-12-291-3/+10
* Link to udhcpandersen2001-12-221-0/+4
* Update URLs and email addressesandersen2001-12-221-5/+6
* Ignore blanks before the first address and before the command.kraai2001-12-212-0/+9
* New.kraai2001-12-211-0/+4
* Patch from vodz to fix broken function prototypeandersen2001-12-211-2/+2
* Patch from vodz to implement ^L (clear screen)andersen2001-12-211-1/+10
* Update TODO. vodz has implemented ^L. Reverse policy on tinylogin.andersen2001-12-211-4/+4
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-2027-144/+144
* Perform clean up only if CONFIG_FEATURE_CLEAN_UP is defined.kraai2001-12-201-0/+2
* Write files when extracting an archive from standard input.kraai2001-12-202-16/+13
* Remove dependence on CONFIG_FEATURE_CLEAN_UP.kraai2001-12-201-1/+0
* Avoid printing a trailing blank character.kraai2001-12-201-5/+14
* Switch from FTP to HTTP for downloadsandersen2001-12-204-49/+30
* Vodz' last_patch31andersen2001-12-186-95/+63
* Things like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where the outputandersen2001-12-181-1/+5
* Add in a new restart init target, triggered by SIGHUP. Patch fromandersen2001-12-173-4/+47
* Make cp and mv optionally preserve hard links.kraai2001-12-176-75/+42