Fix buffalo url
[oweals/busybox.git] / applets /
2004-04-06 Eric AndersenFix it so usage is _always_ in sync with applets.c...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathVodz. last_patch_128
2004-02-17 Manuel Novoa III Patch from Florian Schirmer <jolt@tuxbox.org>. When...
2004-02-01 Manuel Novoa III Rewrite parse_config_file(). Among the old version...
2003-11-07 Tim Rikerwrap bb help output if CONFIG_FEATURE_AUTOWIDTH
2003-10-04 Glenn L McGrathWoops, the previous patch reversal wasnt complete,...
2003-10-03 Glenn L McGrathReverse my previous changes and make a note about why...
2003-10-03 Glenn L McGrathargc has already been decremented
2003-10-03 Glenn L McGrathPatch from Rob Landley, Simplify organisation of arguments.
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-05-26 Glenn L McGrathVodz, last_path_87, formatiing changes
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Glenn L McGrathI miscalculated on this one, change it back
2002-11-28 Glenn L McGrathSave a few bytes in show_usage
2002-09-30 Eric AndersenFix dependancy so we rebuild busybox.o, usage.o and...
2002-09-16 Eric AndersenApply vodz' last_patch52
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments instead...
2002-07-18 Robert GrieblAdded a compile time option to suppress the "Using...
2002-07-16 Robert GrieblDon't treat a non-existant/-readable config file as...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-06 Robert GrieblIf config file can not be parsed, use compiled in BB_SU...
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2001-12-18 Eric AndersenVodz' last_patch31
2001-10-31 Eric Andersen*** empty log message ***
2001-10-31 Eric AndersenMove usage.h to include/usage.h
2001-10-31 Eric AndersenRun parts applet by Emanuele Aina <faina.mail@tiscaline...
2001-10-24 Eric AndersenFixup the new buildsystem a bit.
2001-10-24 Eric AndersenOops. Forgot these....
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenCommit the start-stop-daemon applet. This was contribu...
2001-10-05 Glenn L McGrathRemove duplicate tftp -l option help
2001-10-05 Glenn L McGrathApply Magnus Damm's patch, adds tftp blocksize support...
2001-10-05 Glenn L McGrathInitial support for for bunzip2....
2001-09-26 Eric Andersenuse the pedantically correct compiler for preprocessing
2001-09-21 Matt KraaiFix tftp usage information (closes: #1216).
2001-08-27 Matt KraaiRemove traces of rpmunpack (patch by Laurence Anderson).
2001-08-27 Matt KraaiAdd support for `busybox --help APPLET' by Vladimir...
2001-08-27 Matt KraaiFix ash exec (noted by Arne Bernin).
2001-08-27 Matt KraaiFix invocation of `-/bin/sh' (bug #1209).
2001-08-21 Eric AndersenInitial merge of all tinylogin applets that do not...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-31 Eric AndersenI just wrote up a simple pidof applet, closing bug...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-18 Glenn L McGrathUpdate dpkg usage
2001-07-10 Eric AndersenA traceroute applet from vodz. This could probably...
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-24 Eric AndersenMake the extern NUM_APPLETS be a extern const NUM_APPLE...
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-21 Eric AndersenAdd wget -P support, finishing off bug #1176
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Matt KraaiRemove documentation of unsupported sed options.
2001-06-21 Eric AndersenPer a suggestion from Tom Oehser, fix up the leading...
2001-06-15 Mark WhitleyApplied patch from Jim Gleason that makes it so busybox...
2001-06-03 Glenn L McGrathRemove space between ar options
2001-06-03 Glenn L McGrathCorrect ar options
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-22 Eric AndersenIt turns out the descriptions of both dos2unix and...
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-21 Eric AndersenA couple more minor touchups
2001-05-21 Eric AndersenSeveral cleanups for usage messages
2001-05-21 Eric AndersenPatch from Gernot Poerner <gp@it-netservice.de>. Adds in
2001-05-18 Eric AndersenFix an escape problem in the docs. Some \n's didn...
2001-05-15 Eric AndersenPatch from Adam Heath <doogie@debian.org> to add arbitr...
2001-05-13 Eric AndersenMake the locale stuff only do the getpid==1 check if...
2001-05-11 Eric AndersenFix the chown usage text, also thanks to Lars Kellogg...
2001-05-11 Matt KraaiFix env usage information.
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-01 Eric AndersenAnother refinement, this time from Larry.
2001-05-01 Eric AndersenArgh. Now we break non-pristine builds. Check a bit...
2001-05-01 Eric AndersenA patch from Larry to fix pristine source builds (again).
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-25 Mark WhitleyRemoved obsoleted BB_FEATURE_RM_INTERACTIVE
2001-04-25 Mark WhitleyApplied patch from I.Q. to add -s to cmp.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyApplied a patch from Laurence Anderson to fix the wget...
2001-04-17 John Beppu- usage.h
2001-04-15 Glenn L McGrathDocument new dpkg-deb funtions
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric AndersenA patch from Dmitry Zakharov <dmit@crp.bank.gov.ua...
2001-04-04 Eric AndersenI said no new features till after the 0.51 release...
2001-04-03 Eric AndersenA patch from Matt Kraai that adds a new 'shutdown'...
2001-04-03 Eric AndersenMake 'busybox --help' work as expected, closing bug...
2001-04-01 Eric AndersenMove the mtab support stuff into libbb
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...
2001-03-28 Mark WhitleyApplied patch from David Douthitt to re-add -print...
2001-03-23 Eric Andersenincludes cleanup from Jeff Garzik
2001-03-20 Mark WhitleyAdded adjtimex applet from Larry Doolittle.
2001-03-20 Eric AndersenForce applet_name to be "sh" when command prefaced...
2001-03-20 Eric Andersenchown was missing a ] in its usage msg
2001-03-19 Eric AndersenPatch from Vladimir to move struct applet from busybox...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...
2001-03-16 Eric AndersenThere was an unwanted extra newline, which prevented... 0_50
2001-03-15 Mark WhitleyOne tinly, little, missing newline that confused Pod.
next