- 6be3a52 find: exit code fixes for find -exec by Denys Vlasenko · 10 years ago
- 14158b4 find: add optional support for '-exec ... {} +' by Bartosz Golaszewski · 10 years ago
- 85090c1 udhcpc: make hostname sanitization optional. Closes 3979 by Denys Vlasenko · 11 years ago
- 9aa6ffb syslogd: Unify unlink/truncate + unlock log-rotation logic by Joshua Judson Rosen · 11 years ago
- b905d6c syslogd: remember to un-writelock log-files even when called with "-b 0" by Joshua Judson Rosen · 11 years ago
- 1b90e03 syslogd: avoid spurious ftrunctate() calls for "-b 0" by Joshua Judson Rosen · 11 years ago
- fd0640e modprobe-small: fix safe_strncpy truncating last char of module name by Denys Vlasenko · 11 years ago
- 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
- 539e280 getty: explain when setsid() fails. no code changes by Denys Vlasenko · 11 years ago
- 62a40a0 Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox by Denys Vlasenko · 11 years ago
- d257608 trylink: emit names of linked executables by Denys Vlasenko · 11 years ago
- a875d59 which: rewrite by Tito Ragusa · 11 years ago
- e3366d6 trylink: emit names of linked executables by Denys Vlasenko · 11 years ago
- 1e3cce6 which: rewrite by Timo Teräs · 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
- a4476eb rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink 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
- 43b8a1c crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants by Denys Vlasenko · 11 years ago
- d5929d6 crond: simplify logging code 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
- 01a1a96 crond: tweak help text, make course less cryptic by Denys Vlasenko · 11 years ago
- 07e5555 modprobe-small: (un)load all modules which match the alias, not only first one by Denys Vlasenko · 11 years ago
- 5a21c85 ntpd: fix wrong delay value in one of the printed messages by Denys Vlasenko · 11 years ago
- d531f93 ntpd: truly ignore high delay packet by Denys Vlasenko · 11 years ago
- 6116cb2 modprobe-small: remove redundant aliases from modules.dep.bb by Denys Vlasenko · 11 years ago
- 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
- e152cb8 adjtimex: make its help text and printed data a bit less cryptic by Denys Vlasenko · 11 years ago
- eb9f485 libbb/obscure.c: code shrink. Suggested by Tito. by Denys Vlasenko · 11 years ago
- 3fa97af ash,hush: set $HOSTNAME is bash compat. Closes 7028 by Denys Vlasenko · 11 years ago
- ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
- 69b114f less: fix bugs discovered with "git log -p | less -m" on kernel tree by Denys Vlasenko · 11 years ago
- 32afd3a vi: some simplifications by Denys Vlasenko · 11 years ago
- e743086 vi: clear undo buffer when we change to another file by Denys Vlasenko · 11 years ago
- 2c51202 vi: undo code shrink by Denys Vlasenko · 11 years ago
- a8d6f9b vi: undo support for vi with intermediate queuing by Jody Bruchon · 11 years ago
- 7537406 build system: specify '-nostldlib' when linking to .o files by Drew Moseley · 11 years ago
- c9a6713 swapon/swapoff: -a returns 0 on ignored errors by Tito Ragusa · 11 years ago
- a3f326c swapon/swapoff: size reduction, cleanup, fixes, improvements by Tito Ragusa · 11 years ago
- faa9e94 wget: fix a case where progress bar isn't updated if writes are very slow by Denys Vlasenko · 11 years ago
- 0a53b20 add discard option -d to swapon by Matt Whitlock · 11 years ago
- b9bbd4d fix interaction of -a and -p options in swapon by Matt Whitlock · 11 years ago
- c3a27b0 avoid calling bb_strtou twice in MIN macro expansion by Matt Whitlock · 11 years ago
- 504fe45 ntpd: add optional support for /etc/ntp.conf by Denys Vlasenko · 11 years ago
- f332617 docs/new-applet-HOWTO.txt: tweak a bit by Denys Vlasenko · 11 years ago
- c504938 libbb: fix a bad check for uclibc >= 0.9.31 by Denys Vlasenko · 11 years ago
- 9dbe4d0 docs: update new-applet-HOWTO.txt by Bartosz Golaszewski · 11 years ago
- 109ee5d ash: make "locak VAR" unset VAR (bash does that) by Denys Vlasenko · 11 years ago
- 438b4ac script: make it work even if fd 0 is closed by Denys Vlasenko · 11 years ago
- 29f3526 build system: for "find", use POSIX not operator (!) instead of -not by Denys Vlasenko · 11 years ago
- 0e3334c su: add a delay if the password is incorrect by Romain Naour · 11 years ago
- ac03a40 ash,hush: fix a thinko about 2^64-1 factorization by Denys Vlasenko · 11 years ago
- 2bba591 hush: make "true" built-in by Denys Vlasenko · 11 years ago
- f931875 random: cosmetic tweaks in debug code by Denys Vlasenko · 11 years ago
- fb18307 ash,hush: improve randomness of $RANDOM, add easy-ish way to test it by Denys Vlasenko · 11 years ago
- 69f9567 shuf: trim help text by Denys Vlasenko · 11 years ago
- 102f0d0 shuf: do not use strings for -i RANGE case by Denys Vlasenko · 11 years ago
- 190693c shuf: improve help text by Bartosz Golaszewski · 11 years ago
- 58adbb5 shuf: fix a segfault on 'shuf -e' by Bartosz Golaszewski · 11 years ago
- 0ed5f7a use [s]rand(), not [s]random() by Denys Vlasenko · 11 years ago
- 2cdcb10 shuf: new applet by Denys Vlasenko · 11 years ago
- 30f17e9 man: default to ascii by Denys Vlasenko · 11 years ago
- ecd8c3a ip link: add support for "address ETHADDR". Closes 4862 by Denys Vlasenko · 11 years ago
- 81071e6 unlzma: add comments about possible bug from BZ 2689 by Denys Vlasenko · 11 years ago
- 2108a6f unlzma: move some variables in "more local" scope by Denys Vlasenko · 11 years ago
- e2318bb udhcpc: ignore NAKs from "wrong" servers. Closes 4267 by Denys Vlasenko · 11 years ago
- fca0ee5 ls: make "ls -s DIR" show total too. Clases 4946 by Denys Vlasenko · 11 years ago
- 3795266 xargs: fix compilation breakage by Denys Vlasenko · 11 years ago
- 83e49ad grep: fix -w match if first match isn't a word, but second is. Closes 4520 by Denys Vlasenko · 11 years ago
- 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
- 6885e49 find: code shrink by Denys Vlasenko · 11 years ago
- c472898 nc: fix option bit positions. Closes 6926 by Denys Vlasenko · 11 years ago
- 589051b hwclock: fix setting of tz_minuteswest. Closes 5414 by Denys Vlasenko · 11 years ago
- 18b699c build system: remove a dead link from Config help text 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
- 6554d03 sysctl: do not error out showing write-only data. Closes 6386 by Denys Vlasenko · 11 years ago
- a279622 wget: fix comment by Denys Vlasenko · 11 years ago
- 5331557 wget: add commented-out code to use ssl_helper instead of openssl by Denys Vlasenko · 11 years ago
- d82046f networking/ssl_helper: experimental matrixssl-based ssl helper by Denys Vlasenko · 11 years ago
- 8b7e8ae wget: add support for https using "openssl s_client" as a helper by Denys Vlasenko · 11 years ago
- 192c14b Improve examples/var_service READMEs by Denys Vlasenko · 11 years ago
- 265a74b Kbuild: move CONFIG_PAM to general configuration by Bartosz Golaszewski · 11 years ago
- ffc3a93 udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746 by Denys Vlasenko · 11 years ago
- 50e4cc2 ifplugd: code shrink by Denys Vlasenko · 11 years ago
- 3e78f6f htpd: trivial simplification in random interval selection by Denys Vlasenko · 11 years ago
- 8ed9672 libbb: don't die if crypt() returns NULL by Denys Vlasenko · 11 years ago
- 4e03d41 sendmail: use FQDN in default envelope sender by Kaarle Ritvanen · 11 years ago
- 744ee5d udhcpc: in comments, explain the kind of raw socket we create by Denys Vlasenko · 11 years ago
- 3ba2df8 grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too by Bartosz Golaszewski · 11 years ago
- 07f417b sendmail: make -f optional, document its default value by Denys Vlasenko · 11 years ago
- e4785ca udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746) by Denys Vlasenko · 11 years ago
- fe8390e ifupdown: support 'link' address family by Kaarle Ritvanen · 11 years ago
- d353bff wget: fix use-after-free of ->user. Closes 6836 by Denys Vlasenko · 11 years ago
- 69a12fa catv: suppress compiler warning by Denys Vlasenko · 11 years ago
- 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
- f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
- 29ed580 uname: fix up usage documentation by Mike Frysinger · 11 years ago