- 03ed86b libbb: code shrink in main() and scripted_main() by Denys Vlasenko · 3 years, 2 months ago
- 59243a8 busybox: fix "busybox --help busybox" not showing correct text by Denys Vlasenko · 3 years, 4 months ago
- f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 9 months ago
- 6bdfbc4 libbb: fix '--help' handling in FEATURE_SH_NOFORK=y by Denys Vlasenko · 3 years, 10 months ago
- 59120c3 libbb: code shrink and speed up find_applet_by_name() by Ron Yorston · 3 years, 11 months ago
- aaa0709 libbb: do not open-code __errno_location() call by Denys Vlasenko · 4 years, 2 months ago
- b1c7a66 libbb: extend "errno pointer" trick to other than __GLIBC__ by Denys Vlasenko · 4 years, 2 months ago
- 67e1529 nologin: make it possible to build it as single applet by Denys Vlasenko · 4 years, 6 months ago
- af7169b clang/llvm 9 fix - do not eliminate a store to a fake "const" by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 3193cb5 libbb: mark scripted_main() as externally visible by Ron Yorston · 6 years ago
- ff65355 single-applet build --help had extra \n, remove by Denys Vlasenko · 6 years ago
- 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
- d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
- 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
- c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
- 0575c99 busybox: show embedded scripts in applet list by Denys Vlasenko · 6 years ago
- 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
- aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
- 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
- 4c201c0 whitespace fixes by Denys Vlasenko · 6 years ago
- 253f555 usage: do not print trailing space for commands which have no arguments by Denys Vlasenko · 6 years ago
- 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
- a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
- 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
- f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
- 147d2ce standalone shell / prefer_applets: fix "exe" in comm fields by Denys Vlasenko · 7 years ago
- f128bdb shell: make standalone shell tab-complete "busybox" by Denys Vlasenko · 7 years ago
- 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
- 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
- fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
- f1d76b6 appletlib: avoid warning on unused function ingroup by Cristian Ionescu-Idbohrn · 8 years ago
- 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
- 7d877fc Do not print useless empty line after list of applets by Denys Vlasenko · 8 years ago
- 7e8218f Fix allnoconfig warnings by Denys Vlasenko · 8 years ago
- 7f0ebbc hush: add commented-out debug printouts in "memleak" built-in by Denys Vlasenko · 8 years ago
- 215b0ca hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 by Denys Vlasenko · 8 years ago
- f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
- 1b0dcc0 libbb: suppress warning about run_applet_and_exit by Ron Yorston · 8 years ago
- ce824ae libbb: move common code into run_applet_and_exit by Ron Yorston · 9 years ago
- ba12081 Allow "busybox <applet>" to work when busybox is disabled by Ron Yorston · 9 years ago
- 8e95068 Make busybox an optional applet by Denys Vlasenko · 9 years ago
- 2b91958 Rewrite iteration through applet names to save a few bytes by Ron Yorston · 9 years ago
- b220617 find_applet_by_name: loop index should be signed by Ron Yorston · 9 years ago
- bc14f4d main(): add a TODO about finding a use for _end[] area by Denys Vlasenko · 9 years ago
- 1cf68e3 typo fix by Denys Vlasenko · 9 years ago
- a93e4fd find_applet_by_name: add an example of faster linear search code by Denys Vlasenko · 9 years ago
- 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
- ae57af6 busybox: alter help message in standalone shell mode by Ron Yorston · 10 years ago
- 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
- 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
- 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
- de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
- 7b729ed update copyright years by Aaro Koskinen · 10 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 628f134 exit with 127 if appled name wasn't found - it's more POSIXy by Denys Vlasenko · 10 years ago
- cd7a38a false: make "false --help" exit with 1 by Denys Vlasenko · 10 years ago
- 45b4ecc init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup by Denys Vlasenko · 10 years ago
- f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
- 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
- efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
- 5d78355 code shrink by Denys Vlasenko · 12 years ago
- 0e941d5 Simplify copyright/license notice that appears in the binary. by Bradley M. Kuhn · 12 years ago
- 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
- ba88826 busybox: tweak help text by Denys Vlasenko · 13 years ago
- d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
- d84b175 Bump version to 1.19.0, update copyright year in help message by Denys Vlasenko · 13 years ago 1_19_0
- fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
- ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
- 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
- d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
- 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
- 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
- 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
- b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
- 5c94271 busybox: fail if --install is not given an absolute path by Denys Vlasenko · 14 years ago
- 4a2a86d improve --install operation in chroot jails by Denys Vlasenko · 14 years ago
- b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
- 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
- 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
- 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
- 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
- 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
- caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
- d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
- 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
- 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
- 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
- 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
- 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
- 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 15 years ago
- 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 15 years ago
- 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago