aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
AgeCommit message (Expand)Author
2017-01-03appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-11-28Do not print useless empty line after list of appletsDenys Vlasenko
2016-11-18Fix allnoconfig warningsDenys Vlasenko
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko
2016-07-05libbb: suppress warning about run_applet_and_exitRon Yorston
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston
2016-06-18Allow "busybox <applet>" to work when busybox is disabledRon Yorston
2016-05-31Make busybox an optional appletDenys Vlasenko
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston
2016-04-03find_applet_by_name: loop index should be signedRon Yorston
2016-04-03main(): add a TODO about finding a use for _end[] areaDenys Vlasenko
2016-04-02typo fixDenys Vlasenko
2016-04-02find_applet_by_name: add an example of faster linear search codeDenys Vlasenko
2016-03-30applet_tables: save space by removing applet name offsetsRon Yorston
2015-10-30busybox: alter help message in standalone shell modeRon Yorston
2015-10-23libbb: factor out code which queries screen widthDenys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25Print one less newline at the end of bb_show_usage()Denys Vlasenko
2015-04-21special-case {true,false,test} --helpDenys Vlasenko
2015-04-02update copyright yearsAaro Koskinen
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko
2014-09-18false: make "false --help" exit with 1Denys Vlasenko
2014-08-11init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko
2014-01-31appletlib: fix set-but-unused warningMike Frysinger
2013-07-30Whitespace fixesDenys Vlasenko
2013-02-28make --help return exitcode 0. Closes 5612Denys Vlasenko
2013-01-17code shrinkDenys Vlasenko
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn
2012-05-14busybox: tweak help text and copyright yearDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-08-13Bump version to 1.19.0, update copyright year in help messageDenys Vlasenko
2011-06-03appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko
2011-05-20warning removalCristian Ionescu-Idbohrn
2011-05-16busybox.conf: code shrinkDenys Vlasenko
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko
2011-05-16main: free suid_config list after useDenys Vlasenko
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-03-12busybox: fail if --install is not given an absolute pathDenys Vlasenko
2011-03-06improve --install operation in chroot jailsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-05add if guards around include <malloc.h>Denys Vlasenko
2010-11-29exclude the case of just "busybox" from previous commitDenys Vlasenko