index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2009-03-28
handle the "-s" command line option that POSIX requires
Mike Frysinger
2009-03-28
rename "-f" (fake) option to "-n" to match POSIX
Mike Frysinger
2009-03-28
tweak format modifier in debug code to fixup gcc warning
Mike Frysinger
2009-03-28
convert some of the ENABLE_FEATURE_EDITING from CPP if to C if
Mike Frysinger
2009-03-28
stop lying about [[ test support
Mike Frysinger
2009-03-28
make lash deprecation more prominent
Mike Frysinger
2009-03-26
enable most job functions on no-mmu systems
Mike Frysinger
2009-03-23
do not make startup banner depend on job support
Mike Frysinger
2009-03-22
move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build error
Mike Frysinger
2009-03-22
hush: rearrange functions to reduce amount of forward references.
Denis Vlasenko
2009-03-22
hush: fix segv at repeated "set -- a b c" + "shift"
Denis Vlasenko
2009-03-21
hush: fix strcpy of potentially overlapping strings
Denis Vlasenko
2009-03-21
msh testsuite: fix false positive, tweak run stript
Denis Vlasenko
2009-03-20
hush: tweak testsuite
Denis Vlasenko
2009-03-20
hush: fix bug 207 and "hush -c" parameter passing.
Denis Vlasenko
2009-03-20
ash: expand comment
Denis Vlasenko
2009-03-20
hush: fix set [--] params. Closes bug 199.
Denis Vlasenko
2009-03-20
ash: add missing comma in debug scaffolding
Denis Vlasenko
2009-03-20
ash: fix a case where we close wrong descriptor; add debug hack for that
Denis Vlasenko
2009-03-19
ash: DEBUG should be 0 :)
Denis Vlasenko
2009-03-19
ash: fix TRACE commands
Denis Vlasenko
2009-03-19
ash: make evaltree save/restore int suppression depth.
Denis Vlasenko
2009-03-19
doc update
Denis Vlasenko
2009-03-19
ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler
Denis Vlasenko
2009-03-19
ash: tentatively fix bug 189.
Denis Vlasenko
2009-03-19
ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy
Denis Vlasenko
2009-03-09
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-03
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-02-15
ash: make dot command search current directory first, as bash does.
Denis Vlasenko
2008-12-30
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-23
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-15
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
2008-12-03
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-11-28
ash: add FIXME
Denis Vlasenko
2008-11-28
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
2008-11-22
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
Denis Vlasenko
2008-11-21
ash: fix miscalculation of memory needed for eval tree
Denis Vlasenko
2008-10-29
whitespace fixes, no code changes
Denis Vlasenko
2008-10-27
ash: add testcase for bug 5304
Denis Vlasenko
2008-10-27
ash: fix "while kill -0 $child; do true; done" looping forever.
Denis Vlasenko
2008-10-20
dc: conditionalize parts which require libm
Denis Vlasenko
2008-10-20
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-10-14
hush: add TODO
Denis Vlasenko
2008-10-14
hush: next small step towards functions
Denis Vlasenko
[next]