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
*
Bump version to 1.27.2
1_27_2
Denys Vlasenko
2017-08-17
1
-1
/
+1
*
svc: fix a case where with more than option, getopt() state is not reset
Denys Vlasenko
2017-08-05
1
-5
/
+6
*
unzip: fix regression on big-endian machines
Natanael Copa
2017-08-04
1
-0
/
+1
*
config: FEDORA_COMPAT option (so far only tweaks uname)
Denys Vlasenko
2017-08-04
2
-1
/
+14
*
NOFORK fixes
Denys Vlasenko
2017-08-04
6
-6
/
+48
*
tls: fix pstm asm constraint problem
Denys Vlasenko
2017-08-04
3
-6
/
+7
*
tls: fix build problem on non-static i386
Denys Vlasenko
2017-08-04
1
-1
/
+3
*
libbb: safe_write should not return EINTR
Denys Vlasenko
2017-08-04
1
-2
/
+10
*
shuf: fix random line selection. Closes 9971
Denys Vlasenko
2017-08-04
1
-1
/
+1
*
Bump version to 1.27.1
1_27_1
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
fix more instances of ": $((a++))" in shell scripts
Denys Vlasenko
2017-07-18
3
-8
/
+8
*
make_single_applets: fix ": $((fail++))" expansion error
Kang-Che Sung
2017-07-18
1
-3
/
+3
*
copyfd: guard use of munmap() with #if (windows builds need this)
Johannes Schindelin
2017-07-18
1
-0
/
+3
*
ash: protect WIFSTOPPED use with #if JOBS
Johannes Schindelin
2017-07-18
1
-3
/
+9
*
libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block
Denys Vlasenko
2017-07-18
1
-27
/
+19
*
uuencode: allow space instead of "`" as padding char. Closes 10046
Denys Vlasenko
2017-07-18
1
-3
/
+9
*
dd: fix status=none. Closes 10066
Denys Vlasenko
2017-07-18
1
-4
/
+3
*
inetd,mount: do not die if uclibc without RPC is detected
Denys Vlasenko
2017-07-18
2
-2
/
+4
*
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-18
5
-7
/
+11
*
dpkg: fix CONFIG_FEATURE_CLEAN_UP handling
Peter Korsgaard
2017-07-18
1
-4
/
+0
*
setpriv: do not process remaining args
Patrick Steinhardt
2017-07-18
1
-1
/
+2
*
tls: use capped SNI len everywhere
Denys Vlasenko
2017-07-18
1
-2
/
+2
*
bzcat: compile bunzip2_main() if BZCAT.
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-18
10
-41
/
+75
*
Bump version to 1.27.0
1_27_0
Denys Vlasenko
2017-07-03
1
-1
/
+1
*
scripts/randomtest: update things which can't be tested on uclibc
Denys Vlasenko
2017-07-03
1
-0
/
+6
*
randomconfig fixes
Denys Vlasenko
2017-07-03
3
-3
/
+9
*
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2
Denys Vlasenko
2017-07-01
1
-8
/
+2
*
ash: fix 'trap - 65'
Denys Vlasenko
2017-07-01
1
-1
/
+1
*
udhcpc6: make -O OPT work
Denys Vlasenko
2017-06-28
6
-58
/
+149
*
modutils: delete unused replace_underscores()
Denys Vlasenko
2017-06-28
2
-7
/
+0
*
udhcpc6: add comments about option 39, no code changes
Denys Vlasenko
2017-06-27
2
-2
/
+42
*
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
Denys Vlasenko
2017-06-27
1
-6
/
+0
*
pgrep: implement -a
Denys Vlasenko
2017-06-26
1
-6
/
+16
*
udhcpc6: add support for timezones
Denys Vlasenko
2017-06-26
2
-48
/
+59
*
pgrep: fix pgrep -flx "sleep 11" - saw "sleep 11" processes as "sleep 11 "
Denys Vlasenko
2017-06-26
1
-5
/
+11
*
archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop
Denys Vlasenko
2017-06-15
4
-43
/
+81
*
fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo"
Denys Vlasenko
2017-06-15
2
-5
/
+5
*
unshare: fix help text; select LONG_OPTS instead depending on them
Denys Vlasenko
2017-06-14
1
-3
/
+4
*
setpriv: new applet
Assaf Gordon
2017-06-14
1
-0
/
+73
*
iproute: support for filtering by and printing of scope
André Draszik
2017-06-13
1
-4
/
+22
*
tar: add IF_FEATURE_* checks
Ming Liu
2017-06-13
1
-10
/
+15
*
ip rule: add suppress_{prefixlength,ifgroup} options
Stefan Tomanek
2017-06-13
1
-27
/
+46
*
ash: fix incorrect path in describe_command
Youfu Zhang
2017-05-26
1
-13
/
+3
*
ls: fix support for long options when FEATURE_LS_COLOR is deselected
Laurent Bercot
2017-05-26
1
-6
/
+8
*
add/remove-shell: copy /etc/shells mode to new file
Denys Vlasenko
2017-05-26
1
-11
/
+9
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
7
-10
/
+34
*
sv: update to match version 2.1.2 of runit
James Byrne
2017-05-15
1
-65
/
+98
*
runsv: update to match version 2.1.2 of runit
Denys Vlasenko
2017-05-15
1
-37
/
+58
[next]