index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-26
dc: document what non-GNU commands do
Denys Vlasenko
2021-02-26
bc/dc: fix length(0) and length(0.000nnn) result
Denys Vlasenko
2021-02-26
dc: correct --help text
Denys Vlasenko
2021-02-23
trylink: do not drop libs from CONFIG_EXTRA_LDLIBS
Denys Vlasenko
2021-02-23
echo: do not assume that free() leaves errno unmodified
Natanael Copa
2021-02-23
lineedit: support empty PATH entries in tab completion
Ron Yorston
2021-02-22
diff: code shrink
Ron Yorston
2021-02-22
dnsd: check that we don't read past packet
Denys Vlasenko
2021-02-21
udhcp: reuse strings
Denys Vlasenko
2021-02-21
ntpd: log responses to clients at log level 3
Denys Vlasenko
2021-02-21
ntpd: without INITIAL_FREQ_ESTIMATION code, state variable is not needed too
Denys Vlasenko
2021-02-21
ntpd: remove unused USING_INITIAL_FREQ_ESTIMATION code
Denys Vlasenko
2021-02-21
ntpd: increase loglevel to 3 for "poll:32s sockets:0 interval:64s" message
Denys Vlasenko
2021-02-20
udhcpc: clarify bcast/unicast sends in logs, include server ID
Denys Vlasenko
2021-02-18
libbb: fix '--help' handling in FEATURE_SH_NOFORK=y
Denys Vlasenko
2021-02-18
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-15
applets/usage_pod.c: placate gcc
Denys Vlasenko
2021-02-07
Makefile.flags: fix the OS detection for libresolv
Martin Kaiser
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
libbb: code shrink fgets_str
Ron Yorston
2021-02-02
nl: ensure '-b n' option displays file content
Ron Yorston
2021-02-02
cryptpw: typo in usage message
Ron Yorston
2021-02-02
vi: fix range selection by forward character motion
Ron Yorston
2021-02-02
libbb: code shrink and speed up index_in_strings()
Ron Yorston
2021-02-02
libbb: code shrink and speed up find_applet_by_name()
Ron Yorston
2021-02-02
awk: allow printf('%c') to output NUL, closes 13486
Ron Yorston
2021-02-02
traceroute: fix option parsing
Denys Vlasenko
2021-01-14
update_passwd: fix context variable
Bernd Kuhls
2021-01-09
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-06
bc: code shrink
Denys Vlasenko
2021-01-05
pmap: fix column width, closes 13431
Denys Vlasenko
2021-01-04
Fix for the FEATURE_UTMP on the FreeBSD
Alex Samorukov
2021-01-04
bc: ^C on input line exits (unlike ^C during calculations, which does not)
Denys Vlasenko
2021-01-04
Fix mail compilation on the FreeBSD
Alex Samorukov
2021-01-04
Fix traceroute applet on the FreeBSD
Alex Samorukov
2021-01-04
Fix ping build on the FreeBSD
Alex Samorukov
2021-01-04
Fix ntpd compilcation on the FreeBSD
Alex Samorukov
2021-01-04
Fix mknod compilation on the FreeBSD
Alex Samorukov
2021-01-04
Fix missing "crypt.h" compilation error on the FreeBSD
Alex Samorukov
2021-01-04
Fix klogd applet compilation on the FreeBSD
Alex Samorukov
2021-01-04
Fix httpd compilation on the FreeBSD
Alex Samorukov
2021-01-04
Fix bb_setpgrp weapper on the FreeBSD
Alex Samorukov
2021-01-04
Do not add -lresolv on non-Linux systems
Alex Samorukov
2021-01-04
ash: improve --help
Denys Vlasenko
2021-01-04
hush: code shrink
Denys Vlasenko
2021-01-03
nuke: default to N
Denys Vlasenko
2021-01-03
ash: code shrink
Denys Vlasenko
2021-01-03
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
2021-01-01
udhcpc: Add support to change default interface name
Andre Kalb
[next]