Age | Commit message (Expand) | Author |
2017-01-10 | Big cleanup in config help and description | Denys Vlasenko |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko |
2016-04-21 | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-10-19 | debianutils/*: convert to new-style "one file" applets | Denys Vlasenko |
2015-10-08 | join some common strings, -400 bytes | Denys Vlasenko |
2013-10-16 | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko |
2013-02-28 | run-parts: fix unicode creep in --help | Peter Korsgaard |
2013-02-28 | run-parts: stop providing incompatible short options | Denys Vlasenko |
2013-02-28 | run-parts: add --exit-on-error | -e support | Peter Korsgaard |
2012-06-21 | tweak help texts | Denys Vlasenko |
2011-09-14 | login: new option LOGIN_SESSION_AS_CHILD | Ian Wienand |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-05-10 | remove duplicate comment | Denys Vlasenko |
2010-03-18 | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2009-04-21 | switch_root: improve behavior on error; improve help text | Denis Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer |
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-15 | *: use llist_pop for traverse-and-free list operation | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-28 | run-parts: add --reverse | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-23 | run_parts: make it sort executables by name (required by API) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-06-30 | introduce and use bb_basename() | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-29 | run_parts: do not check path portion of a name for "bad chars". | Denis Vlasenko |
2007-04-08 | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer |
2007-03-28 | run_parts: I was wrong, NULL termination is already done because | Denis Vlasenko |
2007-03-28 | run_parts: NULL-terminate list of arguments; fix perror/error usage | Denis Vlasenko |
2007-03-28 | - rewrite run-parts | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-11-26 | Closing bug 730. libbb run_parts is using scandir (a GNUism), | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |