index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-03
hush: yet another randomconfig fix
Denis Vlasenko
1
-12
/
+6
2009-04-03
shell/math: randomconfig fix
Denis Vlasenko
2
-6
/
+4
2009-04-03
hush: randomconfig fixes
Denis Vlasenko
1
-46
/
+48
2009-04-03
hush: improve parse_stream: does not require parsing context struct;
Denis Vlasenko
2
-230
/
+268
2009-04-03
hush: simplify parse_stream
Denis Vlasenko
1
-25
/
+23
2009-04-03
hush: fix bug with local environment vars in pipes; simplify parse_stream()
Denis Vlasenko
3
-38
/
+45
2009-04-03
hush: explain parsing context structure
Denis Vlasenko
1
-21
/
+32
2009-04-02
hush: straighten parse_stream() API a bit
Denis Vlasenko
1
-19
/
+24
2009-04-02
trim trailing slashes from specified subdir so we output to the right place
Mike Frysinger
1
-0
/
+1
2009-04-02
hush: rename ->o_quote to ->o_escape
Denis Vlasenko
5
-28
/
+565
2009-04-02
Arithmetic Expansion is supported now in hush, so drop from TODO
Mike Frysinger
1
-1
/
+0
2009-04-02
hush: do not inadvertently parse $((1 + "22")) as ok.
Denis Vlasenko
1
-13
/
+11
2009-04-02
hush: make
Denis Vlasenko
1
-56
/
+164
2009-04-02
shells: do not need to have math state global
Denis Vlasenko
2
-59
/
+50
2009-04-02
fix ash-alias/alias.tests failure
Denis Vlasenko
1
-31
/
+20
2009-04-02
split math code out of ash and into a standalone library so we can use it in ...
Mike Frysinger
6
-726
/
+945
2009-04-01
more of pointless whitespace fixes
Denis Vlasenko
8
-32
/
+31
2009-04-01
dhcpd: remember and record hostnames; optimize get_option
Denis Vlasenko
8
-124
/
+149
2009-04-01
trailing whitespace removal
Denis Vlasenko
7
-11
/
+11
2009-03-31
sendmail: update by Vladimir
Denis Vlasenko
4
-273
/
+129
2009-03-31
hust_test/*: use "$THIS_SH" instead of hush
Denis Vlasenko
7
-52
/
+52
2009-03-31
volumeid: fix bug 249 "findfs finds the wrong partition"
Denis Vlasenko
1
-3
/
+1
2009-03-31
ash: add/improve comments, no code changes
Denis Vlasenko
1
-3
/
+5
2009-03-31
ash: fix $IFS handling in read. closes bug 235
Denis Vlasenko
3
-12
/
+37
2009-03-31
hush: fix wait builtin
Denis Vlasenko
1
-31
/
+99
2009-03-31
libbb: fix typo in comment
Denis Vlasenko
1
-1
/
+1
2009-03-31
hush: don't lie in comment
Denis Vlasenko
1
-2
/
+0
2009-03-31
hush: fix comments, no code changes
Denis Vlasenko
1
-29
/
+36
2009-03-31
hush: make ^C work again, ^Z probably isn't working
Denis Vlasenko
1
-10
/
+24
2009-03-31
hush: do not reset sighaldlers after fork - instead, prevent them from doing ...
Denis Vlasenko
1
-146
/
+59
2009-03-31
hush: rework signal and trap handling. Some smaller bits are TODO,
Denis Vlasenko
1
-208
/
+376
2009-03-30
implement `unset` semantics as required by POSIX
Mike Frysinger
3
-7
/
+92
2009-03-30
fix DOC build output to be like kbuild standard
Mike Frysinger
1
-2
/
+4
2009-03-30
update `trap` poisx link
Mike Frysinger
1
-1
/
+1
2009-03-30
do not automatically display job information when the shell is not interactive
Mike Frysinger
1
-3
/
+5
2009-03-29
enable trap tests
Mike Frysinger
4
-0
/
+0
2009-03-29
first pass at `trap` support in hush
Mike Frysinger
1
-10
/
+129
2009-03-29
modutils: dont pass NULL options to init_module()
Denis Vlasenko
1
-1
/
+1
2009-03-29
build system: hdparm -d is not that dangerous, remove warning
Denis Vlasenko
1
-2
/
+1
2009-03-29
sendmail: add more example in usage text
Denis Vlasenko
1
-12
/
+16
2009-03-29
module loading for 2.4: use fd-based io instead of FILE based;
Denis Vlasenko
1
-35
/
+27
2009-03-29
add test cases for `trap` ... but disabled for now until trap support is comm...
Mike Frysinger
8
-0
/
+72
2009-03-29
sysctl: move code around to get rid of forward references.
Denis Vlasenko
1
-108
/
+101
2009-03-29
sysctl: fix broken -p [file] - close bug 231
Denis Vlasenko
1
-4
/
+9
2009-03-29
mark msh as deprecated
Mike Frysinger
1
-2
/
+5
2009-03-29
use bb_strtou() in umask/wait and check errno to see if there was a problem r...
Mike Frysinger
1
-7
/
+4
2009-03-29
make sure we check job status whenever updating the prompt
Mike Frysinger
1
-1
/
+3
2009-03-28
test for invalid named variables
Mike Frysinger
2
-0
/
+7
2009-03-28
do not let handle_dollar() accept vars that start with a digit
Mike Frysinger
1
-4
/
+18
2009-03-28
implement `wait` builtin
Mike Frysinger
1
-0
/
+35
[next]