index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
appletlib.c
Age
Commit message (
Expand
)
Author
2022-02-06
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2021-10-11
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-09
Make const ptr assign as function call in clang
YU Jincheng
2021-10-07
*: generalize "const trick"
YU Jincheng
2021-09-28
libbb: code shrink in main() and scripted_main()
Denys Vlasenko
2021-08-16
busybox: fix "busybox --help busybox" not showing correct text
Denys Vlasenko
2021-03-15
echo: special case "echo --help": it should not show help text
Denys Vlasenko
2021-02-18
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-02
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
2020-10-01
libbb: do not open-code __errno_location() call
Denys Vlasenko
2020-10-01
libbb: extend "errno pointer" trick to other than __GLIBC__
Denys Vlasenko
2020-06-24
nologin: make it possible to build it as single applet
Denys Vlasenko
2019-10-25
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-03-30
libbb: mark scripted_main() as externally visible
Ron Yorston
2019-01-01
single-applet build --help had extra \n, remove
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-18
busybox: add '--show SCRIPT' option to display scripts
Ron Yorston
2018-11-17
Treat custom and applet scripts as applets
Ron Yorston
2018-11-02
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-01
busybox: show embedded scripts in applet list
Denys Vlasenko
2018-11-01
ash: recognize embedded scripts in SH_STANDALONE mode
Ron Yorston
2018-11-01
claenups for previous commit
Denys Vlasenko
2018-11-01
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-07-17
whitespace fixes
Denys Vlasenko
2018-07-09
usage: do not print trailing space for commands which have no arguments
Denys Vlasenko
2018-04-08
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-08
libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb
Denys Vlasenko
2017-08-07
noexec: consolidate code
Denys Vlasenko
2017-08-07
noexec: set comm field for noexecs
Denys Vlasenko
2017-07-29
standalone shell / prefer_applets: fix "exe" in comm fields
Denys Vlasenko
2017-07-29
shell: make standalone shell tab-complete "busybox"
Denys Vlasenko
2017-07-10
libbb: do not die if setgid/setuid(real_id) on startup fails
Denys Vlasenko
2017-07-07
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-03
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-01-11
busybox: stop depending on FEATURE_AUTOWIDTH for applet list
Denys Vlasenko
2017-01-06
Automatically disable FEATURE_COMPRESS_USAGE for small builds.
Denys Vlasenko
2017-01-03
appletlib: avoid warning on unused function ingroup
Cristian Ionescu-Idbohrn
2016-12-23
fix breakage found by mass one-applet builds
Denys Vlasenko
2016-11-28
Do not print useless empty line after list of applets
Denys Vlasenko
2016-11-18
Fix allnoconfig warnings
Denys Vlasenko
2016-10-03
hush: add commented-out debug printouts in "memleak" built-in
Denys Vlasenko
2016-08-19
hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186
Denys Vlasenko
2016-07-05
build system: fix a few warnings for allnoconfig build
Denys Vlasenko
2016-07-05
libbb: suppress warning about run_applet_and_exit
Ron Yorston
2016-06-19
libbb: move common code into run_applet_and_exit
Ron Yorston
2016-06-18
Allow "busybox <applet>" to work when busybox is disabled
Ron Yorston
2016-05-31
Make busybox an optional applet
Denys Vlasenko
2016-04-15
Rewrite iteration through applet names to save a few bytes
Ron Yorston
[next]