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
*
hush: simplify debugging prints a little bit
Denis Vlasenko
2007-05-02
1
-62
/
+61
*
hush: add debugging for tracing execution,
Denis Vlasenko
2007-05-02
1
-2
/
+33
*
hush: fix incorrect exitcodes without job control
Denis Vlasenko
2007-05-02
1
-14
/
+9
*
ash,kill: use common code for kill applet/builtin
Denis Vlasenko
2007-04-29
1
-92
/
+27
*
ash: fix infinite loop on exit if tty is not there anymore
Denis Vlasenko
2007-04-28
2
-1
/
+8
*
hush: make job control and interactiveness configurable, part 2
Denis Vlasenko
2007-04-28
2
-52
/
+99
*
hush: make job control and interactiveness configurable, part 1
Denis Vlasenko
2007-04-28
2
-14
/
+111
*
hush: make hush properly detect EOF on stdin (even interactive one -
Denis Vlasenko
2007-04-28
1
-5
/
+8
*
hush: add Ctrl-C handling to nofork case
Denis Vlasenko
2007-04-28
1
-3
/
+15
*
hush: better signal handling across ctrl-z
Denis Vlasenko
2007-04-28
1
-87
/
+127
*
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
2007-04-28
1
-23
/
+17
*
hush: add ctrl-Z handling for nofork'ed case
Denis Vlasenko
2007-04-28
1
-13
/
+82
*
hush: make Ctrl-Z work (at least sometimes)
Denis Vlasenko
2007-04-21
2
-176
/
+229
*
hust: add a comment
Denis Vlasenko
2007-04-21
1
-0
/
+4
*
hush: fix more backgrounding bugs. Plenty of them remains still.
Denis Vlasenko
2007-04-21
2
-11
/
+29
*
hush: explain why "pipe; exit $?" doesn't show correct exitcode
Denis Vlasenko
2007-04-21
2
-12
/
+21
*
hush: do not print message if killed by signal;
Denis Vlasenko
2007-04-21
1
-122
/
+115
*
hush: begin fixing non-functional job control
Denis Vlasenko
2007-04-21
2
-72
/
+204
*
hush: small code shrink; style fixes
Denis Vlasenko
2007-04-20
2
-51
/
+58
*
dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)
Denis Vlasenko
2007-04-19
1
-2
/
+68
*
doc: add README on shell job control
Denis Vlasenko
2007-04-19
1
-0
/
+237
*
ps: add -o tty and -o rss support
Denis Vlasenko
2007-04-19
1
-1
/
+1
*
hush: remove stray semicolon (should change nothing)
Denis Vlasenko
2007-04-18
1
-3
/
+3
*
shells: remove few statics and duplicated code
Denis Vlasenko
2007-04-16
2
-42
/
+28
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
1
-1
/
+2
*
msh: style fixes
Denis Vlasenko
2007-04-14
2
-6
/
+10
*
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
1
-34
/
+33
*
lash: recognize and use NOFORK applets
Denis Vlasenko
2007-04-14
2
-44
/
+46
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-14
3
-28
/
+24
*
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
1
-1
/
+2
*
hush: more style fixes.
Denis Vlasenko
2007-04-13
1
-64
/
+66
*
hush: comment out and replace bug in set_local_var:
Denis Vlasenko
2007-04-13
1
-44
/
+46
*
shell/: add SUSv3 doc for fast & easy reference
Denis Vlasenko
2007-04-13
1
-0
/
+0
*
lash: "forking" applets are actually can be treated the same way as "non-fork...
Denis Vlasenko
2007-04-12
1
-42
/
+27
*
fix realloc-of-non-malloced pointer, and reduce size while at it
Denis Vlasenko
2007-04-12
2
-15
/
+15
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
3
-15
/
+15
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
2
-18
/
+18
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
2
-4
/
+2
*
ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
style fixes, no code changes.
Denis Vlasenko
2007-04-11
2
-2
/
+2
*
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-11
4
-4
/
+4
*
Rename two config options:
Denis Vlasenko
2007-04-10
5
-11
/
+11
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
2
-2
/
+2
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
2
-6
/
+6
*
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-10
1
-1
/
+1
*
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
Denis Vlasenko
2007-04-09
1
-52
/
+7
*
msh: smallish code shrinkage; cosmetics
Denis Vlasenko
2007-04-09
1
-68
/
+58
*
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
2
-4
/
+10
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-2
/
+2
*
lash: make -c work; crush buffer overrun and free of non-malloced ptr
Denis Vlasenko
2007-03-31
1
-9
/
+6
[next]