aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-191-1/+3
* build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-051-13/+17
* libbb: suppress warning about run_applet_and_exitRon Yorston2016-07-051-2/+2
* libbb: move common code into run_applet_and_exitRon Yorston2016-06-191-13/+8
* Allow "busybox <applet>" to work when busybox is disabledRon Yorston2016-06-181-0/+4
* Make busybox an optional appletDenys Vlasenko2016-05-311-3/+7
* Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-151-1/+2
* find_applet_by_name: loop index should be signedRon Yorston2016-04-031-1/+2
* main(): add a TODO about finding a use for _end[] areaDenys Vlasenko2016-04-031-0/+13
* typo fixDenys Vlasenko2016-04-021-1/+1
* find_applet_by_name: add an example of faster linear search codeDenys Vlasenko2016-04-021-3/+77
* applet_tables: save space by removing applet name offsetsRon Yorston2016-03-301-28/+54
* busybox: alter help message in standalone shell modeRon Yorston2015-10-301-0/+9
* libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-1/+1
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* Print one less newline at the end of bb_show_usage()Denys Vlasenko2015-05-251-1/+1
* special-case {true,false,test} --helpDenys Vlasenko2015-04-211-10/+12
* update copyright yearsAaro Koskinen2015-04-021-1/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-4/+4
* exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko2014-11-171-2/+4
* false: make "false --help" exit with 1Denys Vlasenko2014-09-181-8/+18
* init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko2014-08-111-2/+1
* appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* code shrinkDenys Vlasenko2013-01-171-8/+12
* Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
* busybox: tweak help text and copyright yearDenys Vlasenko2012-05-141-2/+2
* busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* Bump version to 1.19.0, update copyright year in help message1_19_0Denys Vlasenko2011-08-131-1/+1
* appletlib.c: do not use PAGE_SIZE for malloc tweakingDenys Vlasenko2011-06-031-13/+2
* warning removalCristian Ionescu-Idbohrn2011-05-201-1/+1
* busybox.conf: code shrinkDenys Vlasenko2011-05-161-13/+12
* busybox.conf: USER.GROUP is _optional_Denys Vlasenko2011-05-161-7/+6
* main: make busybox.conf mode handling less obscureDenys Vlasenko2011-05-161-33/+34
* main: free suid_config list after useDenys Vlasenko2011-05-161-33/+30
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-45/+30
* Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
* busybox: fail if --install is not given an absolute pathDenys Vlasenko2011-03-121-4/+3
* improve --install operation in chroot jailsDenys Vlasenko2011-03-061-5/+16
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* add if guards around include <malloc.h>Denys Vlasenko2010-12-051-1/+5
* exclude the case of just "busybox" from previous commitDenys Vlasenko2010-11-291-1/+1
* if only one applet is enabled, make "busybox applet [params]" work as expectedDenys Vlasenko2010-11-291-29/+33
* libbb: remove unused variableLauri Kasanen2010-11-131-4/+3
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-1/+1
* tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko2010-10-121-3/+5