summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2-11/+16
2016-12-03install: fix musl problem with dirnameDenys Vlasenko1-3/+10
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2014-09-24install: fix help textDenys Vlasenko1-1/+1
2014-09-24install: implement -t DIRAaro Koskinen1-15/+22
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-02-21install: strip before mode/uid/gid is set, not after.Denys Vlasenko1-12/+13
2010-01-15cp: fix -H handlingDenys Vlasenko5-24/+227
2009-06-15install: compat fix for mode of created files.Denys Vlasenko1-3/+4
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-09-06install: shrink -D code. By Bernhard.Denis Vlasenko1-10/+7
2008-09-03kbd_mode: fix non-ASCII letters in commentsDenis Vlasenko3-35/+46
2008-08-15install: fix long option not taking params (bug 4584)Denis Vlasenko1-3/+3
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-16install: do not chown intermediate directories with install -d; shrinkDenis Vlasenko1-47/+28
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-26install: fix bug in "install -c file dir" (tries to copy dir into dir too)Denis Vlasenko1-21/+26
2007-09-21update Glenn McGrath's email addressDenis Vlasenko15-16/+15
2007-08-26install: shrink a bit, fix two bugletsDenis Vlasenko1-29/+38
2007-08-24cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko4-39/+45
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-06-17install: fix install a b /a/link/to/dirDenis Vlasenko2-4/+15
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-16style fixes, no code changesDenis Vlasenko13-17/+34
2007-03-20fix accumulated whitespace and indentation damageDenis Vlasenko23-145/+145
2007-03-12introduce and use setfscreatecon_or_dieDenis Vlasenko7-13/+16
2007-03-11next portion of selinux updates: chcon, runcon. FromDenis Vlasenko7-2/+349
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
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
2007-01-13whitespace fixes (leading spaces to tab)Denis Vlasenko11-13/+13
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko12-152/+186
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley9-47/+81
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer18-12/+118
2006-04-02- typos: s/compatability/compatibility/g;s/compatable/compatible/g;Bernhard Reutner-Fischer8-9/+9
[next]