- 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
- 922fdf6 init: do not fail build if SIGPWR is not defined by Michael Tokarev · 11 years ago
- b664f74 libbb: open_zipped() should not fail on non-compressed files by Denys Vlasenko · 11 years ago
- bf2f222 testsuite: fix last "which" change by Michael Tokarev · 11 years ago
- 821e643 less: accept and ignore -s by Denys Vlasenko · 11 years ago
- ff65061 man: parse "DEFINE pager" in config by John Spencer · 11 years ago
- 731f596 iplink: fix build with kernel versions prior to 2.6.23 by Eugene Rudoy · 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
- 2de232d top.c: fix compilation warnings by Bartosz Golaszewski · 11 years ago
- c009d35 ntpd: remove now unnecessary check for IP_PKTINFO definition by Denys Vlasenko · 11 years ago
- 76ad748 ntpd: fix compilation warnings by Bartosz Golaszewski · 11 years ago
- 5c13ab4 sort: check global flags on fallback sort by Bartosz Golaszewski · 11 years ago
- 1a4d9f6 sort.c: remove a magic number from compare_keys() by Bartosz Golaszewski · 11 years ago
- 49111cd gitignore: ignore files generated by 'make test' by Bartosz Golaszewski · 11 years ago
- 891b98c adduser,addgroup: introduce and use CONFIG_LAST_ID by Tito Ragusa · 11 years ago
- 2e66dac examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788 by Denys Vlasenko · 11 years ago
- d74f843 docs: tweak keep_data_small.txt by Denys Vlasenko · 11 years ago
- 0f592d7 tar: tighten up pax header validity check by Denys Vlasenko · 11 years ago
- 604b7b6 fakeidentd: simplify ndelay manipulations by Denys Vlasenko · 11 years ago
- 1bdbf26 tail: adjust help/usage texts by Cristian Ionescu-Idbohrn · 11 years ago
- 79df481 lineedit: fix trivial build failure by Denys Vlasenko · 11 years ago
- 7c47b56 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 11 years ago
- 9b76f89 build system: fix non-portable sed constructs. by Matthias Andree · 11 years ago
- 3deabea fixlet for the previous commit #2 by Denys Vlasenko · 11 years ago
- abaf910 fixlet for the previous commit by Denys Vlasenko · 11 years ago
- 3ea93e8 networking: explain isrv_run() API by Denys Vlasenko · 11 years ago
- 89deb22 fakeidentd: fix use-after-free by Ryan Mallon · 11 years ago
- 16ca379 chown: fix help text by Denys Vlasenko · 11 years ago
- 6eb0cbe find: fix a regression introduced with -HLP support by Denys Vlasenko · 11 years ago
- f0058b1 ping: revert "try SOCK_DGRAM if no root privileges" by Denys Vlasenko · 11 years ago
- e4569be build system: "make hosttools" doesn't exist, remove it from "make help" by Denys Vlasenko · 11 years ago
- f2743a5 build system: stop including alloca.h, stdlib.h provides it by Denys Vlasenko · 11 years ago
- cb76113 ntpd: adjust last packet's recv time after a step 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
- 8e0ad26 Another FreeBSD fix from Matthias Andree by Denys Vlasenko · 11 years ago
- 5680e98 ash: in bash compat mode, always export $SHLVL by Denys Vlasenko · 11 years ago
- cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
- 432fbd7 platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD by Denys Vlasenko · 11 years ago
- 5743402 Start 1.23.0 development cycle by Denys Vlasenko · 11 years ago
- a2dd4ee Bump version to 1.22.0 by Denys Vlasenko · 11 years ago 1_22_0
- 7625811 testsuite: remove forgotten debug hack by Denys Vlasenko · 11 years ago
- 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
- 61be8e4 testsuite: disable tests for no longer supported bbox-specific date formats by Denys Vlasenko · 11 years ago
- e83e1c5 adduser: check whether run with no USERNAME. Closes 6728 by Denys Vlasenko · 11 years ago
- e85e260 testsuite: fix false positives for du by Denys Vlasenko · 11 years ago
- c9d87be build system: fix make gconfig by Daniel Borca · 11 years ago
- 80a068d sed: accept s///i as a synonym for s///I ("ignore case") by David A. Wheeler · 11 years ago
- e9355c4 hostname: do not use gethostbyname() for "hostname -s" by Michael Tokarev · 11 years ago
- 4967a41 wget: user-friendly fallback to http by Lauri Kasanen · 11 years ago
- 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 11 years ago
- 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 11 years ago
- 9f4f601 do not fail build if MAXSYMLINKS isn't defined by Michael Tokarev · 11 years ago