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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Mike Frysinger
2005-07-27
1
-1
/
+1
*
revert 10881, and refix by changing "if (vallen)" to "if (val)". this
Paul Fox
2005-07-21
1
-2
/
+3
*
applying fix for:
Paul Fox
2005-07-20
1
-2
/
+1
*
applyinf fix for:
Paul Fox
2005-07-20
1
-1
/
+1
*
applying fix from:
Paul Fox
2005-07-20
1
-11
/
+22
*
applying:
Paul Fox
2005-07-19
1
-2
/
+2
*
This one's from me. Fix ash "standalone shell".
Rob Landley
2005-05-07
1
-21
/
+7
*
Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to tra...
Mike Frysinger
2005-03-04
1
-5
/
+11
*
- no need to check if JOBS is defined. Config.in ensures it.
Ned Ludd
2005-02-10
1
-7
/
+6
*
- add ash read -t timeout support. initial code provided by Tim Yamin on Oct/...
Ned Ludd
2005-02-09
2
-3
/
+74
*
Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works
Eric Andersen
2004-10-08
1
-4
/
+4
*
Hiroshi Ito writes:
Eric Andersen
2004-10-08
1
-0
/
+1
*
egor duda writes:
Eric Andersen
2004-10-08
2
-5
/
+11
*
Fix a typo
Glenn L McGrath
2004-09-24
1
-2
/
+2
*
A bit of extra explanation regarding STANDALONE
Eric Andersen
2004-09-24
1
-0
/
+5
*
Patrick Huesmann noticed BusyBox would not link when
Eric Andersen
2004-09-08
1
-0
/
+2
*
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
*
Patch from Vladimir N. Oleynik:
Eric Andersen
2004-08-19
2
-1
/
+2
*
Joe.C writes:
Eric Andersen
2004-08-16
1
-0
/
+1
*
Patch from Tito to fix warnings about redifined functionions barrier and likely.
Glenn L McGrath
2004-08-06
1
-9
/
+9
*
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
*
Paul Whittaker writes:
Eric Andersen
2004-07-24
1
-0
/
+1
*
Patch from Jean Wolter, fixes compiler warning when ASH_ALIAS is
Glenn L McGrath
2004-07-21
1
-27
/
+27
*
Fix compile error when math support disabled.
Glenn L McGrath
2004-06-25
1
-1
/
+2
*
Stupidity-1, Erik-0
Eric Andersen
2004-06-22
1
-1
/
+1
*
Bastian Blank notices a couple of int64_ts that should have
Eric Andersen
2004-06-22
1
-2
/
+1
*
Patch from Bastian Blank:
Eric Andersen
2004-06-22
2
-12
/
+31
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
4
-19
/
+19
*
Wolfgang Denk writes:
Eric Andersen
2004-04-12
1
-1
/
+1
*
Peter Milne writes:
Eric Andersen
2004-04-12
1
-3
/
+22
*
Jamie Guinan writes:
Eric Andersen
2004-04-12
2
-3
/
+3
*
Fix spelling. "sort of" is two words.
Eric Andersen
2004-04-12
1
-1
/
+1
*
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
Eric Andersen
2004-04-07
5
-40
/
+8
*
Per suggestion by Pawel Sakowski, fix the dash_arith() prototype
Eric Andersen
2004-04-05
1
-2
/
+2
*
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2004-03-27
3
-3
/
+3
*
Patch from vodz to fix the dynamic vars patch, which I should not
Eric Andersen
2004-03-16
2
-75
/
+97
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
7
-90
/
+90
*
Fix some goofy formatting
Eric Andersen
2004-03-12
1
-4
/
+3
*
Paul Mundt, lethal at linux-sh dot org writes:
Eric Andersen
2004-03-11
1
-14
/
+54
*
Patch by Felipe Kellermann to fix a compiler compatability problem
Glenn L McGrath
2004-03-05
1
-6
/
+6
*
Vodz. last_patch_128
Glenn L McGrath
2004-02-22
1
-6
/
+8
*
Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.
Manuel Novoa III
2004-02-18
1
-1
/
+1
*
oops. Leave the default feature set enbled for now...
Eric Andersen
2004-02-10
1
-2
/
+2
*
Initial effort at disabling job control as well
Eric Andersen
2004-02-10
1
-6
/
+35
*
Support disabling pipe and redirect support
Eric Andersen
2004-02-10
1
-40
/
+67
*
Patch from vodz, based on bug report from Richard Kojedzinszky:
Eric Andersen
2004-02-06
1
-3
/
+1
*
Vodz last_patch_125_2, this patch have:
Glenn L McGrath
2004-02-04
2
-15
/
+66
*
Fix compile error when tab completion disabled
Glenn L McGrath
2004-01-25
1
-1
/
+1
[next]