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
...
|
*
hush: fixes and small shrink for HUSH_JOB!=y
Denys Vlasenko
2011-05-12
1
-10
/
+17
|
*
hush: remove one sigprocmask from exit path
Denys Vlasenko
2011-05-12
1
-4
/
+6
|
*
hush: add forgotten {} in multi-statement if.
Denys Vlasenko
2011-05-12
1
-2
/
+3
|
*
hush: fix login shell's signal handling; add -l option so that it's easier to...
Denys Vlasenko
2011-05-12
1
-32
/
+35
|
*
hush: replace signal handling machinery
Denys Vlasenko
2011-05-11
1
-232
/
+278
|
*
hush: use SA_RESTARTed signal handlers across read.
Denys Vlasenko
2011-05-11
2
-29
/
+42
|
*
hush: add tests for interrupting read
Denys Vlasenko
2011-05-09
5
-4
/
+21
|
*
hush: code shrink
Denys Vlasenko
2011-05-09
1
-59
/
+66
|
*
hush: make read builtin interruptible.
Denys Vlasenko
2011-05-08
3
-7
/
+114
|
*
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-05-08
2
-5
/
+5
|
*
hush: fix incorrect PS2 dispaly and trap handling while reading command
Denys Vlasenko
2011-05-08
1
-5
/
+22
*
|
Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge
Ron Yorston
2012-03-22
4
-36
/
+76
|
\
|
|
*
ash: clear sa_flags always
Ian Wienand
2011-04-16
1
-2
/
+7
|
*
ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)
Denys Vlasenko
2011-04-04
1
-0
/
+12
|
*
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
2011-03-31
3
-3
/
+20
|
*
hush: remove outdated comments
Denys Vlasenko
2011-03-30
1
-5
/
+1
|
*
hush: fix source1.tests
Denys Vlasenko
2011-03-30
1
-27
/
+37
*
|
Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge
Ron Yorston
2012-03-22
6
-99
/
+172
|
\
|
|
*
hush: document a bug about aborting on sourced file error when non-interactive
Denys Vlasenko
2011-03-24
2
-0
/
+15
|
*
hush: make parse errors in sourced file non-fatal in interactive script
Denys Vlasenko
2011-03-24
1
-45
/
+52
|
*
hush: fix a case where return in sourced file has no effect
Denys Vlasenko
2011-03-24
3
-0
/
+9
|
*
ash,hush: recheck LANG before every line input
Denys Vlasenko
2011-03-23
2
-17
/
+31
|
*
ash/hush: shrink help text
Denys Vlasenko
2011-03-08
2
-2
/
+2
|
*
remove stray empty line
Denys Vlasenko
2011-03-07
1
-1
/
+0
|
*
ash/hush: provide help text
Denys Vlasenko
2011-03-07
2
-21
/
+40
|
*
ash: fix execution of shell scripts without shebang
Denys Vlasenko
2011-03-07
1
-10
/
+19
|
*
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
1
-8
/
+8
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
13
-47
/
+220
|
\
|
|
*
slightly better wording in comments
Denys Vlasenko
2011-02-21
2
-4
/
+4
|
*
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-21
5
-12
/
+130
|
*
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
2011-02-14
2
-2
/
+5
|
*
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-08
2
-47
/
+28
|
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
6
-1
/
+26
|
*
ash: optional support for $TMOUT variable
Denys Vlasenko
2011-02-04
1
-0
/
+47
|
*
ash: cosmetic cleanups
Denys Vlasenko
2011-02-04
1
-13
/
+12
|
*
whitespace fixes
Denys Vlasenko
2011-02-03
1
-3
/
+3
|
*
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Denys Vlasenko
2011-02-02
2
-10
/
+10
*
|
Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge
Ron Yorston
2012-03-21
3
-30
/
+42
|
\
|
|
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-0
/
+2
|
*
hush: improve prompt in nested {}s, remove unused in_str->promptme member
Denys Vlasenko
2011-01-18
1
-21
/
+11
|
*
hush: fix "cmd & <newline>" problem
Denys Vlasenko
2011-01-18
1
-5
/
+16
|
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
3
-8
/
+8
|
*
hush: fix wrong prompt problem on empty interactive commants
Denys Vlasenko
2011-01-07
1
-1
/
+10
*
|
Eat trailing CRs as well as LFs when expanding backquotes
Ron Yorston
2012-02-16
1
-1
/
+2
*
|
Replace backslash with forward slash in environment
Ron Yorston
2012-02-16
1
-0
/
+7
*
|
Implement nonblocking wait
Ron Yorston
2012-02-14
1
-3
/
+4
*
|
Create fake HOME environment variable
Ron Yorston
2012-02-09
1
-0
/
+19
*
|
Skip carriage return in read builtin command
Ron Yorston
2012-02-06
1
-1
/
+1
*
|
win32: ash: teach "cd" DOS path separator '\'
Nguyễn Thái Ngọc Duy
2011-01-14
1
-7
/
+8
*
|
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
12
-238
/
+465
|
\
|
[prev]
[next]