aboutsummaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Collapse)Author
2001-05-07Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen
make xreadlink() return NULL on failure, and make sure everyone uses the interface correctly. -Erik
2001-05-01Another refinement, this time from Larry.Eric Andersen
2001-05-01Argh. Now we break non-pristine builds. Check a bit more carefully.Eric Andersen
-Erik
2001-05-01A patch from Larry to fix pristine source builds (again).Eric Andersen
I just can't seem to _not_ break it. Sigh.
2001-04-30Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley
readlink(2).
2001-04-25Removed obsoleted BB_FEATURE_RM_INTERACTIVEMark Whitley
2001-04-25Applied patch from I.Q. to add -s to cmp.Mark Whitley
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik
2001-04-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley
to usage.h to document the -q option.
2001-04-17- usage.hJohn Beppu
o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley
2001-04-15Document new dpkg-deb funtionsGlenn L McGrath
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath
2001-04-09Make 'grep -l' workEric Andersen
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
- support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive!
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
2001-04-03Make 'busybox --help' work as expected, closing bug #1139Eric Andersen
-Erik
2001-04-01Move the mtab support stuff into libbbEric Andersen
-Erik
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
-Erik
2001-03-28Applied patch from David Douthitt to re-add -print option to find.Mark Whitley
Closes bug #1144.
2001-03-23includes cleanup from Jeff GarzikEric Andersen
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
2001-03-20Force applet_name to be "sh" when command prefaced by "-"Eric Andersen
2001-03-20chown was missing a ] in its usage msgEric Andersen
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen
which looks like the right place for such things to live.
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen
files. Clean up the resulting damage and fix up the makefile. -Erik
2001-03-16There was an unwanted extra newline, which prevented buildingEric Andersen
uudecode. How did this sneak through the testing until now? -Erik
2001-03-15One tinly, little, missing newline that confused Pod.Mark Whitley
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen
Fix up docs/busybox.pod with the latest autogenerated output. -Erik
2001-03-14Applied patch from Christophe Boyanique to add an egrep alias for grep.Mark Whitley
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2001-03-12Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley
klogd (as it should be).
2001-03-12Adjust ifconfig usage message for selected options and current functionality.Manuel Novoa III
2001-03-08Per Vladimir's suggestion, force the locale to POSIX for allEric Andersen
the scripts so busybox will install properly.
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-03-02Changed exit code from -1 to 0 when busybox is invoked with no args.Mark Whitley
(Closes bug #1114.)
2001-02-24The usage message for syslogd had stuff longer then 80 chars and wrapped.Eric Andersen
2001-02-23Another usage cleanup from kent robottiEric Andersen
2001-02-23More cleanupsEric Andersen
2001-02-23Make HUMAN_READABLE be single argument like the others.Eric Andersen
2001-02-23More usage cleanups from kent robotti. I know some of these wereEric Andersen
applied previously but apparently lost with some of the latest changes.
2001-02-23space after \ make preprocessor sadDavid Kimdon
2001-02-23I should be more careful...Eric Andersen
2001-02-22Commit a few updates to the usage messages.Eric Andersen
2001-02-22Another update to the way usage messages are done by Evin RobertsonEric Andersen
<nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
2001-02-17A bunch of usage clenups from kent robotti <robotti@metconnect.com>Eric Andersen
-Erik
2001-02-17Update the build system for pristine source directory builds. ThisEric Andersen
update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik