index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
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
2007-04-10
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-09
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
Denis Vlasenko
2007-04-09
msh: smallish code shrinkage; cosmetics
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-03-31
lash: make -c work; crush buffer overrun and free of non-malloced ptr
Denis Vlasenko
2007-03-31
lash: style cleanup
Denis Vlasenko
2007-03-27
make pidfile writing configurable.
Denis Vlasenko
2007-03-24
inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)
Denis Vlasenko
2007-03-24
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-03-24
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
[prev]
[next]