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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-10-14
dd: speed measurement. optional.
Gabor Heja
2
-7
/
+66
2009-10-13
libiproute/*: code shrink
Denys Vlasenko
11
-61
/
+68
2009-10-13
libiproute: code and data shrink
Denys Vlasenko
2
-195
/
+104
2009-10-13
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
6
-146
/
+158
2009-10-12
ash,hush: fix $RANDOM in children being repeated
Denys Vlasenko
5
-16
/
+22
2009-10-11
include/xatonum.h: make it survive -Wconversion
Denys Vlasenko
1
-2
/
+2
2009-10-11
libbb: revert the change where spawn reports exec failure
Denys Vlasenko
1
-1
/
+2
2009-10-11
hush: shrink $RANDOM support
Denys Vlasenko
1
-7
/
+4
2009-10-11
ash: use bbox wrappers for malloc etc instead of homegrown ones
Denys Vlasenko
1
-34
/
+44
2009-10-11
ash: trivial shrink by using smaller int
Denys Vlasenko
1
-2
/
+2
2009-10-10
udhcpc: more help text tweaking
Denys Vlasenko
1
-1
/
+1
2009-10-10
udhcpc: better wording in help text
Denys Vlasenko
1
-1
/
+1
2009-10-09
laguage and copyright date corrections, no code changes
Denys Vlasenko
3
-3
/
+3
2009-10-09
ash: make one testsuite entry more robust
Denys Vlasenko
1
-0
/
+5
2009-10-09
shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT
Denys Vlasenko
1
-0
/
+8
2009-10-09
hush: fix cut-n-paste error in last commit
Denys Vlasenko
1
-1
/
+1
2009-10-09
hush: add support for $RANDOM. If on:
Denys Vlasenko
1
-0
/
+16
2009-10-09
ash: factor out $RANDOM support
Denys Vlasenko
4
-28
/
+77
2009-10-09
ps: show longer COMMAND
Denys Vlasenko
1
-3
/
+9
2009-10-09
hush: support $PPID
Denys Vlasenko
1
-4
/
+15
2009-10-08
libbb: make spawn() print "can't execute '%s'" on execv error
Denys Vlasenko
1
-0
/
+1
2009-10-08
udhcpc: fix bug 629: use bcast receive when we perform rebinding
Denys Vlasenko
1
-1
/
+2
2009-10-08
modprobe-small: added comment about multiple alias matches
Denys Vlasenko
1
-0
/
+8
2009-10-08
rtcwake: remove a static variable
Denys Vlasenko
1
-4
/
+4
2009-10-08
*: three more NOINLINEs
Denys Vlasenko
2
-3
/
+3
2009-10-08
*: a few more NOINLINEs
Denys Vlasenko
13
-13
/
+89
2009-10-08
*: code shrink via NOINLINE
Denys Vlasenko
10
-10
/
+41
2009-10-08
ash: compile breakage fix
Denys Vlasenko
1
-6
/
+0
2009-10-08
cp: revert a recent buggy change, and add a comment why it's wrong
Denys Vlasenko
1
-1
/
+3
2009-10-06
Fix english in build system
Denys Vlasenko
1
-1
/
+1
2009-10-06
*: use {i,u}toa() where appropriate
Denys Vlasenko
5
-14
/
+6
2009-10-06
Trim help text a bit more
Denys Vlasenko
1
-21
/
+18
2009-10-06
Trim usage text a bit
Denys Vlasenko
1
-38
/
+38
2009-10-05
unpackers: check errors from close() too
Denys Vlasenko
3
-5
/
+14
2009-10-05
wget: fix for code 302; mount: support -o union
Vladimir Dronnikov
2
-1
/
+9
2009-10-05
ash: error out on ${#1#}, ${#$11}, ${#11#}
Cristian Ionescu-Idbohrn
1
-0
/
+2
2009-10-04
ash: document where we accept invalid syntax. no code changes
Denys Vlasenko
1
-1
/
+17
2009-10-04
sendmail: accept -i too, not only -oi
Vladimir Dronnikov
3
-6
/
+8
2009-10-04
ash: code shrink
Denys Vlasenko
1
-11
/
+9
2009-10-04
remove useless (unsigned >= 0) comparison
Denys Vlasenko
1
-1
/
+1
2009-10-03
ls: forgotten chunk from prev commit
Denys Vlasenko
1
-5
/
+7
2009-10-03
ls: code shrink
Denys Vlasenko
1
-44
/
+44
2009-10-03
ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups
Denys Vlasenko
1
-19
/
+18
2009-10-03
ls: add standards doc; record author of "total NNNN" code
Denys Vlasenko
1
-1
/
+11
2009-10-03
ls: code shrink
Denys Vlasenko
1
-69
/
+71
2009-10-03
ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)
Denys Vlasenko
1
-2
/
+23
2009-10-02
Fixes to usage text; updated busybox.spec
Denys Vlasenko
4
-87
/
+163
2009-10-02
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
Denys Vlasenko
1
-1
/
+1
2009-10-02
ok, last fix wasn't correct... this one is better
Denys Vlasenko
1
-2
/
+5
2009-10-02
fix a typo in prev commit
Denys Vlasenko
1
-1
/
+1
[next]