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
2017-07-18
Tweaks from mass recompile for 1.27.1 release
Denys Vlasenko
2017-07-18
hush: tweak "help" output
Denys Vlasenko
2017-07-18
printf: fix format string sanity check
Ron Yorston
2017-07-18
hush: fix readonly2.tests failure
Denys Vlasenko
2017-07-18
hush: another testcase for "READONLY_VAR=VAL BLTIN ..."
Denys Vlasenko
2017-07-18
hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too
Denys Vlasenko
2017-07-18
hush: add readonly testcase, fix fallout
Denys Vlasenko
2017-07-18
hush: convert exp/ro/local parameters to bitfields in one flag param
Denys Vlasenko
2017-07-17
hush: HUSH_READONLY depends on HUSH
Denys Vlasenko
2017-07-17
hush: forgot to emit error on (failing) second "readonly VAR=VAL"
Denys Vlasenko
2017-07-17
hush: smaller code in !READONLY configs
Denys Vlasenko
2017-07-17
hush: implement "readonly" builtin
Denys Vlasenko
2017-07-17
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
2017-07-17
ash: "you disabled math" is wrong: user did not disable it, builder of ash did
Denys Vlasenko
2017-07-17
hush: small fix to last commit
Denys Vlasenko
2017-07-17
hush: support ${VAR:N:-M}
Denys Vlasenko
2017-07-17
shells: expand TODO comments, no code changes
Denys Vlasenko
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
[prev]
[next]