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
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace fixes
Denis Vlasenko
2008-02-17
1
-1
/
+1
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-15
/
+21
*
random s/short/int/
Denis Vlasenko
2008-02-16
2
-6
/
+4
*
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
Denis Vlasenko
2008-02-15
6
-39
/
+96
*
ash: explain why "set -o BOGUS" doesn't abort
Denis Vlasenko
2008-02-14
1
-0
/
+17
*
ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...
Denis Vlasenko
2008-02-14
1
-11
/
+25
*
typo fix
Denis Vlasenko
2008-02-14
1
-1
/
+1
*
tar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko
2008-02-14
1
-0
/
+4
*
reinstate redir.tests with correct perms
Denis Vlasenko
2008-02-13
1
-0
/
+6
*
ash: add a testcase for recently fixed signal bug
Denis Vlasenko
2008-02-13
4
-7
/
+49
*
msh: stop trying to parse variables in "msh SCRIPT VAR=val param".
Denis Vlasenko
2008-02-12
1
-10
/
+13
*
msh: instead of fixing "ls | cd", "cd | ls" etc just disallow
Denis Vlasenko
2008-02-12
1
-95
/
+85
*
ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.
Denis Vlasenko
2008-02-12
1
-1
/
+3
*
msh: shrink, mainly by using smallints
Denis Vlasenko
2008-02-12
1
-61
/
+57
*
msh: do not run pipes where last command is a builtin
Denis Vlasenko
2008-02-11
1
-42
/
+41
*
hush: die_sllep needs restoring only if job control is on
Denis Vlasenko
2008-02-11
1
-3
/
+6
*
hush: close-on-exec interactive_fd
Denis Vlasenko
2008-02-11
1
-1
/
+3
*
hush: set CLOEXEC on script file being executed
Denis Vlasenko
2008-02-11
1
-0
/
+1
*
hush: fix the comment
Denis Vlasenko
2008-02-11
1
-1
/
+1
*
hush: reset die_sleep to 0 in child after fork
Denis Vlasenko
2008-02-11
1
-6
/
+10
*
ash: fix "orwell bug" 1984. Testcase:
Denis Vlasenko
2008-02-10
2
-55
/
+79
*
hush: small fixes to docs/testsuite
Denis Vlasenko
2008-02-10
2
-3
/
+3
*
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
Denis Vlasenko
2008-02-10
4
-92
/
+163
*
ash: readability enhancement, no code changes
Denis Vlasenko
2008-02-03
1
-15
/
+20
*
msh: also handle EOF/read errors correctly
Denis Vlasenko
2008-02-02
1
-4
/
+4
*
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-02-02
1
-1
/
+3
*
ash: code readability enhancements, no real code changes
Denis Vlasenko
2008-01-29
1
-31
/
+25
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
3
-7
/
+6
*
hush: report [v]fork failures
Denis Vlasenko
2008-01-08
1
-32
/
+30
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
3
-2
/
+3
*
add expected output
Mike Frysinger
2007-12-25
1
-0
/
+2
*
hush: fixlet for NOMMU
Denis Vlasenko
2007-12-24
1
-3
/
+3
*
cttyhack: trivial build fixlet
Denis Vlasenko
2007-12-22
1
-1
/
+1
*
fix buglets found by randomconfig
Denis Vlasenko
2007-12-21
1
-0
/
+2
*
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
*
cttyhack: add missing ';'
Denis Vlasenko
2007-12-10
1
-1
/
+1
*
init: remove superfluous forks and messing up with argv[0]
Denis Vlasenko
2007-12-10
1
-9
/
+13
*
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-09
1
-3
/
+3
*
attack the biggest stack users:
Denis Vlasenko
2007-12-02
1
-1
/
+14
*
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-11-28
4
-33
/
+35
*
ash: make code simpler, and do not do close(-1) - it's rude
Denis Vlasenko
2007-11-26
1
-5
/
+9
*
remove echo_main -> bb_echo indirection
Denis Vlasenko
2007-11-24
2
-2
/
+2
*
hush: fix segfault in "echo $@" when we have no arguments
Denis Vlasenko
2007-11-24
1
-4
/
+6
*
kill lash. "lash" builtin still exists, but it runs hush.
Denis Vlasenko
2007-11-23
4
-13
/
+15
*
hush: implement echo builtin
Denis Vlasenko
2007-11-23
2
-0
/
+16
*
hush: fix $ expansion in redirections, add testcase for that
Denis Vlasenko
2007-11-23
5
-4
/
+27
*
hush: implement test builtin
Denis Vlasenko
2007-11-23
1
-21
/
+38
*
hush: plug memory leak
Denis Vlasenko
2007-11-23
4
-22
/
+91
*
ash: fix bug where redirection of closed fd was leaving it open afterwards.
Denis Vlasenko
2007-11-22
3
-13
/
+29
[next]