summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-18debianutils/*: convert to new-style "one file" appletsDenys Vlasenko8-85/+90
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko4-9/+9
2013-02-28run-parts: fix unicode creep in --helpPeter Korsgaard1-3/+3
2013-02-28run-parts: stop providing incompatible short optionsDenys Vlasenko1-32/+25
2013-02-28run-parts: add --exit-on-error | -e supportPeter Korsgaard1-3/+10
2012-06-21tweak help textsDenys Vlasenko2-9/+8
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand3-6/+61
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-10remove duplicate commentDenys Vlasenko1-1/+0
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko12-30/+24
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko10-42/+49
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko9-20/+30
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-28run-parts: add --reverseDenis Vlasenko1-16/+19
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-23run_parts: make it sort executables by name (required by API)Denis Vlasenko1-73/+101
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-06-30introduce and use bb_basename()Denis Vlasenko14-73/+40
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-29run_parts: do not check path portion of a name for "bad chars".Denis Vlasenko1-7/+11
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko10-55/+53
2007-04-08find: fix handling of -pruneDenis Vlasenko9-59/+71
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer11-55/+50
2007-03-28run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko1-1/+1
2007-03-28run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko1-5/+5
2007-03-28- rewrite run-partsBernhard Reutner-Fischer3-132/+115
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-11-26Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko4-129/+99
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-01-25just whitespaceTim Riker254-2027/+2027
[next]