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