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
*
- shrink a bit and implement time related fancy features. Improve help texts.
Bernhard Reutner-Fischer
2008-01-13
3
-38
/
+122
*
- fix commentary typo
Bernhard Reutner-Fischer
2008-01-13
1
-1
/
+1
*
- save four bytes by manually hoisting the br assignment
Bernhard Reutner-Fischer
2008-01-13
1
-5
/
+4
*
- update defconfig
Bernhard Reutner-Fischer
2008-01-13
1
-0
/
+1
*
- new applet brctl
Bernhard Reutner-Fischer
2008-01-13
5
-0
/
+105
*
- add ipsvd
Bernhard Reutner-Fischer
2008-01-11
1
-0
/
+3
*
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
2008-01-11
1
-4
/
+3
*
allow 8-bit characters
Paul Fox
2008-01-11
1
-3
/
+0
*
tac: handle NULs properly. +145 bytes
Denis Vlasenko
2008-01-09
1
-11
/
+35
*
hush: report [v]fork failures
Denis Vlasenko
2008-01-08
4
-37
/
+53
*
whitespace fixes
Denis Vlasenko
2008-01-07
3
-6
/
+6
*
ps: fix yet another buglet from recent ulltoa conversion :(
Denis Vlasenko
2008-01-07
1
-4
/
+4
*
ps: fix COMMAND column adjustment
Denis Vlasenko
2008-01-07
1
-2
/
+2
*
tac: *really* add tac.c now
Denis Vlasenko
2008-01-07
1
-0
/
+68
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
9
-64
/
+64
*
syslogd: fix shmat error check
Denis Vlasenko
2008-01-07
1
-1
/
+1
*
tac: new applet. ~240 bytes.
Denis Vlasenko
2008-01-06
5
-8
/
+30
*
ps: fix overflow in USER and VSZ columns
Denis Vlasenko
2008-01-06
5
-83
/
+99
*
ps: add conditional support for -o [e]time
Denis Vlasenko
2008-01-05
5
-49
/
+195
*
Makefile.help: removing allbareconfig target from help
Denis Vlasenko
2008-01-04
2
-2
/
+1
*
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
[next]