index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-10-05
do not include <sys/stat.h> just before "libbb.h", it's there already
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
free: no longer include common_bufsiz.h
Denys Vlasenko
2017-10-05
free: make it NOFORK
Denys Vlasenko
2017-10-05
date: maybe_set_utc only once
Denys Vlasenko
2017-10-05
i2cset: fix 'i' & 's' modes (3 extra bytes were sent)
Avi Fishman
2017-09-29
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
udhcpc[6]: make log2 messages for chaddr field indented like the rest
Denys Vlasenko
2017-09-29
udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...
Denys Vlasenko
2017-09-29
udhcpc[6]: initialize entire sockaddr_ll
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
ip,ip*: make them NOEXEC
Denys Vlasenko
2017-09-18
update NOFORK_NOEXEC.lst
Denys Vlasenko
2017-09-18
httpd: fix handling of range requests
Denys Vlasenko
2017-09-18
stty: add cmspar, flusho, extproc attributes
Denys Vlasenko
2017-09-15
netcat: net applet (alias to nc)
Denys Vlasenko
2017-09-15
Clarify OPOST bit meaning
Denys Vlasenko
2017-09-15
less,microcom,lineedit: use common routine to set raw termios
Denys Vlasenko
2017-09-15
hexedit: code shrink
Denys Vlasenko
2017-09-15
hexedit: fixes to "goto address" code
Denys Vlasenko
2017-09-14
hexedit: position in correct column on "goto" command
Denys Vlasenko
2017-09-14
hexedit: code shrink
Denys Vlasenko
2017-09-14
hexdump: code shrink
Denys Vlasenko
2017-09-14
hexedit: implement "[enter] goto offset" key
Denys Vlasenko
2017-09-14
hexedit: restore screen on exit
Denys Vlasenko
2017-09-14
hexedit: optimize output buffering
Denys Vlasenko
2017-09-13
hexedit: implement page up/down
Denys Vlasenko
2017-09-13
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
hexedit: smarter redraw
Denys Vlasenko
2017-09-13
hexedit: new applet
Denys Vlasenko
2017-09-12
networking/interface.c: remove superfluous "& 0377"
Denys Vlasenko
2017-09-08
setfattr: new applet
Denys Vlasenko
2017-09-07
build system: fix a compiler warning
Denys Vlasenko
2017-09-07
build system: fix "allnoconfig" to clear all options. Closes 10296
Denys Vlasenko
2017-09-05
chat: do not die when HANGUP param is missing. Closes 10016
Denys Vlasenko
2017-09-01
httpd: skip "Status: " from CGI, including space. Closes 10291
Denys Vlasenko
2017-09-01
klibc-utils: add ipconfig.c work-in-progress
Denys Vlasenko
2017-08-30
xargs: fix a thinko in last commit
Denys Vlasenko
2017-08-29
xargs: support -a FILE
Johannes Schindelin
2017-08-29
klibc-utils: remove accidental "or later" licensing wording.
Denys Vlasenko
2017-08-29
udhcpc: show only short opts in --help text
Denys Vlasenko
2017-08-29
i2c_tools: tweak --help text
Denys Vlasenko
2017-08-29
setpriv: placete "declaration of 'index' shadows a global declaration" warning
Denys Vlasenko
2017-08-29
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
i2c-tools: don't include linux/i2c-dev.h
Bartosz Golaszewski
2017-08-28
i2c-tools: remove unneeded include
Bartosz Golaszewski
2017-08-28
kill: add '--' option to separate options from arguments
Ron Yorston
[next]