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
/
msh.c
Age
Commit message (
Expand
)
Author
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-13
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-12
remove nearly-duplicate PATHs in several places
Denis Vlasenko
2007-06-12
A few more string duplicates found & eliminated
Denis Vlasenko
2007-06-08
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-09
msh: fix obscure case with backticks and closed fd 1
Denis Vlasenko
2007-04-16
shells: remove few statics and duplicated code
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-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
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-09
msh: smallish code shrinkage; cosmetics
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
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
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
[next]