aboutsummaryrefslogtreecommitdiff
path: root/Config.h
AgeCommit message (Expand)Author
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-19Add an option to make the shells not advertise their busybox natureEric Andersen
2001-10-18Commit the start-stop-daemon applet. This was contributed by DavidEric Andersen
2001-10-05Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups.Glenn L McGrath
2001-10-05Initial support for for bunzip2....Glenn L McGrath
2001-10-03Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabledEric Andersen
2001-08-21Disable the tinylogin apps by default.Eric Andersen
2001-08-21Initial merge of all tinylogin applets that do not require crypt.Eric Andersen
2001-08-10This corrects the _really_poor_ implementation of "broadcast +" handlingManuel Novoa III
2001-08-09Remind people to enable RPC support when using NFS mount and uClibc (thanksMatt Kraai
2001-08-09Remove BB_SH define entirely.Matt Kraai
2001-08-02multibuild.pl saves us again. unix2dos requires that dos2unixEric Andersen
2001-08-02Scrub away the last leftovers from BB_FEATURE_<shell>. Good thingEric Andersen
2001-08-01Allow multiple shells to be enabled.Matt Kraai
2001-07-31I just wrote up a simple pidof applet, closing bug #1197Eric Andersen
2001-07-30Simplify/clarify the shell dependant bit of Config.hEric Andersen
2001-07-23Add support for devfs device names.Matt Kraai
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-07-19Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen
2001-07-10A traceroute applet from vodz. This could probably be slimmed down,Eric Andersen
2001-07-07Remove rpmunpackEric Andersen
2001-07-07Some minor updates. Bump version number in preparation for release.Eric Andersen
2001-07-06Let people select their shell at compile time.Eric Andersen
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-22Leave BB_FEATURE_NFSMOUNT disabled by default.Eric Andersen
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-05-24Get BB_LASH out of the list...Eric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-21Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-05-21This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based onEric Andersen
2001-05-07Patch from Jim McQuillan to pass the terminal type to the remote host.Eric Andersen
2001-04-26Disable lashEric Andersen
2001-04-25Removed obsoleted BB_FEATURE_RM_INTERACTIVEMark Whitley
2001-04-24Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric Andersen
2001-04-23Rewrite cp and mv to be SUSv2 compliant.Matt Kraai
2001-04-20Applied patch from Larry Doolittle to give users the third option of puttingMark Whitley
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric Andersen
2001-04-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley
2001-04-12dos2unix and unix2dos are now independentGlenn L McGrath
2001-04-11dpkg, dpkg_deb dont depend on any other applets nowGlenn L McGrath
2001-04-11dpkg only dependeds on tarGlenn L McGrath
2001-04-11Gzip is indepenedent of gunzipGlenn L McGrath
2001-04-11Remove dpkg-deb applet dependencies, still depends on tarGlenn L McGrath
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen
2001-04-01Move the mtab support stuff into libbbEric Andersen
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
2001-03-28Enable tar -z support again by defaultGlenn L McGrath
2001-03-28Disable tar -z for nowGlenn L McGrath