summaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * usage: do not print trailing space for commands which have no argumentsDenys Vlasenko2018-07-091-2/+5
* | Update copyright dateRon Yorston2018-05-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-5/+12
|\|
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-5/+12
* | win32: more backslash to slash conversionsRon Yorston2018-04-081-1/+2
* | ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-11/+8
* | ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-6/+8
* | libbb: improve stripping of extension from argv[0]Ron Yorston2018-03-311-15/+11
* | busybox: let --list-full display nofork/noexec appletsRon Yorston2018-03-291-6/+22
* | win32: save a few bytesRon Yorston2018-03-291-2/+3
* | ps: display applet names in process listingRon Yorston2018-03-281-0/+9
* | libbb: ensure build details are only stored onceRon Yorston2018-02-261-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-1/+0
|\|
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* | Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-221-16/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-13/+2
|\|
| * 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
* | ash: allow long-running nofork applets to be interruptedRon Yorston2017-08-011-0/+16
* | libbb: avoid annoying blank line in help messageRon Yorston2017-07-291-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-4/+37
|\|
| * 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
* | win32: simplify spawning appletsRon Yorston2017-07-211-6/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-9/+38
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-5/+1
|\|
| * busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko2017-01-111-5/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-01-081-0/+26
|\|
| * Automatically disable FEATURE_COMPRESS_USAGE for small builds.Denys Vlasenko2017-01-061-0/+26
* | Merge branch 'busybox' into mergeRon Yorston2017-01-041-16/+18
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-9/+17
|\|
| * Do not print useless empty line after list of appletsDenys Vlasenko2016-11-281-1/+1
| * Fix allnoconfig warningsDenys Vlasenko2016-11-181-8/+16
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-1/+11
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-28/+35
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+2
|\|
| * Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-151-1/+2