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
*
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
*
setpriv: remove dependency on libcap headers
Denys Vlasenko
2017-07-07
1
-1
/
+8
*
setpriv: factor out capability name printing
Denys Vlasenko
2017-07-07
1
-18
/
+16
*
setpriv: code shrink, and grouping capability code together
Denys Vlasenko
2017-07-07
1
-96
/
+91
*
setpriv: allow modifying ambient capabilities
Patrick Steinhardt
2017-07-07
1
-9
/
+35
*
setpriv: allow modifying inheritable caps
Patrick Steinhardt
2017-07-07
1
-11
/
+95
*
setpriv: dump ambient capabilities
Patrick Steinhardt
2017-07-06
1
-0
/
+26
*
setpriv: dump capability bounding set
Patrick Steinhardt
2017-07-06
1
-0
/
+23
*
setpriv: dump inheritable capability set
Patrick Steinhardt
2017-07-06
1
-4
/
+147
*
setpriv: dump no-new-privs info
Patrick Steinhardt
2017-07-06
1
-2
/
+10
*
shell: sync redir/* tests
Denys Vlasenko
2017-07-06
4
-0
/
+22
*
ash: rename redir5.tests (hush has redir5.tests which is different)
Denys Vlasenko
2017-07-06
3
-2
/
+2
*
hush: add a TODO about redir3.tests failure
Denys Vlasenko
2017-07-06
3
-0
/
+12
*
hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)
Denys Vlasenko
2017-07-06
2
-0
/
+0
*
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
4
-2
/
+33
*
typo fix
Denys Vlasenko
2017-07-06
2
-2
/
+2
*
hush: implement negative start in the ${v: -n[:m]} idiom
Denys Vlasenko
2017-07-06
5
-2
/
+37
*
hush: "adopt" ash var-utf8-length.tests
Denys Vlasenko
2017-07-06
3
-0
/
+7
*
hush: "adopt" ash signal4.tests
Denys Vlasenko
2017-07-06
3
-1
/
+10
*
shell: remove duplicate sigint1.tests (another copies are in signals/)
Denys Vlasenko
2017-07-06
4
-84
/
+0
*
hush: add tickquote1.tests from ash testsuite
Denys Vlasenko
2017-07-06
3
-1
/
+4
*
shell: syncronize ash and hush heredoc3.tests
Denys Vlasenko
2017-07-06
4
-10
/
+31
*
shell: syncronize ash and hush heredoc1.tests
Denys Vlasenko
2017-07-06
6
-4
/
+22
*
shell: syncronize ash_test/run-all and hush_test/run-all a bit
Denys Vlasenko
2017-07-06
2
-71
/
+82
*
makedevs: code shrink
Denys Vlasenko
2017-07-06
1
-14
/
+15
*
makedevs: allow much longer filenames
Denys Vlasenko
2017-07-06
1
-5
/
+7
*
hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST
Denys Vlasenko
2017-07-06
1
-2
/
+5
*
dpkg: fix CONFIG_FEATURE_CLEAN_UP handling
Peter Korsgaard
2017-07-05
1
-4
/
+0
*
hush: fix quoted_punct.tests failure
Denys Vlasenko
2017-07-05
4
-3
/
+83
*
ash: fix escaping of a few characters (broken by last commits)
Denys Vlasenko
2017-07-05
3
-2
/
+83
*
ash: tweak in comment
Denys Vlasenko
2017-07-05
1
-1
/
+1
*
ash: note which versions of glibc exhibit "rho bug"
Denys Vlasenko
2017-07-05
1
-1
/
+2
[next]