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
2009-04-04
hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting
Denis Vlasenko
2009-03-09
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2008-07-21
- fix spelling
Bernhard Reutner-Fischer
2008-07-20
msh: fix "while...continue" bug 3884.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-09
msh: style cleanups. No code changes.
Denis Vlasenko
2008-05-30
msh: fix the case where the file has exec bit but can't be run directly
Denis Vlasenko
2008-05-19
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-14
fix by Jie Zhang for exit status and POSIX compliance:
Mike Frysinger
2008-04-15
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-03-24
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
lpr: add more accurate comments
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-02
msh: a few fields renamed; short->int conversion for a field
Denis Vlasenko
2008-03-02
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
msh: renames: ->words => ->op_words, space() => get_space()
Denis Vlasenko
2008-03-01
msh: fix for bug 846 ("break" didn't work second time)
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-20
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2008-02-12
msh: stop trying to parse variables in "msh SCRIPT VAR=val param".
Denis Vlasenko
2008-02-12
msh: instead of fixing "ls | cd", "cd | ls" etc just disallow
Denis Vlasenko
2008-02-12
msh: shrink, mainly by using smallints
Denis Vlasenko
2008-02-11
msh: do not run pipes where last command is a builtin
Denis Vlasenko
2008-02-02
msh: also handle EOF/read errors correctly
Denis Vlasenko
2008-02-02
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-01-28
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-02
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2007-12-16
msh: reduce global data/bss usage
Denis Vlasenko
2007-12-02
attack the biggest stack users:
Denis Vlasenko
2007-11-28
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
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
[next]