index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell
/
hush.c
Age
Commit message (
Expand
)
Author
2007-05-14
hush: move towards more correct variable expansion
Denis Vlasenko
2007-05-13
hush: fix '{ false; echo $?; }' bug.
Denis Vlasenko
2007-05-11
hush: fix bug in interactive shell introduced yesterday
Denis Vlasenko
2007-05-10
hush: fix "unterminated last line loops forever" bug
Denis Vlasenko
2007-05-10
hush: fix recent breakage (VAR=VAL stopped working)
Denis Vlasenko
2007-05-06
hush: fix double-free in "echo TEST &"
Denis Vlasenko
2007-05-05
hush: stop generating extra empty pipes in parse stage.
Denis Vlasenko
2007-05-05
hush: preparatory patch for removing extra empty pipes generation
Denis Vlasenko
2007-05-04
hush: fix "while true; do true; done" + ctrl-z
Denis Vlasenko
2007-05-04
hush: add parse tree debug print
Denis Vlasenko
2007-05-03
hush: fix "true | exit 3; echo $?" bug
Denis Vlasenko
2007-05-02
hush: remove env builtin (it is buggy). Add comments
Denis Vlasenko
2007-05-02
hush: simplify debugging prints a little bit
Denis Vlasenko
2007-05-02
hush: add debugging for tracing execution,
Denis Vlasenko
2007-05-02
hush: fix incorrect exitcodes without job control
Denis Vlasenko
2007-04-28
hush: make job control and interactiveness configurable, part 2
Denis Vlasenko
2007-04-28
hush: make job control and interactiveness configurable, part 1
Denis Vlasenko
2007-04-28
hush: make hush properly detect EOF on stdin (even interactive one -
Denis Vlasenko
2007-04-28
hush: add Ctrl-C handling to nofork case
Denis Vlasenko
2007-04-28
hush: better signal handling across ctrl-z
Denis Vlasenko
2007-04-28
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
2007-04-28
hush: add ctrl-Z handling for nofork'ed case
Denis Vlasenko
2007-04-21
hush: make Ctrl-Z work (at least sometimes)
Denis Vlasenko
2007-04-21
hust: add a comment
Denis Vlasenko
2007-04-21
hush: fix more backgrounding bugs. Plenty of them remains still.
Denis Vlasenko
2007-04-21
hush: explain why "pipe; exit $?" doesn't show correct exitcode
Denis Vlasenko
2007-04-21
hush: do not print message if killed by signal;
Denis Vlasenko
2007-04-21
hush: begin fixing non-functional job control
Denis Vlasenko
2007-04-20
hush: small code shrink; style fixes
Denis Vlasenko
2007-04-19
ps: add -o tty and -o rss support
Denis Vlasenko
2007-04-18
hush: remove stray semicolon (should change nothing)
Denis Vlasenko
2007-04-16
shells: remove few statics and duplicated code
Denis Vlasenko
2007-04-16
style fixes, no code changes
Denis Vlasenko
2007-04-14
lash: recognize and use NOFORK applets
Denis Vlasenko
2007-04-14
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-13
hush: more style fixes.
Denis Vlasenko
2007-04-13
hush: comment out and replace bug in set_local_var:
Denis Vlasenko
2007-04-12
fix realloc-of-non-malloced pointer, and reduce size while at it
Denis Vlasenko
2007-04-12
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
style fixes, no code changes.
Denis Vlasenko
2007-04-11
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-10
Rename two config options:
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-03-24
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-02-11
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
assorted fixes for bugs found with randomconfig
Denis Vlasenko
2007-01-30
hush: style fixes
Denis Vlasenko
2007-01-30
hush: now it's -Wwrite-strings clean
Denis Vlasenko
[prev]
[next]