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
*
Merge branch 'busybox' into merge
Ron Yorston
2017-05-29
9
-62
/
+77
|
\
|
*
ash: fix incorrect path in describe_command
Youfu Zhang
2017-05-26
1
-13
/
+3
|
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
7
-10
/
+34
|
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
4
-14
/
+14
|
*
ash: implement "exec -a ARGV0 CMD ARGV1..."
Denys Vlasenko
2017-04-12
1
-7
/
+15
|
*
ash: make shellexec capable of using separate argv[0] and filename to exec
Denys Vlasenko
2017-04-12
1
-11
/
+10
|
*
libbb: GETOPT_RESET macro
Kaarle Ritvanen
2017-04-12
1
-7
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
8
-603
/
+1010
|
\
|
|
*
ash: add INT_OFF/ON around allocations
Denys Vlasenko
2017-02-03
1
-2
/
+4
|
*
ash: improve / fix glob expansion
Felix Fietkau
2017-01-31
1
-17
/
+54
|
*
wget: add a big explanation what TLS code implements and what does not
Denys Vlasenko
2017-01-30
1
-3
/
+3
|
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
2
-3
/
+5
|
*
sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK
Denys Vlasenko
2017-01-26
1
-17
/
+5
|
*
ash: commented-out possible fix for 7694
Denys Vlasenko
2017-01-11
1
-4
/
+79
|
*
ash: 16-bit ->nprocs field is a pain for many CPUs
Denys Vlasenko
2017-01-11
1
-3
/
+4
|
*
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
1
-1
/
+1
|
*
hush: reinstate [[ builtin
Denys Vlasenko
2017-01-11
1
-0
/
+3
|
*
hush: split bash compatible extensions into separate defines. No code changes
Kang-Che Sung
2017-01-11
1
-29
/
+44
|
*
ash: split bash compatible extensions into separate defines. No code changes
Denys Vlasenko
2017-01-11
1
-74
/
+101
|
*
hush: shorten output of "help" builtin
Denys Vlasenko
2017-01-10
1
-9
/
+12
|
*
hush: reorder builtins (cd and pwd ought to be close, etc), no code changes
Denys Vlasenko
2017-01-10
1
-297
/
+295
|
*
ash: revert "make dot command search current directory first"
Denys Vlasenko
2017-01-10
1
-9
/
+0
|
*
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
Denys Vlasenko
2017-01-10
2
-14
/
+28
|
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
2
-102
/
+51
|
*
hush: make echo builtin optional
Denys Vlasenko
2017-01-09
1
-9
/
+20
|
*
ash: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
1
-2
/
+4
|
*
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
5
-2
/
+36
|
*
hush: global_args_malloced is used only if set builtin is enabled
Denys Vlasenko
2017-01-09
1
-9
/
+14
|
*
hush: fix 'defined but not used' warning
Denys Vlasenko
2017-01-09
1
-0
/
+2
|
*
hush: remove redundand test for ENABLE_HUSH_JOB
Denys Vlasenko
2017-01-09
1
-3
/
+1
|
*
hush: fix kill builtin without jobs support
Denys Vlasenko
2017-01-09
1
-12
/
+8
|
*
typo fix
Denys Vlasenko
2017-01-09
1
-1
/
+1
|
*
hush: conditionalize print_escaped() on EXPORT || TRAP
Denys Vlasenko
2017-01-08
1
-0
/
+2
|
*
hush: make memleak builtin optional
Denys Vlasenko
2017-01-08
1
-4
/
+13
|
*
hush: make export builtin optional
Denys Vlasenko
2017-01-08
1
-11
/
+26
|
*
hush: make umask builtin optional
Denys Vlasenko
2017-01-08
1
-0
/
+13
|
*
hush: make set/unset builtins optional
Denys Vlasenko
2017-01-08
1
-5
/
+35
|
*
hush: make read and trap builtins optional
Denys Vlasenko
2017-01-08
1
-71
/
+118
|
*
hush: kill builtin and kill %jobspec support
Denys Vlasenko
2017-01-08
1
-4
/
+130
|
*
hush: support %%, %+ and % jobspec (meaning "current job")
Denys Vlasenko
2017-01-08
1
-9
/
+21
*
|
ash: make the noconsole option configurable at build time
Ron Yorston
2017-02-07
1
-4
/
+20
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-08
6
-5
/
+72
|
\
|
|
*
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2017-01-07
5
-4
/
+39
|
*
ash: explicltly group ash options
Kang-Che Sung
2017-01-06
2
-0
/
+11
|
*
shell: clarify help text of CONFIG_{SH,BASH}_IS_* options
Kang-Che Sung
2017-01-04
1
-1
/
+22
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
9
-229
/
+275
|
\
|
|
*
hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
Denys Vlasenko
2017-01-03
1
-2
/
+7
|
*
ash: fix error code regression
Ron Yorston
2017-01-03
5
-2
/
+38
|
*
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-23
5
-110
/
+93
|
*
shell: move "config" blocks above their use in coditional includes
Denys Vlasenko
2016-12-22
2
-111
/
+110
[next]