- 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
- 6aab992 whitespace and namespace cleanups by Denys Vlasenko · 9 years ago
- b068cf2 ubirmvol: Implement -N switch for ubirmvol by Sven Eisenberg · 9 years ago
- 46b4946 libbb: speed up error_msg functions by Denys Vlasenko · 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
- 8220399 nsenter,unshare: share common code; fix a bug of not closing all fds by Denys Vlasenko · 9 years ago
- c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
- 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
- 610c4c3 applet_tables: save space by removing applet name offsets by Ron Yorston · 9 years ago
- 2c0d3f5 chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO by Pascal Bach · 9 years ago
- 6df9612 Resolve linker issues with Android API 21 (dprintf, tcdrain) by Chris Renshaw · 9 years ago
- fe0dc34 lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY by Denys Vlasenko · 9 years ago
- f23264b lineedit: search applets as well as PATH for tab completion by Ron Yorston · 10 years ago
- ae57af6 busybox: alter help message in standalone shell mode by Ron Yorston · 10 years ago
- db70033 tweak defconfig by Denys Vlasenko · 9 years ago
- 049b007 pmap: fix bogus {no such process} comm field text by Denys Vlasenko · 9 years ago
- 00da72b tidy up strtok use by Denys Vlasenko · 9 years ago
- d3d6534 wget: if stderr is not a tty, progress bar shouldn't use tty-tricks by Denys Vlasenko · 9 years ago
- 641caae libbb: factor out code which queries screen width by Denys Vlasenko · 9 years ago
- accd9ee remove systemd support by Denys Vlasenko · 9 years ago
- 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
- 93dd9fd du: extra compat: with -k and -m, round sizes up by Denys Vlasenko · 9 years ago
- 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
- ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
- 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
- e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
- 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
- 305958d md5sum: code shrink by Denys Vlasenko · 9 years ago
- 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
- f085344 libbb: another unit test for is_suffixed_with by Tito Ragusa · 9 years ago
- 68acc0f libbb: make is_suffixed_with() return pointer inside string, not key. by Denys Vlasenko · 9 years ago
- 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
- 0a4d0e8 libbb: add a comment describing the way is_prefixed_with() works by Bartosz Golaszewski · 9 years ago
- b432923 libbb: add unit tests for is_prefixed_with() by Bartosz Golaszewski · 9 years ago
- c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
- 718e228 unit-tests: remove code depending on WANT_TIMING by Bartosz Golaszewski · 9 years ago
- d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
- d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 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
- a818777 libbb: Enable support for !CONFIG_MULTIUSER by Daniel Thompson · 10 years ago
- 93b98ff Bionic lacks tcdrain; provide a workaround by Matt Whitlock · 10 years ago
- cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
- de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
- 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
- 7b729ed update copyright years by Aaro Koskinen · 10 years ago
- 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
- 911db16 truncate: new applet by Ari Sundholm · 10 years ago
- 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 936c880 deluser: also remove user from /etc/group by Denys Vlasenko · 10 years ago
- 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
- 782ee2a libbb/loop: don't try to re-use existing loop device by Kevin Wallace · 10 years ago
- 8e74ada libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport by Denys Vlasenko · 10 years ago
- da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
- 1da09cf libpwdgrp: rewritten to use malloced implementation by Tito Ragusa · 10 years ago
- ca9c465 libbb: add sanity check in bb_arg_max() by Denys Vlasenko · 10 years ago
- 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
- 20cd31a lineedit: don't block when looking for escape sequence in vi-mode by Ron Yorston · 10 years ago
- d598a8d lineedit: don't fall back to simple line input if tty is in raw mode by Denys Vlasenko · 10 years ago
- 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
- 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
- 2835a22 bbunit: fix WANT_TIMING compilation 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
- d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
- d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops 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
- feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
- 09a0e22 sha3: tweak comments and indentation by Denys Vlasenko · 10 years ago
- 4ff933c sha3: code shrink (and speedup for SHA3_SMALL=0) by Denys Vlasenko · 10 years ago
- 2a563ea sha3: add 32-bit optimized bit-sliced implementation by Denys Vlasenko · 10 years ago
- d32fc64 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 by Denys Vlasenko · 10 years ago
- 5aeae36 libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined by Denys Vlasenko · 10 years ago
- 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
- 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
- f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
- 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
- e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
- 15a357e libbb: fix empty PATH components handling by Denys Vlasenko · 11 years ago
- d8290c2 libbb: fix thinko in rtc_xopen() by Denys Vlasenko · 11 years ago
- 528808f libbb: make rtc_xopen try harder on EBUSY by Denys Vlasenko · 11 years ago
- fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
- 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
- eb9f485 libbb/obscure.c: code shrink. Suggested by Tito. by Denys Vlasenko · 11 years ago
- ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
- c504938 libbb: fix a bad check for uclibc >= 0.9.31 by Denys Vlasenko · 11 years ago
- 438b4ac script: make it work even if fd 0 is closed by Denys Vlasenko · 11 years ago
- 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
- 83bc433 du, copy_file: fix file matching on cramfs. Closes 5456 by Denys Vlasenko · 11 years ago
- 12916b9 libbb: trivial code shrink by Denys Vlasenko · 11 years ago
- 8ed9672 libbb: don't die if crypt() returns NULL by Denys Vlasenko · 11 years ago
- f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
- fa6ab56 libbb: if opening /dev/loopN returns ENXIO, don't try N++. by Denys Vlasenko · 11 years ago
- 3b39478 libbb: fix parsing of "10101010" date/time form by Denys Vlasenko · 11 years ago
- 79df481 lineedit: fix trivial build failure by Denys Vlasenko · 11 years ago
- 96f92a1 libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. by Denys Vlasenko · 11 years ago