Denys Vlasenko
|
54916641be
main: fix the case where user has "halt" as login shell. Closes 9986
|
7 years ago |
Denys Vlasenko
|
442d522f0b
fixes for bugs found by make_single_applets.sh
|
7 years ago |
Denys Vlasenko
|
a8a075acfe
busybox: stop depending on FEATURE_AUTOWIDTH for applet list
|
8 years ago |
Denys Vlasenko
|
fe93624fb6
Automatically disable FEATURE_COMPRESS_USAGE for small builds.
|
8 years ago |
Cristian Ionescu-Idbohrn
|
f1d76b64a0
appletlib: avoid warning on unused function ingroup
|
8 years ago |
Denys Vlasenko
|
9cc3d3ab21
fix breakage found by mass one-applet builds
|
8 years ago |
Denys Vlasenko
|
7d877fc931
Do not print useless empty line after list of applets
|
8 years ago |
Denys Vlasenko
|
7e8218f9b2
Fix allnoconfig warnings
|
8 years ago |
Denys Vlasenko
|
7f0ebbc69e
hush: add commented-out debug printouts in "memleak" built-in
|
8 years ago |
Denys Vlasenko
|
215b0ca6e4
hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186
|
8 years ago |
Denys Vlasenko
|
f4f8fe841c
build system: fix a few warnings for allnoconfig build
|
8 years ago |
Ron Yorston
|
1b0dcc02dd
libbb: suppress warning about run_applet_and_exit
|
8 years ago |
Ron Yorston
|
ce824aecf2
libbb: move common code into run_applet_and_exit
|
8 years ago |
Ron Yorston
|
ba12081a9e
Allow "busybox <applet>" to work when busybox is disabled
|
8 years ago |
Denys Vlasenko
|
8e95068c7f
Make busybox an optional applet
|
8 years ago |
Ron Yorston
|
2b91958dff
Rewrite iteration through applet names to save a few bytes
|
8 years ago |
Ron Yorston
|
b22061718d
find_applet_by_name: loop index should be signed
|
8 years ago |
Denys Vlasenko
|
bc14f4d13d
main(): add a TODO about finding a use for _end[] area
|
8 years ago |
Denys Vlasenko
|
1cf68e3033
typo fix
|
8 years ago |
Denys Vlasenko
|
a93e4fd376
find_applet_by_name: add an example of faster linear search code
|
8 years ago |
Ron Yorston
|
610c4c385b
applet_tables: save space by removing applet name offsets
|
8 years ago |
Ron Yorston
|
ae57af6e78
busybox: alter help message in standalone shell mode
|
9 years ago |
Denys Vlasenko
|
641caaec3d
libbb: factor out code which queries screen width
|
9 years ago |
Denys Vlasenko
|
526d85831e
libbb: get_uidgid() always called with allow_numeric=1
|
9 years ago |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 years ago |
Denys Vlasenko
|
7f4a49a96c
Print one less newline at the end of bb_show_usage()
|
9 years ago |
Denys Vlasenko
|
de5edadee2
special-case {true,false,test} --help
|
9 years ago |
Aaro Koskinen
|
7b729edd33
update copyright years
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
628f134fe7
exit with 127 if appled name wasn't found - it's more POSIXy
|
10 years ago |