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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-27
trim help text. -29 bytes
Denys Vlasenko
1
-5
/
+5
2010-05-27
unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat
Denys Vlasenko
6
-36
/
+59
2010-05-25
ip addr: shrink
Bernhard Reutner-Fischer
1
-99
/
+78
2010-05-25
ip addr: unify parsing args
Bernhard Reutner-Fischer
1
-13
/
+7
2010-05-25
ip rule: unify parsing args
Bernhard Reutner-Fischer
1
-25
/
+11
2010-05-25
ip tunnel: unify parsing args; no obj-code changes
Bernhard Reutner-Fischer
1
-3
/
+2
2010-05-25
ip link: add qlen
Bernhard Reutner-Fischer
1
-2
/
+7
2010-05-25
iplink: shrink
Bernhard Reutner-Fischer
1
-54
/
+39
2010-05-25
iplink: support add/delete
Bernhard Reutner-Fischer
1
-2
/
+91
2010-05-25
ipaddress: print OPERSTATEs and NO-CARRIER
Bernhard Reutner-Fischer
1
-0
/
+9
2010-05-24
unzip: another small code shrink
Denys Vlasenko
1
-2
/
+2
2010-05-24
unzip: tiny code shrink -2 bytes
Denys Vlasenko
1
-5
/
+4
2010-05-24
unzip: restore unix file mode if possible. closes bug 1045
Denys Vlasenko
1
-55
/
+88
2010-05-23
fgconsole: new applet by Grigory Batalov <bga@altlinux.org>
Grigory Batalov
6
-4
/
+48
2010-05-23
ifconfig: do not truncate interface names. closes bug 1795
Denys Vlasenko
1
-2
/
+1
2010-05-23
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
Denys Vlasenko
11
-7436
/
+442
2010-05-23
fix unescaped $ in makefile
Denys Vlasenko
1
-2
/
+2
2010-05-23
ps: make "ps -o BAD" emit list of good -o params
Denys Vlasenko
2
-8
/
+22
2010-05-22
getty: do not emit bogus error message on EOF
Denys Vlasenko
1
-0
/
+1
2010-05-22
fuser: code shrink, fixing default signal, exitcode and PID display
Maksym Kryzhanovskyy
2
-139
/
+125
2010-05-22
hush: trivial code shrink
Denys Vlasenko
1
-20
/
+21
2010-05-22
hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollar
Denys Vlasenko
1
-25
/
+20
2010-05-22
hush: fix hush -c 'echo $0' - was showing empty string
Denys Vlasenko
1
-0
/
+1
2010-05-22
hush: fix segfault in ${?:N:M}
Denys Vlasenko
5
-37
/
+78
2010-05-22
hush: fix "hush -c 'echo $#'" showing -1
Denys Vlasenko
3
-2
/
+11
2010-05-22
hush: support ${var:EXPR:EXPR}!
Denys Vlasenko
3
-86
/
+152
2010-05-22
hush: fix a nommu todo in recent commits
Denys Vlasenko
1
-25
/
+37
2010-05-22
hush: fix more obscure ${var%...} cases
Denys Vlasenko
5
-24
/
+45
2010-05-21
hush: fix a=abc; c=c; echo ${a%${c}}
Denys Vlasenko
4
-60
/
+75
2010-05-21
hush: handle expansions in ${var?expanded_word} constructs
Denys Vlasenko
3
-15
/
+62
2010-05-21
hush: reorganized TODO comment at top
Denys Vlasenko
1
-14
/
+12
2010-05-21
hush: add a list of unsupported builtins
Denys Vlasenko
1
-0
/
+2
2010-05-21
hush: handle ${var:NUM:} too
Denys Vlasenko
3
-2
/
+32
2010-05-21
trylink: gold may not support --sort-common (yet)
Bernhard Reutner-Fischer
1
-7
/
+10
2010-05-21
lxdialog: fix ncursesw include detection
Bernhard Reutner-Fischer
1
-1
/
+5
2010-05-21
hush: remove extra comparison from prev commit
Denys Vlasenko
1
-4
/
+2
2010-05-21
hush: optional support for ${var:N:M} bashism
Denys Vlasenko
3
-39
/
+120
2010-05-20
hush: explain various parameter expansion ops in comments
Denys Vlasenko
1
-8
/
+36
2010-05-20
hush: small code shrink
Denys Vlasenko
1
-7
/
+6
2010-05-20
hush: shrink variable expansion code
Denys Vlasenko
1
-20
/
+19
2010-05-20
hush: fix var=`exit 2` not setting $? to 2
Denys Vlasenko
3
-5
/
+59
2010-05-20
update shell/README
Denys Vlasenko
1
-3
/
+3
2010-05-20
ash: eliminate 16 bytes in bss
Denys Vlasenko
1
-26
/
+22
2010-05-20
hush: code shrink
Denys Vlasenko
1
-1
/
+1
2010-05-20
hush: support "cd -- DIR" and such
Denys Vlasenko
1
-14
/
+32
2010-05-20
shell: make it possible to alias one of shells to "bash"
Denys Vlasenko
3
-10
/
+37
2010-05-19
setkeycodes: fix handling of 0exx scancodes
Denys Vlasenko
1
-8
/
+8
2010-05-19
mount: handle EDQUOT > 255 properly. closes bug 1579
Denys Vlasenko
1
-1
/
+9
2010-05-19
vi: fix "set ic" command; code shrink while at it. closes bug 1765
Denys Vlasenko
1
-49
/
+37
2010-05-19
losetup: support /dev/loop10 and higher. closes bug 1627
Denys Vlasenko
2
-26
/
+35
[next]