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