summaryrefslogtreecommitdiff
path: root/debianutils/run_parts.c
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* just whitespaceTim Riker2006-01-251-3/+3
* change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"2005-10-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-9/+9
* Bruno Randolf writes:Eric Andersen2003-07-291-1/+3
* Move start_stop_daemon to debianutils.Eric Andersen2003-07-261-25/+31
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Patch by Stewart Brodie to terminate the string array correctlyGlenn L McGrath2003-01-081-1/+2
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...Glenn L McGrath2002-11-111-190/+44
* Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath2002-11-111-0/+251