summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko43-266/+158
2008-07-12*: add FAST_FUNC markersDenis Vlasenko3-6/+6
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko27-62/+259
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-13cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470Denis Vlasenko3-1/+32
2007-08-25make copy_file() a bit easier to understand, and smallerDenis Vlasenko4-71/+68
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-06-10getopt_mk_fifo_nod: heed warningDenis Vlasenko2-4/+4
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-03-12introduce and use setfscreatecon_or_dieDenis Vlasenko7-13/+16
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko6-159/+188
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger4-4/+4
2006-03-13- revert back to r14406Bernhard Reutner-Fischer26-838/+772
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer25-166/+236
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-03-02- use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer24-0/+96
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer28-840/+796
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger28-128/+158
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer31-171/+514
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer8-53/+24
2005-10-06to bb_getopt_ulflags()"Vladimir N. Oleynik"1-10/+5
2005-09-07Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.Rob Landley5-71/+74
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger24-24/+24
2004-10-08egor duda writes:Eric Andersen66-241/+459
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
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