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
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
applets: fix compile-time warning
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-29
ash,kill: use common code for kill applet/builtin
Denis Vlasenko
2007-04-28
ash: fix infinite loop on exit if tty is not there anymore
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
dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)
Denis Vlasenko
2007-04-19
doc: add README on shell job control
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
msh: style fixes
Denis Vlasenko
2007-04-14
lineedit: nuke two unused variables and code which sets them
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
teach find_root_device to deal with /dev/ subdirs
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-13
shell/: add SUSv3 doc for fast & easy reference
Denis Vlasenko
2007-04-12
lash: "forking" applets are actually can be treated the same way as "non-fork...
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-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)
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
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
[prev]
[next]