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-07-16
ttysize: if stdin is not tty, try stdout, then stderr
Denys Vlasenko
2017-07-16
hush: fix "cmd1 && cmd2 &" handling on NOMMU
Denys Vlasenko
2017-07-16
arch: new applet (same as unmae -m). ~30 bytes.
Denys Vlasenko
2017-07-15
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Denys Vlasenko
2017-07-15
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
2017-07-15
config: reorder items in "Busybox Settings", improve help
Denys Vlasenko
2017-07-15
config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu
Denys Vlasenko
2017-07-15
Move get_unaligned_le32() macros to platform.h
Denys Vlasenko
2017-07-15
fix more instances of ": $((a++))" in shell scripts
Denys Vlasenko
2017-07-15
make_single_applets: fix ": $((fail++))" expansion error
Kang-Che Sung
2017-07-15
config: fix tab-damaged help text
Denys Vlasenko
2017-07-15
tls: remove last int16 local variables in pstm code
Denys Vlasenko
2017-07-15
tls: fix pstm asm constraint problem
Denys Vlasenko
2017-07-15
build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox
Denys Vlasenko
2017-07-15
blkdiscard: provide our own BLK[SEC]DISCARD if necessary
Denys Vlasenko
2017-07-15
tls: fix build problem on non-static i386
Denys Vlasenko
2017-07-15
Makefile: include per-arch Makefile before Makefile.flags
Thomas Petazzoni
2017-07-15
copyfd: guard use of munmap() with #if (windows builds need this)
Johannes Schindelin
2017-07-15
ash: protect WIFSTOPPED use with #if JOBS
Johannes Schindelin
2017-07-14
libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block
Denys Vlasenko
2017-07-14
hush: make "wait %1" work even if the job is dead
Denys Vlasenko
2017-07-14
hush: remove superfluous comparison
Denys Vlasenko
2017-07-14
uuencode: allow space instead of "`" as padding char. Closes 10046
Denys Vlasenko
2017-07-14
xxd: allow "-" as file name meaning stdin
Denys Vlasenko
2017-07-14
libbb/dump: allow skipping over stdin too
Denys Vlasenko
2017-07-14
libbb/dump: fix a few broken commits and shrink code
Denys Vlasenko
2017-07-14
libbb: safe_write should not return EINTR
Denys Vlasenko
2017-07-14
dd: fix status=none. Closes 10066
Denys Vlasenko
2017-07-14
hush: add support for "set -e"
Denys Vlasenko
2017-07-14
cat: fix "cat -An" ignoring -n; make numbering go througn all files
Denys Vlasenko
2017-07-14
add-remove-shell: fix crash when shell is already added
Timo Teräs
2017-07-14
cat: allow compiling out -n and -b
Kang-Che Sung
2017-07-11
unzip: TODO for symlink support
Denys Vlasenko
2017-07-10
inetd,mount: do not die if uclibc without RPC is detected
Denys Vlasenko
2017-07-10
hush: add TODO for "set -e"
Denys Vlasenko
2017-07-10
hush: simplify insert_job_into_table() a bit
Denys Vlasenko
2017-07-10
hush: rename a few functions
Denys Vlasenko
2017-07-10
libbb: do not die if setgid/setuid(real_id) on startup fails
Denys Vlasenko
2017-07-09
shuf: fix random line selection. Closes 9971
Denys Vlasenko
2017-07-09
crond: code shrink
Denys Vlasenko
2017-07-09
crond: move misplaced comment
Denys Vlasenko
2017-07-08
crond: support @daily etc
Denys Vlasenko
2017-07-08
watchdog: do not use argc, other cleanups
Denys Vlasenko
2017-07-08
watchdog: stop watchdog first on startup
Matt Spinler
2017-07-08
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Denys Vlasenko
2017-07-08
hush: explain why wait5.tests is failing
Denys Vlasenko
2017-07-07
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
hush: fix two redirection testcase failures
Denys Vlasenko
2017-07-07
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
setpriv: remove dependency on libcap headers
Denys Vlasenko
[next]