summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2012-03-07libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko6-8/+6
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko10-42/+49
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko11-82/+143
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer12-62/+46
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath14-37/+50
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-08-09Remove BB_SH define entirely.Matt Kraai6-18/+2
2001-08-02Fix up some silly messups with the debian packaging, and a dumbEric Andersen6-30/+41
2001-05-17Fix applet_name.Matt Kraai2-0/+2
2001-05-17Fix invocation of builtin shell to have proper argc and argv.Matt Kraai2-2/+6
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai52-204/+185
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-07-24chroot can now call the builtin shellPavel Roskin3-0/+11
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-12Always report the applet name when doing error reporting.Matt Kraai42-144/+141
2000-06-02This is a fix for chrootEric Andersen2-16/+14
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen35-133/+278
2000-04-13Upates to include copyright 2000 to everythingErik Andersen85-668/+581
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen34-376/+817
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen163-27364/+27866
1999-11-10Updates to usage, and made tar work.Eric Andersen63-230/+290
1999-10-20Fixed up copyright notices and suchEric Andersen75-322/+947
1999-10-18More stuff.Eric Andersen61-233/+168
1999-10-12Latest and greatest.Eric Andersen19-305/+255
1999-10-05More stuff works.Eric Andersen17-1165/+488
1999-10-05Initial revisionEric Andersen113-0/+24504