aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* httpd: fix failure to run daemonisedRon Yorston2023-12-151-2/+1
* win32: tidy up conditional compilation of applet overrideRon Yorston2023-12-121-7/+6
* win32: code shrink applet overridesRon Yorston2023-12-101-12/+22
* win32: allow hardcoded list of applets to overrideRon Yorston2023-12-091-3/+10
* ash: changes to login shell functionalityRon Yorston2023-08-301-1/+2
* libbb: fix #!/bin/busyboxRon Yorston2023-08-281-0/+4
* libbb: change message regarding UTF-8 manifestRon Yorston2023-08-171-1/+1
* win32: fail early if UTF8 isn't supportedRon Yorston2023-07-271-11/+20
* win32: version with UTF8 manifest: add '(Unicode on/off)'Avi Halachmi (:avih)2023-07-241-0/+4
* win32: more applet look-up tweaksRon Yorston2023-06-191-4/+21
* win32: code shrink applet look-upRon Yorston2023-06-051-20/+2
* win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-041-1/+8
* win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-021-6/+21
* 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