index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
appletlib.c
Age
Commit message (
Expand
)
Author
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
2016-04-03
find_applet_by_name: loop index should be signed
Ron Yorston
2016-04-03
main(): add a TODO about finding a use for _end[] area
Denys Vlasenko
2016-04-02
typo fix
Denys Vlasenko
2016-04-02
find_applet_by_name: add an example of faster linear search code
Denys Vlasenko
2016-03-30
applet_tables: save space by removing applet name offsets
Ron Yorston
2015-10-30
busybox: alter help message in standalone shell mode
Ron Yorston
2015-10-23
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-19
libbb: get_uidgid() always called with allow_numeric=1
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-05-25
Print one less newline at the end of bb_show_usage()
Denys Vlasenko
2015-04-21
special-case {true,false,test} --help
Denys Vlasenko
2015-04-02
update copyright years
Aaro Koskinen
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2014-11-17
exit with 127 if appled name wasn't found - it's more POSIXy
Denys Vlasenko
2014-09-18
false: make "false --help" exit with 1
Denys Vlasenko
2014-08-11
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
Denys Vlasenko
2014-01-31
appletlib: fix set-but-unused warning
Mike Frysinger
2013-07-30
Whitespace fixes
Denys Vlasenko
2013-02-28
make --help return exitcode 0. Closes 5612
Denys Vlasenko
2013-01-17
code shrink
Denys Vlasenko
2012-07-26
Simplify copyright/license notice that appears in the binary.
Bradley M. Kuhn
2012-05-14
busybox: tweak help text and copyright year
Denys Vlasenko
2012-03-22
busybox: tweak help text
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-08-13
Bump version to 1.19.0, update copyright year in help message
Denys Vlasenko
2011-06-03
appletlib.c: do not use PAGE_SIZE for malloc tweaking
Denys Vlasenko
2011-05-20
warning removal
Cristian Ionescu-Idbohrn
[next]