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
*
ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)
Denis Vlasenko
2008-01-04
1
-4
/
+6
*
init: wait for orphaned children too while waiting
Denis Vlasenko
2008-01-04
1
-3
/
+9
*
syslogd: avoid excessive tine() system calls
Denis Vlasenko
2008-01-03
1
-16
/
+21
*
syslogd: don't die if remote host's IP cannot be resolved.
Denis Vlasenko
2008-01-03
1
-37
/
+63
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
18
-55
/
+51
*
adding libbb/printable.c
Denis Vlasenko
2007-12-30
1
-0
/
+34
*
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-30
5
-22
/
+19
*
httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)
Denis Vlasenko
2007-12-29
1
-2
/
+11
*
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
Denis Vlasenko
2007-12-28
3
-25
/
+45
*
netstat: in error message, report filename and line number
Denis Vlasenko
2007-12-26
1
-22
/
+23
*
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-12-26
5
-19
/
+8
*
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-26
5
-40
/
+48
*
init: don't spawn tons of waiting children, one is enough
Denis Vlasenko
2007-12-26
1
-39
/
+47
*
init: sometimes, #ifdefs are cleaner.
Denis Vlasenko
2007-12-25
1
-22
/
+13
*
sync examples to what actual actual code expects
Denis Vlasenko
2007-12-25
1
-6
/
+6
*
add expected output
Mike Frysinger
2007-12-25
1
-0
/
+2
*
convert #if to if -- let gcc optimize away dead code for us
Mike Frysinger
2007-12-25
2
-133
/
+109
*
init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)
Denis Vlasenko
2007-12-25
2
-63
/
+74
*
fix typo in web page
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
Makefile: change version to 1.10.0.svn
Denis Vlasenko
2007-12-24
4
-47
/
+57
*
Announce 1.9.0
1_9_0
Denis Vlasenko
2007-12-24
2
-2
/
+71
*
hush: fixlet for NOMMU
Denis Vlasenko
2007-12-24
2
-69
/
+135
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
14
-90
/
+179
*
defconfig: update
Denis Vlasenko
2007-12-24
4
-9
/
+15
*
od: reduce data/bss usage (code size went down too)
Denis Vlasenko
2007-12-24
1
-41
/
+30
*
umount: fix fallout from stack reduction change
Denis Vlasenko
2007-12-24
1
-2
/
+2
*
vi: speed up some string ops
Denis Vlasenko
2007-12-23
1
-42
/
+56
*
cttyhack: trivial build fixlet
Denis Vlasenko
2007-12-22
1
-1
/
+1
*
vi: reduce amount of memset'ing on each screen refresh
Denis Vlasenko
2007-12-22
1
-9
/
+13
*
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
Denis Vlasenko
2007-12-22
3
-22
/
+51
*
perror_nomsg: don't print extra colon
Denis Vlasenko
2007-12-22
3
-6
/
+8
*
vi: change MAX_LINELEN meaning: now it is the biggest supported
Denis Vlasenko
2007-12-22
2
-317
/
+309
*
fix buglets found by randomconfig
Denis Vlasenko
2007-12-21
2
-2
/
+4
*
vi: fix a problem with displaying overlong lines
Denis Vlasenko
2007-12-21
1
-107
/
+120
*
udhcp: decided to not send "short" dhcp packets,
Denis Vlasenko
2007-12-21
1
-1
/
+6
*
udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...
Denis Vlasenko
2007-12-20
7
-43
/
+49
*
fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)
Denis Vlasenko
2007-12-16
5
-213
/
+225
*
msh: reduce global data/bss usage
Denis Vlasenko
2007-12-16
1
-228
/
+225
*
ash: reduce global data/bss usage
Denis Vlasenko
2007-12-16
1
-179
/
+277
*
traceroute: stop using global data/bss
Denis Vlasenko
2007-12-16
1
-43
/
+63
*
add a link to vda's pet projects
Denis Vlasenko
2007-12-13
1
-0
/
+1
*
num conversions: allow for leading '+' (renice needs that)
Denis Vlasenko
2007-12-11
1
-5
/
+7
*
cttyhack: add missing ';'
Denis Vlasenko
2007-12-10
2
-6
/
+8
*
init: remove superfluous forks and messing up with argv[0]
Denis Vlasenko
2007-12-10
5
-135
/
+141
*
udhcpc: support for -O <option>.
Denis Vlasenko
2007-12-10
5
-78
/
+97
*
find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)
Denis Vlasenko
2007-12-09
2
-3
/
+8
*
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-09
2
-5
/
+7
*
vi: don't use common_bufsiz as read buffer, it can be too small
Denis Vlasenko
2007-12-09
1
-3
/
+6
*
signal names hack was wrong, it broke "get signal name" function.
Denis Vlasenko
2007-12-04
1
-43
/
+40
*
getty: a small code shrink
Denis Vlasenko
2007-12-04
1
-34
/
+33
[next]