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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
msh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-20
1
-23
/
+23
*
add STANDALONE support
Mike Frysinger
2007-03-09
1
-5
/
+73
*
clean up accumulated whitespace damage
Denis Vlasenko
2007-03-07
1
-1
/
+1
*
msh: fix my buglet
Denis Vlasenko
2007-02-09
1
-5
/
+8
*
find: support for !
Denis Vlasenko
2007-02-04
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
msh: cleaning up for -Wwrite-strings part #4
Denis Vlasenko
2007-02-01
1
-270
/
+287
*
msh: cleaning up for -Wwrite-strings part #3
Denis Vlasenko
2007-02-01
1
-61
/
+57
*
msh: cleaning up for -Wwrite-strings part #2
Denis Vlasenko
2007-02-01
1
-675
/
+648
*
msh: cleaning up for -Wwrite-strings
Denis Vlasenko
2007-02-01
1
-196
/
+236
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
1
-14
/
+14
*
cmdedit is not a 'command' editing anymore, it's just editing (generic),
Denis Vlasenko
2007-01-22
1
-14
/
+14
*
Convert cmdedit into more generic line input facility
Denis Vlasenko
2007-01-22
1
-10
/
+16
*
stty: fix width of a field for ppc32
Denis Vlasenko
2007-01-01
1
-2
/
+5
*
msh: double "static char line[LINELIM]" etc deleted.
Denis Vlasenko
2007-01-01
1
-87
/
+138
*
random tiny size savings
Denis Vlasenko
2006-12-24
1
-5
/
+3
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-1
/
+1
*
style cleanup: return(a) -> return a, part 2
Denis Vlasenko
2006-11-27
1
-139
/
+140
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-89
/
+89
*
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-11-18
1
-1
/
+1
*
remove duplicate flag decls
Mike Frysinger
2006-11-15
1
-3
/
+3
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-3
/
+3
*
Make a warning go away when standalone shell is disabled.
Rob Landley
2006-08-10
1
-9
/
+8
*
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-12
1
-40
/
+1
*
Get rid of all "#if 0" content.
"Robert P. J. Day"
2006-07-01
1
-44
/
+0
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-212
/
+207
*
dont setpgrp() for now as it breaks system() and that is more important than ...
Mike Frysinger
2006-06-26
1
-4
/
+0
*
- convert old-style parameter declarations (K&R) to modern style.
Bernhard Reutner-Fischer
2006-06-25
1
-310
/
+151
*
assign default debug level to the MSHDEBUG define
Mike Frysinger
2006-06-20
1
-2
/
+1
*
Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.
Rob Landley
2006-06-14
1
-2
/
+1
*
make the default prompt suck less when using fancy prompts
Mike Frysinger
2006-06-06
1
-2
/
+11
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-02
1
-1
/
+1
*
use xmalloc()
Mike Frysinger
2006-06-02
1
-1
/
+1
*
- use portability wrapper define bb_setpgrp.
Bernhard Reutner-Fischer
2006-05-26
1
-1
/
+1
*
didnt mean to commit debug enable
Mike Frysinger
2006-05-05
1
-1
/
+1
*
use %p when printing pointers, not %x
Mike Frysinger
2006-05-05
1
-52
/
+54
*
fix Bug 659 as reported by Robin Getz
Mike Frysinger
2006-05-05
1
-0
/
+4
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
moved BB_BANNER to applets/version.c file: make kernel like version,
"Vladimir N. Oleynik"
2006-02-16
1
-2
/
+2
*
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-1
/
+1
*
just whitespace
Tim Riker
2006-01-25
1
-3
/
+3
*
data --> text
"Vladimir N. Oleynik"
2005-10-17
1
-7
/
+7
*
usage bb_dev_null
"Vladimir N. Oleynik"
2005-10-12
1
-1
/
+1
*
Reduce exported from msh applet
"Vladimir N. Oleynik"
2005-09-22
1
-5
/
+6
*
applyinf fix for:
Paul Fox
2005-07-20
1
-1
/
+1
*
Jonas Holmberg from axis dot com writes:
Eric Andersen
2004-09-02
1
-22
/
+46
*
Quiet a few warnings
Eric Andersen
2004-08-27
1
-19
/
+1
*
Michael Leibow, MichaelLe at belkin.com writes:
Eric Andersen
2004-08-04
1
-375
/
+1056
*
Run msh through indent
Eric Andersen
2004-08-04
1
-1313
/
+1164
[next]