index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-01-09
ping: revert "try SOCK_DGRAM if no root privileges"
Denys Vlasenko
2014-01-09
build system: "make hosttools" doesn't exist, remove it from "make help"
Denys Vlasenko
2014-01-09
build system: stop including alloca.h, stdlib.h provides it
Denys Vlasenko
2014-01-08
ntpd: adjust last packet's recv time after a step
Denys Vlasenko
2014-01-08
libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.
Denys Vlasenko
2014-01-08
Another FreeBSD fix from Matthias Andree
Denys Vlasenko
2014-01-07
ash: in bash compat mode, always export $SHLVL
Denys Vlasenko
2014-01-07
grep: fix two bugs with -w
Denys Vlasenko
2014-01-07
platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD
Denys Vlasenko
2014-01-01
Start 1.23.0 development cycle
Denys Vlasenko
2014-01-01
Bump version to 1.22.0
Denys Vlasenko
2013-12-31
testsuite: remove forgotten debug hack
Denys Vlasenko
2013-12-31
fix failures found by randomconfig builds
Denys Vlasenko
2013-12-31
testsuite: disable tests for no longer supported bbox-specific date formats
Denys Vlasenko
2013-12-20
adduser: check whether run with no USERNAME. Closes 6728
Denys Vlasenko
2013-12-20
testsuite: fix false positives for du
Denys Vlasenko
2013-12-19
build system: fix make gconfig
Daniel Borca
2013-12-18
sed: accept s///i as a synonym for s///I ("ignore case")
David A. Wheeler
2013-12-17
hostname: do not use gethostbyname() for "hostname -s"
Michael Tokarev
2013-12-17
wget: user-friendly fallback to http
Lauri Kasanen
2013-12-16
kill[all[5]]: code shrink
Denys Vlasenko
2013-12-16
killall5: return 2 if no processes got killed
Uros Vampl
2013-12-16
do not fail build if MAXSYMLINKS isn't defined
Michael Tokarev
2013-12-16
expand: use printable_string instead of hard-coding implementation
Michael Tokarev
2013-12-08
ntpd: speed up resyncing if our clock is seriously off
Denys Vlasenko
2013-12-07
ntpd: do not invalidate datapoints after step
Denys Vlasenko
2013-12-04
ntpd: comment out "spike detection" code
Denys Vlasenko
2013-12-04
ntpd: promote log level 3 to production
Denys Vlasenko
2013-12-04
ntpd: let user know if spike was detected
Denys Vlasenko
2013-11-29
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-29
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Denys Vlasenko
2013-11-28
ping: try SOCK_DGRAM if no root privileges
Daniel Borca
2013-11-28
dpkg-deb: cosmetic correction to usage text
Daniel Borca
2013-11-28
sed: code shrink
Denys Vlasenko
2013-11-28
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2013-11-28
hush: typo fixes in comments
Denys Vlasenko
2013-11-27
platform: strchrnul is missing if __APPLE__
Daniel Borca
2013-11-26
build system: use od -b instead of od -t x1
Denys Vlasenko
2013-11-26
init: halt on SIGPWR too
Bogdan Purcareata
2013-11-26
libbb: add sketch of tentative 'better' passwd/group API
Denys Vlasenko
2013-11-26
devfsd: remove static variable
Denys Vlasenko
2013-11-26
build system: do not generate MAX_APPLET_NAME_LEN (unused)
Denys Vlasenko
2013-11-26
logread: don't call shmdt() before exit, kernel does it for us.
Denys Vlasenko
2013-11-26
logread: flush output. closes 6710
Denys Vlasenko
2013-11-21
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-20
rfkill: use new-style config/kbuild/applet
Denys Vlasenko
2013-11-19
tar: prevent empty file to be treated as valid tarball
Denys Vlasenko
2013-11-19
fix a copy/paste error in last tar testcase name
Denys Vlasenko
2013-11-19
tar: add a testcase for previous commit
Denys Vlasenko
[next]