| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. | Glenn L McGrath | 2001-10-05 | 1 | -0/+1 |
* | Initial support for for bunzip2.... | Glenn L McGrath | 2001-10-05 | 1 | -0/+1 |
* | Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled | Eric Andersen | 2001-10-03 | 1 | -0/+4 |
* | Disable the tinylogin apps by default. | Eric Andersen | 2001-08-21 | 1 | -5/+5 |
* | Initial merge of all tinylogin applets that do not require crypt. | Eric Andersen | 2001-08-21 | 1 | -0/+5 |
* | This corrects the _really_poor_ implementation of "broadcast +" handling | Manuel Novoa III | 2001-08-10 | 1 | -1/+5 |
* | Remind people to enable RPC support when using NFS mount and uClibc (thanks | Matt Kraai | 2001-08-09 | 1 | -0/+3 |
* | Remove BB_SH define entirely. | Matt Kraai | 2001-08-09 | 1 | -4/+0 |
* | multibuild.pl saves us again. unix2dos requires that dos2unix | Eric Andersen | 2001-08-02 | 1 | -0/+4 |
* | Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing | Eric Andersen | 2001-08-02 | 1 | -16/+3 |
* | Allow multiple shells to be enabled. | Matt Kraai | 2001-08-01 | 1 | -42/+31 |
* | I just wrote up a simple pidof applet, closing bug #1197 | Eric Andersen | 2001-07-31 | 1 | -0/+1 |
* | Simplify/clarify the shell dependant bit of Config.h | Eric Andersen | 2001-07-30 | 1 | -12/+5 |
* | Add support for devfs device names. | Matt Kraai | 2001-07-23 | 1 | -0/+3 |
* | Some patches to make dietlibc work... | Eric Andersen | 2001-07-22 | 1 | -1/+2 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | 2001-07-19 | 1 | -0/+13 |
* | A traceroute applet from vodz. This could probably be slimmed down, | Eric Andersen | 2001-07-10 | 1 | -0/+1 |
* | Remove rpmunpack | Eric Andersen | 2001-07-07 | 1 | -1/+0 |
* | Some minor updates. Bump version number in preparation for release. | Eric Andersen | 2001-07-07 | 1 | -11/+11 |
* | Let people select their shell at compile time. | Eric Andersen | 2001-07-06 | 1 | -0/+55 |
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 1 | -0/+1 |
* | Leave BB_FEATURE_NFSMOUNT disabled by default. | Eric Andersen | 2001-06-22 | 1 | -1/+1 |
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -0/+1 |
* | Get BB_LASH out of the list... | Eric Andersen | 2001-05-24 | 1 | -1/+0 |
* | Patch from larry to fix some grammar errors. | Eric Andersen | 2001-05-23 | 1 | -4/+4 |
* | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen | 2001-05-21 | 1 | -11/+10 |
* | This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on | Eric Andersen | 2001-05-21 | 1 | -0/+6 |
* | Patch from Jim McQuillan to pass the terminal type to the remote host. | Eric Andersen | 2001-05-07 | 1 | -0/+3 |
* | Disable lash | Eric Andersen | 2001-04-26 | 1 | -0/+1 |
* | Removed obsoleted BB_FEATURE_RM_INTERACTIVE | Mark Whitley | 2001-04-25 | 1 | -3/+0 |
* | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | Eric Andersen | 2001-04-24 | 1 | -1/+3 |
* | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | 2001-04-23 | 1 | -1/+2 |
* | Applied patch from Larry Doolittle to give users the third option of putting | Mark Whitley | 2001-04-20 | 1 | -0/+5 |
* | This has two patches. First it moves interface.c to libbb (it is | Eric Andersen | 2001-04-19 | 1 | -8/+0 |
* | Applied patch from I.Q. to add sort -u as a feature. | Mark Whitley | 2001-04-17 | 1 | -1/+4 |
* | dos2unix and unix2dos are now independent | Glenn L McGrath | 2001-04-12 | 1 | -4/+1 |
* | dpkg, dpkg_deb dont depend on any other applets now | Glenn L McGrath | 2001-04-11 | 1 | -12/+0 |
* | dpkg only dependeds on tar | Glenn L McGrath | 2001-04-11 | 1 | -1/+1 |
* | Gzip is indepenedent of gunzip | Glenn L McGrath | 2001-04-11 | 1 | -6/+0 |
* | Remove dpkg-deb applet dependencies, still depends on tar | Glenn L McGrath | 2001-04-11 | 1 | -14/+0 |
* | Apply Vladimir's latest cleanup patch. | Eric Andersen | 2001-04-09 | 1 | -0/+3 |
* | A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds | Eric Andersen | 2001-04-05 | 1 | -0/+3 |
* | I said no new features till after the 0.51 release. Well, I lied. This is a | Eric Andersen | 2001-04-04 | 1 | -0/+12 |
* | Move the mtab support stuff into libbb | Eric Andersen | 2001-04-01 | 1 | -9/+1 |
* | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | 2001-03-29 | 1 | -0/+1 |
* | Enable tar -z support again by default | Glenn L McGrath | 2001-03-28 | 1 | -1/+1 |
* | Disable tar -z for now | Glenn L McGrath | 2001-03-28 | 1 | -1/+1 |
* | Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). | Matt Kraai | 2001-03-27 | 1 | -3/+2 |
* | Added adjtimex applet from Larry Doolittle. | Mark Whitley | 2001-03-20 | 1 | -0/+1 |
* | Some configuration adjustments from Vladimir | Eric Andersen | 2001-03-19 | 1 | -5/+1 |