aboutsummaryrefslogtreecommitdiff
path: root/debianutils/run_parts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+0
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* debianutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+34
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-1/+1
* Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-161-1/+1
* run-parts: fix unicode creep in --helpPeter Korsgaard2013-02-281-3/+3
* run-parts: stop providing incompatible short optionsDenys Vlasenko2013-02-281-32/+25
* run-parts: add --exit-on-error | -e supportPeter Korsgaard2013-02-281-3/+10
* tweak help textsDenys Vlasenko2012-06-211-8/+7
* login: new option LOGIN_SESSION_AS_CHILDIan Wienand2011-09-141-0/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+26
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* remove duplicate commentDenys Vlasenko2010-05-101-1/+0
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-2/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-4/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-2/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* run-parts: add --reverseDenis Vlasenko2008-02-281-16/+19
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* run_parts: make it sort executables by name (required by API)Denis Vlasenko2007-09-231-73/+101
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-10/+9
* introduce and use bb_basename()Denis Vlasenko2007-06-301-4/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-2/+2
* run_parts: do not check path portion of a name for "bad chars".Denis Vlasenko2007-04-291-7/+11
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-3/+0
* find: fix handling of -pruneDenis Vlasenko2007-04-081-1/+1
* - fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer2007-03-291-3/+1
* run_parts: I was wrong, NULL termination is already done becauseDenis Vlasenko2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usageDenis Vlasenko2007-03-281-5/+5
* - rewrite run-partsBernhard Reutner-Fischer2007-03-281-130/+89
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-8/+99
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-22/+22
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-16/+2