Ron Yorston
|
ce824aecf2
libbb: move common code into run_applet_and_exit
|
8 anni fa |
Ron Yorston
|
ba12081a9e
Allow "busybox <applet>" to work when busybox is disabled
|
8 anni fa |
Denys Vlasenko
|
8e95068c7f
Make busybox an optional applet
|
8 anni fa |
Ron Yorston
|
2b91958dff
Rewrite iteration through applet names to save a few bytes
|
8 anni fa |
Ron Yorston
|
b22061718d
find_applet_by_name: loop index should be signed
|
8 anni fa |
Denys Vlasenko
|
bc14f4d13d
main(): add a TODO about finding a use for _end[] area
|
8 anni fa |
Denys Vlasenko
|
1cf68e3033
typo fix
|
8 anni fa |
Denys Vlasenko
|
a93e4fd376
find_applet_by_name: add an example of faster linear search code
|
8 anni fa |
Ron Yorston
|
610c4c385b
applet_tables: save space by removing applet name offsets
|
8 anni fa |
Ron Yorston
|
ae57af6e78
busybox: alter help message in standalone shell mode
|
9 anni fa |
Denys Vlasenko
|
641caaec3d
libbb: factor out code which queries screen width
|
9 anni fa |
Denys Vlasenko
|
526d85831e
libbb: get_uidgid() always called with allow_numeric=1
|
9 anni fa |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 anni fa |
Denys Vlasenko
|
7f4a49a96c
Print one less newline at the end of bb_show_usage()
|
9 anni fa |
Denys Vlasenko
|
de5edadee2
special-case {true,false,test} --help
|
9 anni fa |
Aaro Koskinen
|
7b729edd33
update copyright years
|
9 anni fa |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 anni fa |
Denys Vlasenko
|
628f134fe7
exit with 127 if appled name wasn't found - it's more POSIXy
|
10 anni fa |
Denys Vlasenko
|
cd7a38a87d
false: make "false --help" exit with 1
|
10 anni fa |
Denys Vlasenko
|
45b4ecc868
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
|
10 anni fa |
Mike Frysinger
|
f1999b5a9d
appletlib: fix set-but-unused warning
|
10 anni fa |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 anni fa |
Denys Vlasenko
|
efd0698f74
make --help return exitcode 0. Closes 5612
|
11 anni fa |
Denys Vlasenko
|
5d78355d5a
code shrink
|
12 anni fa |
Bradley M. Kuhn
|
0e941d5427
Simplify copyright/license notice that appears in the binary.
|
12 anni fa |
Denys Vlasenko
|
02b8b9b014
busybox: tweak help text and copyright year
|
12 anni fa |
Denys Vlasenko
|
ba88826c66
busybox: tweak help text
|
12 anni fa |
Denys Vlasenko
|
d184a728cf
rename archive.h to bb_archive.h. no code changes
|
13 anni fa |
Denys Vlasenko
|
d84b175cb6
Bump version to 1.19.0, update copyright year in help message
|
13 anni fa |
Denys Vlasenko
|
fe86d6b636
appletlib.c: do not use PAGE_SIZE for malloc tweaking
|
13 anni fa |