index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-19
sparc: needs -fPIC
Denys Vlasenko
3
-1
/
+23
2017-07-19
swapon/swapoff: trim config help text
Denys Vlasenko
1
-3
/
+0
2017-07-19
Update remaining menuconfig items with approximate applet sizes
Denys Vlasenko
25
-28
/
+28
2017-07-19
od_bloaty: fix floating point output
Ron Yorston
2
-1
/
+12
2017-07-18
hdparm: remove contradicting size info in config help
Denys Vlasenko
1
-2
/
+1
2017-07-18
ash: remove contradicting size info in config help
Denys Vlasenko
1
-2
/
+1
2017-07-18
hush: remove contradicting size info in config help
Denys Vlasenko
1
-1
/
+1
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
303
-379
/
+409
2017-07-18
Tweaks from mass recompile for 1.27.1 release
Denys Vlasenko
2
-7
/
+53
2017-07-18
hush: tweak "help" output
Denys Vlasenko
1
-2
/
+2
2017-07-18
printf: fix format string sanity check
Ron Yorston
1
-2
/
+2
2017-07-18
hush: fix readonly2.tests failure
Denys Vlasenko
3
-0
/
+13
2017-07-18
hush: another testcase for "READONLY_VAR=VAL BLTIN ..."
Denys Vlasenko
4
-5
/
+27
2017-07-18
hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too
Denys Vlasenko
3
-12
/
+33
2017-07-18
hush: add readonly testcase, fix fallout
Denys Vlasenko
3
-9
/
+53
2017-07-18
hush: convert exp/ro/local parameters to bitfields in one flag param
Denys Vlasenko
1
-46
/
+35
2017-07-17
hush: HUSH_READONLY depends on HUSH
Denys Vlasenko
1
-0
/
+1
2017-07-17
hush: forgot to emit error on (failing) second "readonly VAR=VAL"
Denys Vlasenko
1
-3
/
+2
2017-07-17
hush: smaller code in !READONLY configs
Denys Vlasenko
1
-4
/
+7
2017-07-17
hush: implement "readonly" builtin
Denys Vlasenko
1
-36
/
+63
2017-07-17
ash: more general format ${var:EXPR:EXPR}
Denys Vlasenko
3
-17
/
+73
2017-07-17
ash: "you disabled math" is wrong: user did not disable it, builder of ash did
Denys Vlasenko
1
-1
/
+1
2017-07-17
hush: small fix to last commit
Denys Vlasenko
1
-1
/
+1
2017-07-17
hush: support ${VAR:N:-M}
Denys Vlasenko
3
-23
/
+72
2017-07-17
shells: expand TODO comments, no code changes
Denys Vlasenko
2
-5
/
+27
2017-07-16
ttysize: if stdin is not tty, try stdout, then stderr
Denys Vlasenko
1
-2
/
+5
2017-07-16
hush: fix "cmd1 && cmd2 &" handling on NOMMU
Denys Vlasenko
1
-9
/
+13
2017-07-16
arch: new applet (same as unmae -m). ~30 bytes.
Denys Vlasenko
1
-69
/
+96
2017-07-15
shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"
Denys Vlasenko
2
-2
/
+0
2017-07-15
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
5
-1
/
+71
2017-07-15
config: reorder items in "Busybox Settings", improve help
Denys Vlasenko
1
-63
/
+69
2017-07-15
config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu
Denys Vlasenko
3
-53
/
+59
2017-07-15
Move get_unaligned_le32() macros to platform.h
Denys Vlasenko
3
-9
/
+17
2017-07-15
fix more instances of ": $((a++))" in shell scripts
Denys Vlasenko
3
-8
/
+8
2017-07-15
make_single_applets: fix ": $((fail++))" expansion error
Kang-Che Sung
1
-3
/
+3
2017-07-15
config: fix tab-damaged help text
Denys Vlasenko
1
-4
/
+3
2017-07-15
tls: remove last int16 local variables in pstm code
Denys Vlasenko
4
-4
/
+4
2017-07-15
tls: fix pstm asm constraint problem
Denys Vlasenko
3
-6
/
+7
2017-07-15
build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox
Denys Vlasenko
2
-29
/
+32
2017-07-15
blkdiscard: provide our own BLK[SEC]DISCARD if necessary
Denys Vlasenko
1
-0
/
+7
2017-07-15
tls: fix build problem on non-static i386
Denys Vlasenko
1
-1
/
+3
2017-07-15
Makefile: include per-arch Makefile before Makefile.flags
Thomas Petazzoni
1
-2
/
+2
2017-07-15
copyfd: guard use of munmap() with #if (windows builds need this)
Johannes Schindelin
1
-0
/
+3
2017-07-15
ash: protect WIFSTOPPED use with #if JOBS
Johannes Schindelin
1
-3
/
+9
2017-07-14
libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block
Denys Vlasenko
1
-27
/
+19
2017-07-14
hush: make "wait %1" work even if the job is dead
Denys Vlasenko
1
-39
/
+52
2017-07-14
hush: remove superfluous comparison
Denys Vlasenko
1
-1
/
+1
2017-07-14
uuencode: allow space instead of "`" as padding char. Closes 10046
Denys Vlasenko
1
-3
/
+9
2017-07-14
xxd: allow "-" as file name meaning stdin
Denys Vlasenko
1
-4
/
+6
2017-07-14
libbb/dump: allow skipping over stdin too
Denys Vlasenko
1
-20
/
+13
[next]