- 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
- c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
- 1f7c167 experimentally add mallopt tweaks for reduced memory consumption by Denys Vlasenko · 15 years ago
- 630dde1 code shrink in help text code by Denys Vlasenko · 15 years ago
- b347592 update copyright year by Denys Vlasenko · 15 years ago
- 263cff9 do not store 1st two bytes of compressed help text by Denys Vlasenko · 15 years ago
- 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
- 0ad438b comment fix, no code changes by Denys Vlasenko · 15 years ago
- 3b40543 busybox --install [-s] [DIR]: allow a parameter - destination DIR by Denys Vlasenko · 15 years ago
- 0149f02 appletlib.c: prevent applet list overflowing screen by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
- 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
- e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 21278df busybox: do not print help to fd 2, print it to fd 1 by Denis Vlasenko · 16 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 10f6fb1 fix build failure for libbusybox by Denis Vlasenko · 17 years ago
- 15ce7f5 - bump copyright year by Bernhard Reutner-Fischer · 17 years ago
- 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 17 years ago
- 79cedcb Avoid linking in printf/bsearch if possible. -20k for static bbox with by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
- 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago