aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-04-171-1/+1
|\
| * appletlib: fix "warning: unused variable applet_no"Tomas Paukrt2023-04-101-1/+1
* | win32: delay adjusting code pageRon Yorston2023-03-171-3/+1
* | Annual update of copyright messageRon Yorston2023-01-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-3/+5
|\|
| * fix [ --help ] and [[ --help ]]Denys Vlasenko2022-08-301-0/+3
| * libbb: make '--help' handling more consistentRon Yorston2022-08-221-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2022-05-121-1/+1
|\|
| * style fixDenys Vlasenko2022-05-011-1/+1
* | ash: export certain variables to the environment immediatelyRon Yorston2022-05-081-1/+1
* | win32: allow preference for applets to be disabled at runtimeRon Yorston2022-05-061-0/+46
* | win32: minor adjustments to file permissionsRon Yorston2022-04-191-1/+1
* | Fix POSIX build; new yearRon Yorston2022-02-091-1/+1
* | Merge busybox into mergeRon Yorston2022-02-091-1/+1
|\|
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-9/+14
|\|
| * shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko2021-10-111-2/+8
| * Make const ptr assign as function call in clangYU Jincheng2021-10-091-1/+1
| * *: generalize "const trick"YU Jincheng2021-10-071-2/+1
| * libbb: code shrink in main() and scripted_main()Denys Vlasenko2021-09-281-5/+5
| * busybox: fix "busybox --help busybox" not showing correct textDenys Vlasenko2021-08-161-1/+5
* | busybox: bring help handling into line with upstreamRon Yorston2021-08-161-5/+5
* | busybox: make 'busybox --help busybox' workRon Yorston2021-05-141-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-8/+22
|\|
| * echo: special case "echo --help": it should not show help textDenys Vlasenko2021-03-151-8/+22
* | libbb: special case for busybox --help is WIN32-onlyRon Yorston2021-04-091-1/+1
* | libbb: allow single-applet binary to buildRon Yorston2021-03-141-11/+10
* | busybox: allow '--install' to install symlinksFRP-3902-g61e53aa93Ron Yorston2021-03-021-43/+39
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-30/+40
|\|
| * libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko2021-02-181-10/+19
* | libbb: make banner shorterRon Yorston2021-02-161-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-79/+17
|\|
| * libbb: code shrink and speed up find_applet_by_name()Ron Yorston2021-02-021-79/+17
* | Update copyright messageRon Yorston2021-01-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-2/+7
|\|
| * 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
* | busybox: create custom installation directoryRon Yorston2020-08-151-5/+6
* | busybox: add option to install to Unix-style pathsRon Yorston2020-08-141-11/+34
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-5/+33
|\|
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-5/+33
* | win32: enable globbing by defaultRon Yorston2020-06-141-5/+0
* | ash: treat all applets as NOEXECRon Yorston2020-06-091-0/+3
* | win32: only initialise networking if necessaryRon Yorston2020-06-011-4/+0
* | libbb: rearrange command line processingRon Yorston2020-04-051-13/+11
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+1
|\|
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+1
* | Update copyright dateRon Yorston2020-01-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-5/+5
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-5/+5