index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-03-13
ash,hush: improve randomness of $RANDOM, add easy-ish way to test it
Denys Vlasenko
2014-03-07
shuf: trim help text
Denys Vlasenko
2014-03-07
shuf: do not use strings for -i RANGE case
Denys Vlasenko
2014-03-07
shuf: improve help text
Bartosz Golaszewski
2014-03-07
shuf: fix a segfault on 'shuf -e'
Bartosz Golaszewski
2014-03-05
use [s]rand(), not [s]random()
Denys Vlasenko
2014-03-05
shuf: new applet
Denys Vlasenko
2014-03-03
man: default to ascii
Denys Vlasenko
2014-03-01
ip link: add support for "address ETHADDR". Closes 4862
Denys Vlasenko
2014-02-28
unlzma: add comments about possible bug from BZ 2689
Denys Vlasenko
2014-02-28
unlzma: move some variables in "more local" scope
Denys Vlasenko
2014-02-27
udhcpc: ignore NAKs from "wrong" servers. Closes 4267
Denys Vlasenko
2014-02-27
ls: make "ls -s DIR" show total too. Clases 4946
Denys Vlasenko
2014-02-27
xargs: fix compilation breakage
Denys Vlasenko
2014-02-27
grep: fix -w match if first match isn't a word, but second is. Closes 4520
Denys Vlasenko
2014-02-27
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-26
find: code shrink
Denys Vlasenko
2014-02-26
nc: fix option bit positions. Closes 6926
Denys Vlasenko
2014-02-25
hwclock: fix setting of tz_minuteswest. Closes 5414
Denys Vlasenko
2014-02-25
build system: remove a dead link from Config help text
Denys Vlasenko
2014-02-25
du, copy_file: fix file matching on cramfs. Closes 5456
Denys Vlasenko
2014-02-25
libbb: trivial code shrink
Denys Vlasenko
2014-02-24
sysctl: do not error out showing write-only data. Closes 6386
Denys Vlasenko
2014-02-24
wget: fix comment
Denys Vlasenko
2014-02-23
wget: add commented-out code to use ssl_helper instead of openssl
Denys Vlasenko
2014-02-23
networking/ssl_helper: experimental matrixssl-based ssl helper
Denys Vlasenko
2014-02-22
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
2014-02-21
Improve examples/var_service READMEs
Denys Vlasenko
2014-02-19
Kbuild: move CONFIG_PAM to general configuration
Bartosz Golaszewski
2014-02-19
udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
Denys Vlasenko
2014-02-10
ifplugd: code shrink
Denys Vlasenko
2014-02-09
htpd: trivial simplification in random interval selection
Denys Vlasenko
2014-02-09
libbb: don't die if crypt() returns NULL
Denys Vlasenko
2014-02-09
sendmail: use FQDN in default envelope sender
Kaarle Ritvanen
2014-02-07
udhcpc: in comments, explain the kind of raw socket we create
Denys Vlasenko
2014-02-07
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
Bartosz Golaszewski
2014-02-05
sendmail: make -f optional, document its default value
Denys Vlasenko
2014-02-03
udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)
Denys Vlasenko
2014-02-03
ifupdown: support 'link' address family
Kaarle Ritvanen
2014-02-03
wget: fix use-after-free of ->user. Closes 6836
Denys Vlasenko
2014-02-03
catv: suppress compiler warning
Denys Vlasenko
2014-02-02
zcat: complain if input is not compressed
Denys Vlasenko
2014-01-31
appletlib: fix set-but-unused warning
Mike Frysinger
2014-01-31
uname: fix up usage documentation
Mike Frysinger
2014-01-30
init: do not fail build if SIGPWR is not defined
Michael Tokarev
2014-01-27
libbb: open_zipped() should not fail on non-compressed files
Denys Vlasenko
2014-01-23
testsuite: fix last "which" change
Michael Tokarev
2014-01-22
less: accept and ignore -s
Denys Vlasenko
2014-01-22
man: parse "DEFINE pager" in config
John Spencer
2014-01-22
iplink: fix build with kernel versions prior to 2.6.23
Eugene Rudoy
[next]