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
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-05-09
msh: fix obscure case with backticks and closed fd 1
Denis Vlasenko
1
-7
/
+12
2007-05-09
awk: don't segfault on printf(%*s). Close 1337.
Denis Vlasenko
1
-1
/
+4
2007-05-09
cryptpw: size reduction
Denis Vlasenko
1
-18
/
+9
2007-05-09
mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).
Denis Vlasenko
1
-2
/
+1
2007-05-09
less: fix case when regex search finds nothing
Denis Vlasenko
1
-1
/
+7
2007-05-09
tftp: explain "block# 0" codepath; report our decision to bail out to server
Denis Vlasenko
1
-73
/
+70
2007-05-08
cryptpw: forgot svn add... how typical of me :(
Denis Vlasenko
3
-5
/
+87
2007-05-08
tftp: code diet, and I think retransmits were broken.
Denis Vlasenko
1
-209
/
+159
2007-05-08
cryptpw: new applet (a bit less than 3k added)
Denis Vlasenko
9
-73
/
+74
2007-05-08
tail: fix SEGV on "tail -N"
Denis Vlasenko
3
-17
/
+37
2007-05-06
kill: improve comment
Denis Vlasenko
1
-1
/
+2
2007-05-06
kill: fix recent breakage of vda, also make code smaller by 21 bytes.
Denis Vlasenko
1
-5
/
+12
2007-05-06
hush: fix double-free in "echo TEST &"
Denis Vlasenko
2
-79
/
+123
2007-05-06
svlogd: fix 'SEGV on uninitialized data' and make it honor TERM
Denis Vlasenko
1
-4
/
+6
2007-05-05
hush: stop generating extra empty pipes in parse stage.
Denis Vlasenko
1
-13
/
+15
2007-05-05
hush: preparatory patch for removing extra empty pipes generation
Denis Vlasenko
1
-80
/
+90
2007-05-04
fix -Werror compile
Denis Vlasenko
1
-1
/
+5
2007-05-04
hush: fix "while true; do true; done" + ctrl-z
Denis Vlasenko
2
-92
/
+123
2007-05-04
applets: fix compile-time warning
Denis Vlasenko
2
-3
/
+8
2007-05-04
hush: add parse tree debug print
Denis Vlasenko
2
-5
/
+66
2007-05-03
udhcpc: stop deleting our own pidfile if we daemonize.
Denis Vlasenko
3
-34
/
+35
2007-05-03
awk: guard against empty environment
Denis Vlasenko
1
-1
/
+2
2007-05-03
hush: fix "true | exit 3; echo $?" bug
Denis Vlasenko
2
-46
/
+105
2007-05-02
hush: remove env builtin (it is buggy). Add comments
Denis Vlasenko
1
-17
/
+16
2007-05-02
fix suid config handling
Denis Vlasenko
2
-16
/
+27
2007-05-02
ifupdown: small optimization (avoid doing useless work if we are
Denis Vlasenko
1
-10
/
+10
2007-05-02
allow people to stick custom things into Makefile.local so they dont need to ...
Mike Frysinger
1
-0
/
+2
2007-05-02
ifupdown: mke it possible to use DHCP clients different from udhcp.
Denis Vlasenko
2
-33
/
+48
2007-05-02
hush: simplify debugging prints a little bit
Denis Vlasenko
1
-62
/
+61
2007-05-02
klogd: remove dependency on syslogd
Denis Vlasenko
1
-2
/
+0
2007-05-02
ifupdown: reread state file before rewriting it.
Denis Vlasenko
1
-36
/
+37
2007-05-02
hush: add debugging for tracing execution,
Denis Vlasenko
1
-2
/
+33
2007-05-02
hush: fix incorrect exitcodes without job control
Denis Vlasenko
1
-14
/
+9
2007-05-01
test: code size saving, no logic changes
Denis Vlasenko
4
-116
/
+228
2007-04-29
ash,kill: use common code for kill applet/builtin
Denis Vlasenko
4
-130
/
+86
2007-04-29
run_parts: do not check path portion of a name for "bad chars".
Denis Vlasenko
1
-7
/
+11
2007-04-28
ash: fix infinite loop on exit if tty is not there anymore
Denis Vlasenko
2
-1
/
+8
2007-04-28
hush: make job control and interactiveness configurable, part 2
Denis Vlasenko
2
-52
/
+99
2007-04-28
hush: make job control and interactiveness configurable, part 1
Denis Vlasenko
2
-14
/
+111
2007-04-28
hush: make hush properly detect EOF on stdin (even interactive one -
Denis Vlasenko
1
-5
/
+8
2007-04-28
hush: add Ctrl-C handling to nofork case
Denis Vlasenko
1
-3
/
+15
2007-04-28
hush: better signal handling across ctrl-z
Denis Vlasenko
1
-87
/
+127
2007-04-28
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
3
-37
/
+58
2007-04-28
hush: add ctrl-Z handling for nofork'ed case
Denis Vlasenko
2
-13
/
+84
2007-04-21
find_root_device: use lstat - don't follow links
Denis Vlasenko
1
-1
/
+2
2007-04-21
hush: make Ctrl-Z work (at least sometimes)
Denis Vlasenko
2
-176
/
+229
2007-04-21
hust: add a comment
Denis Vlasenko
1
-0
/
+4
2007-04-21
hush: fix more backgrounding bugs. Plenty of them remains still.
Denis Vlasenko
2
-11
/
+29
2007-04-21
hush: explain why "pipe; exit $?" doesn't show correct exitcode
Denis Vlasenko
2
-12
/
+21
2007-04-21
hush: do not print message if killed by signal;
Denis Vlasenko
1
-122
/
+115
[next]