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
*
msh: style cleanups. No code changes.
Denis Vlasenko
2008-06-09
1
-25
/
+23
*
msh: fix the case where the file has exec bit but can't be run directly
Denis Vlasenko
2008-05-30
1
-6
/
+13
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-3
/
+3
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-4
/
+4
*
fix by Jie Zhang for exit status and POSIX compliance:
Mike Frysinger
2008-05-14
1
-1
/
+1
*
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-04-15
1
-1
/
+2
*
*: whitespace fixes, no code changes
Denis Vlasenko
2008-03-24
1
-1
/
+1
*
lpr: add more accurate comments
Denis Vlasenko
2008-03-24
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-23
/
+23
*
msh: a few fields renamed; short->int conversion for a field
Denis Vlasenko
2008-03-02
1
-60
/
+59
*
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-03-02
1
-122
/
+9
*
msh: renames: ->words => ->op_words, space() => get_space()
Denis Vlasenko
2008-03-02
1
-107
/
+99
*
msh: fix for bug 846 ("break" didn't work second time)
Denis Vlasenko
2008-03-01
1
-85
/
+119
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-20
1
-4
/
+5
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-5
/
+3
*
msh: stop trying to parse variables in "msh SCRIPT VAR=val param".
Denis Vlasenko
2008-02-12
1
-10
/
+13
*
msh: instead of fixing "ls | cd", "cd | ls" etc just disallow
Denis Vlasenko
2008-02-12
1
-95
/
+85
*
msh: shrink, mainly by using smallints
Denis Vlasenko
2008-02-12
1
-61
/
+57
*
msh: do not run pipes where last command is a builtin
Denis Vlasenko
2008-02-11
1
-42
/
+41
*
msh: also handle EOF/read errors correctly
Denis Vlasenko
2008-02-02
1
-4
/
+4
*
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-02-02
1
-1
/
+3
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
1
-4
/
+6
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-1
/
+1
*
msh: reduce global data/bss usage
Denis Vlasenko
2007-12-16
1
-228
/
+225
*
attack the biggest stack users:
Denis Vlasenko
2007-12-02
1
-1
/
+14
*
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-11-28
1
-8
/
+8
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-5
/
+5
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-5
/
+4
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-3
/
+3
*
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
1
-3
/
+3
*
remove nearly-duplicate PATHs in several places
Denis Vlasenko
2007-06-12
1
-2
/
+2
*
A few more string duplicates found & eliminated
Denis Vlasenko
2007-06-12
1
-2
/
+2
*
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-06-08
1
-1
/
+1
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-4
/
+4
*
msh: fix obscure case with backticks and closed fd 1
Denis Vlasenko
2007-05-09
1
-7
/
+12
*
shells: remove few statics and duplicated code
Denis Vlasenko
2007-04-16
1
-20
/
+16
*
msh: style fixes
Denis Vlasenko
2007-04-14
1
-6
/
+4
*
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
1
-34
/
+33
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
1
-1
/
+0
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
1
-12
/
+12
*
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
Rename two config options:
Denis Vlasenko
2007-04-10
1
-3
/
+3
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
msh: smallish code shrinkage; cosmetics
Denis Vlasenko
2007-04-09
1
-68
/
+58
*
make pidfile writing configurable.
Denis Vlasenko
2007-03-27
1
-5
/
+5
*
inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)
Denis Vlasenko
2007-03-24
1
-43
/
+61
*
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
2007-03-24
1
-9
/
+8
*
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-20
1
-23
/
+23
[next]