Tomas Paukrt
|
85e4805ae9
appletlib: fix "warning: unused variable applet_no"
|
1 rok temu |
Denys Vlasenko
|
dd79e1d4d3
fix [ --help ] and [[ --help ]]
|
2 lat temu |
Ron Yorston
|
5a9d2b6e02
libbb: make '--help' handling more consistent
|
2 lat temu |
Denys Vlasenko
|
9b6f44e040
style fix
|
2 lat temu |
Denys Vlasenko
|
ca466f385a
*: slap on a few ALIGN* where appropriate
|
2 lat temu |
Denys Vlasenko
|
5acf5e1f87
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
|
3 lat temu |
YU Jincheng
|
5156b24553
Make const ptr assign as function call in clang
|
3 lat temu |
YU Jincheng
|
1f925038ab
*: generalize "const trick"
|
3 lat temu |
Denys Vlasenko
|
03ed86b39e
libbb: code shrink in main() and scripted_main()
|
3 lat temu |
Denys Vlasenko
|
59243a86d9
busybox: fix "busybox --help busybox" not showing correct text
|
3 lat temu |
Denys Vlasenko
|
f26e5634b1
echo: special case "echo --help": it should not show help text
|
3 lat temu |
Denys Vlasenko
|
6bdfbc4cb5
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
|
3 lat temu |
Ron Yorston
|
59120c3303
libbb: code shrink and speed up find_applet_by_name()
|
3 lat temu |
Denys Vlasenko
|
aaa0709e7b
libbb: do not open-code __errno_location() call
|
4 lat temu |
Denys Vlasenko
|
b1c7a66ca6
libbb: extend "errno pointer" trick to other than __GLIBC__
|
4 lat temu |
Denys Vlasenko
|
67e1529b92
nologin: make it possible to build it as single applet
|
4 lat temu |
Denys Vlasenko
|
af7169b4a7
clang/llvm 9 fix - do not eliminate a store to a fake "const"
|
5 lat temu |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 lat temu |
Ron Yorston
|
3193cb56d6
libbb: mark scripted_main() as externally visible
|
5 lat temu |
Denys Vlasenko
|
ff65355b8a
single-applet build --help had extra \n, remove
|
5 lat temu |
Ron Yorston
|
71df2d3589
hush: allow hush to run embedded scripts
|
6 lat temu |
Ron Yorston
|
d1b2ae2d04
busybox: add '--show SCRIPT' option to display scripts
|
6 lat temu |
Ron Yorston
|
3778898f97
Treat custom and applet scripts as applets
|
6 lat temu |
Ron Yorston
|
c339c7f7b3
libarchive: add a function to unpack embedded data
|
6 lat temu |
Denys Vlasenko
|
0575c9932d
busybox: show embedded scripts in applet list
|
6 lat temu |
Ron Yorston
|
151de441e7
ash: recognize embedded scripts in SH_STANDALONE mode
|
6 lat temu |
Denys Vlasenko
|
aa2959c90d
claenups for previous commit
|
6 lat temu |
Denys Vlasenko
|
4f2ef4a836
ash: allow shell scripts to be embedded in the binary
|
6 lat temu |
Denys Vlasenko
|
4c201c00a3
whitespace fixes
|
6 lat temu |
Denys Vlasenko
|
253f555f01
usage: do not print trailing space for commands which have no arguments
|
6 lat temu |