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
/
sysklogd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-10-21
mkfs_ext2: explain why 0.5G+ images are a bit different
Denys Vlasenko
1
-4
/
+11
2009-10-20
mkfs_ext2: another update by Vladimir
Denys Vlasenko
2
-89
/
+126
2009-10-20
add B921600
Bernhard Reutner-Fischer
1
-1
/
+4
2009-10-20
clarify in comment
Denys Vlasenko
1
-3
/
+4
2009-10-20
mkfs_ext2: further work on small images
Denys Vlasenko
2
-35
/
+37
2009-10-20
mkfs_ext2: fixes for small image generation. images up to ~8M are ok now
Denys Vlasenko
2
-13
/
+39
2009-10-20
mkfs_ext2: fix 60k image creation
Denys Vlasenko
2
-16
/
+7
2009-10-20
mkfs_ext2: further work by Vladimir
Denys Vlasenko
2
-45
/
+69
2009-10-20
mkfs_ext2: small tweak
Denys Vlasenko
1
-2
/
+3
2009-10-20
mkfs_ext2: compat fixes
Denys Vlasenko
2
-221
/
+245
2009-10-19
hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)
Denys Vlasenko
2
-27
/
+19
2009-10-19
menuconfig tweaks
Denys Vlasenko
2
-11
/
+11
2009-10-19
hush: use configured max line length, not BUFSIZE from libc
Denys Vlasenko
1
-2
/
+2
2009-10-19
randomconfig fixes
Denys Vlasenko
4
-2
/
+7
2009-10-19
hush: remove superfluous assignment
Denys Vlasenko
1
-1
/
+1
2009-10-19
hush: make it compile again :/
Denys Vlasenko
1
-3
/
+3
2009-10-19
hush: cosmetics. no code changes
Denys Vlasenko
1
-65
/
+66
2009-10-18
mkfs_ext2: more work. added test script
Denys Vlasenko
2
-75
/
+153
2009-10-18
mkfs_ext2: fixes for huge filesystems
Denys Vlasenko
2
-24
/
+44
2009-10-18
mkfs_ext2: make it able to create images larger than 4G
Denys Vlasenko
2
-57
/
+98
2009-10-18
hush: fix handling of empty arguments
Denys Vlasenko
5
-15
/
+58
2009-10-18
mkfs_ext2: shrink
Denys Vlasenko
1
-2
/
+0
2009-10-18
hush: handle empty execs
Mike Frysinger
3
-0
/
+36
2009-10-17
mkfs_ext2: code shrink
Denys Vlasenko
1
-3
/
+1
2009-10-17
trim usage text
Denys Vlasenko
1
-1
/
+1
2009-10-17
mkfs_ext2: code shrink
Denys Vlasenko
1
-3
/
+3
2009-10-17
mkfs_ext2: fix a buglet introduced in last commit
Denys Vlasenko
1
-4
/
+7
2009-10-17
mkfs_ext2: shrink
Denys Vlasenko
1
-8
/
+11
2009-10-17
mkfs_ext2: new applet by Vladimir
Vladimir Dronnikov
5
-33
/
+524
2009-10-17
sendmail: fix for long headers (by Vladimir)
Vladimir Dronnikov
1
-2
/
+7
2009-10-16
ifup: make /etc/network/interfaces parser tolerant to trailing spaces
Denys Vlasenko
1
-1
/
+4
2009-10-15
sendmail: update by Vladimir
Vladimir Dronnikov
1
-12
/
+41
2009-10-15
util-linux/mkswap.c: fix warning
Denys Vlasenko
1
-13
/
+13
2009-10-15
hush: add a printf builtin
Mike Frysinger
1
-0
/
+13
2009-10-15
hush: unify handling of builtin applets
Mike Frysinger
1
-8
/
+8
2009-10-15
move generate_uuid from mkswap to libbb
Vladimir Dronnikov
3
-79
/
+79
2009-10-14
dd: use correct multiplication factor and simplify code
Denys Vlasenko
1
-19
/
+7
2009-10-14
lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.
Denys Vlasenko
1
-34
/
+35
2009-10-14
comment anc Config.in changes, no code changes
Denys Vlasenko
2
-2
/
+2
2009-10-14
dd: add a comment, no code changes
Denys Vlasenko
1
-3
/
+3
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
[next]