aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko2021-08-161-1/+5
* echo: special case "echo --help": it should not show help textDenys Vlasenko2021-03-151-8/+22
* libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-10/+19
* libbb: code shrink and speed up find_applet_by_name()Ron Yorston2021-02-021-79/+17
* libbb: do not open-code __errno_location() callDenys Vlasenko2020-10-011-1/+6
* libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko2020-10-011-1/+1
* nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-5/+33
* clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-5/+5
* libbb: mark scripted_main() as externally visibleRon Yorston2019-03-301-0/+1
* single-applet build --help had extra \n, removeDenys Vlasenko2019-01-011-5/+5
* hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+7
* busybox: add '--show SCRIPT' option to display scriptsRon Yorston2018-11-181-38/+54
* Treat custom and applet scripts as appletsRon Yorston2018-11-171-40/+32
* libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-66/+15
* busybox: show embedded scripts in applet listDenys Vlasenko2018-11-011-15/+21
* ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston2018-11-011-4/+4
* claenups for previous commitDenys Vlasenko2018-11-011-20/+16
* ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-1/+82
* whitespace fixesDenys Vlasenko2018-07-171-1/+1
* usage: do not print trailing space for commands which have no argumentsDenys Vlasenko2018-07-091-2/+5
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+12
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbbDenys Vlasenko2017-08-081-16/+0
* noexec: consolidate codeDenys Vlasenko2017-08-071-2/+0
* noexec: set comm field for noexecsDenys Vlasenko2017-08-071-3/+10
* standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko2017-07-291-0/+18
* shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-291-4/+19
* libbb: do not die if setgid/setuid(real_id) on startup failsDenys Vlasenko2017-07-101-2/+15
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-071-3/+7
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-4/+16
* busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko2017-01-111-5/+1
* Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2017-01-061-0/+26
* appletlib: avoid warning on unused function ingroupCristian Ionescu-Idbohrn2017-01-031-0/+2
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-231-16/+16
* Do not print useless empty line after list of appletsDenys Vlasenko2016-11-281-1/+1
* Fix allnoconfig warningsDenys Vlasenko2016-11-181-8/+16
* hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-031-0/+8
* 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