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
...
*
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
*
libbb/dump: fix a few broken commits and shrink code
Denys Vlasenko
2017-07-14
1
-10
/
+10
*
libbb: safe_write should not return EINTR
Denys Vlasenko
2017-07-14
1
-2
/
+10
*
dd: fix status=none. Closes 10066
Denys Vlasenko
2017-07-14
1
-4
/
+3
*
hush: add support for "set -e"
Denys Vlasenko
2017-07-14
7
-21
/
+96
*
cat: fix "cat -An" ignoring -n; make numbering go througn all files
Denys Vlasenko
2017-07-14
3
-35
/
+30
*
add-remove-shell: fix crash when shell is already added
Timo Teräs
2017-07-14
1
-1
/
+1
*
cat: allow compiling out -n and -b
Kang-Che Sung
2017-07-14
1
-21
/
+38
*
unzip: TODO for symlink support
Denys Vlasenko
2017-07-11
1
-0
/
+21
*
inetd,mount: do not die if uclibc without RPC is detected
Denys Vlasenko
2017-07-10
2
-2
/
+4
*
hush: add TODO for "set -e"
Denys Vlasenko
2017-07-10
1
-0
/
+17
*
hush: simplify insert_job_into_table() a bit
Denys Vlasenko
2017-07-10
1
-15
/
+12
*
hush: rename a few functions
Denys Vlasenko
2017-07-10
1
-10
/
+10
*
libbb: do not die if setgid/setuid(real_id) on startup fails
Denys Vlasenko
2017-07-10
1
-2
/
+15
*
shuf: fix random line selection. Closes 9971
Denys Vlasenko
2017-07-09
1
-1
/
+1
*
crond: code shrink
Denys Vlasenko
2017-07-09
1
-5
/
+4
*
crond: move misplaced comment
Denys Vlasenko
2017-07-09
1
-13
/
+13
*
crond: support @daily etc
Denys Vlasenko
2017-07-08
1
-19
/
+122
*
watchdog: do not use argc, other cleanups
Denys Vlasenko
2017-07-08
1
-15
/
+21
*
watchdog: stop watchdog first on startup
Matt Spinler
2017-07-08
1
-7
/
+25
*
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Denys Vlasenko
2017-07-08
1
-1
/
+1
*
hush: explain why wait5.tests is failing
Denys Vlasenko
2017-07-08
1
-0
/
+13
*
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
5
-5
/
+26
*
hush: fix two redirection testcase failures
Denys Vlasenko
2017-07-07
3
-68
/
+117
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
5
-7
/
+11
[prev]
[next]