aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-0/+1
|\|
| * libbb: mark scripted_main() as externally visibleRon Yorston2019-03-301-0/+1
* | win32: improve filesystem detection and displayRon Yorston2019-03-201-0/+3
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-1/+1
* | Update copyright dateRon Yorston2019-03-141-1/+1
* | win32: fix POSIX buildRon Yorston2019-02-171-0/+8
* | libbb: skip fake path componentsRon Yorston2019-02-071-4/+5
* | win32: add support for the euro currency symbolRon Yorston2019-02-021-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-4/+4
|\|
| * single-applet build --help had extra \n, removeDenys Vlasenko2019-01-011-5/+5
* | ps: display interpreted script name in comm columnRon Yorston2019-01-081-1/+17
* | ps: add support for the args columnRon Yorston2019-01-081-11/+18
* | win32: implement umask(2)Ron Yorston2019-01-071-0/+9
* | busybox: add --uninstall optionRon Yorston2019-01-051-2/+32
* | busybox: identify scripts in output of 'busybox --list-full'Ron Yorston2019-01-051-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-39/+86
|\|
| * 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
* | libbb: add missing define that breaks non-default buildsRon Yorston2018-10-261-0/+2
* | Merge branch 'busybox'Ron Yorston2018-07-251-3/+6
|\|
| * whitespace fixesDenys Vlasenko2018-07-171-1/+1
| * 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