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
/
shell
/
bbsh.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-06-08
test: fix thinko in previous commit
Denis Vlasenko
1
-1
/
+1
2007-06-08
test: recognize /path/to/[ case too
Denis Vlasenko
1
-14
/
+19
2007-06-08
- Add a FAQ entry on "how do i cross compile busybox"
Bernhard Reutner-Fischer
1
-0
/
+16
2007-06-07
- add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
Bernhard Reutner-Fischer
1
-0
/
+1
2007-06-07
awk: experimentally modify "global" trick to make code smaller
Denis Vlasenko
1
-50
/
+53
2007-06-07
- update defconfig
Bernhard Reutner-Fischer
1
-2
/
+24
2007-06-07
- i need this disabled code for testing a patch. Please leave it in.
Bernhard Reutner-Fischer
1
-0
/
+18
2007-06-06
- fix wrong not operator which was essentially ignored. got introduced in r18282
Bernhard Reutner-Fischer
1
-1
/
+1
2007-06-06
awk: move all data to malloc space
Denis Vlasenko
2
-159
/
+234
2007-06-06
echo: fix non-fancy echo
Denis Vlasenko
1
-1
/
+1
2007-06-06
ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)
Denis Vlasenko
3
-29
/
+59
2007-06-05
remove bashisms from testsuite
Denis Vlasenko
1
-3
/
+3
2007-06-05
nc: make connecting to IPv4 from IPv6-enabled hosts easier
Denis Vlasenko
3
-24
/
+38
2007-06-05
- kiltedknight writes: Busybox incorrectly parses a line from the status file...
Bernhard Reutner-Fischer
1
-2
/
+2
2007-06-05
- fix typo in error message. Closes #1308
Bernhard Reutner-Fischer
1
-1
/
+1
2007-06-04
uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>
Denis Vlasenko
3
-28
/
+56
2007-06-04
snprintf(... "%s"...) => safe_strncpy
Denis Vlasenko
1
-3
/
+6
2007-06-04
syslogd: move some vectors from data to text. Needs uclibc patch
Denis Vlasenko
1
-4
/
+4
2007-06-04
diff: stop using data/bss
Denis Vlasenko
2
-50
/
+79
2007-06-04
ping: stop using data/bss
Denis Vlasenko
1
-18
/
+44
2007-06-04
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
21
-134
/
+140
2007-06-03
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
4
-18
/
+25
2007-06-02
start 1.7.x version
Denis Vlasenko
1
-2
/
+2
2007-06-02
fdisk: make it work with big disks (read: typical today's disks)
Denis Vlasenko
1
-83
/
+58
2007-06-01
website: announce 1.6.0
Denis Vlasenko
2
-13
/
+125
2007-05-31
less: less <HUGEFILE + [End] busy loops, fix it
Denis Vlasenko
1
-1
/
+3
2007-05-31
less: forgot trivial #if ENABLE_xxxx
Denis Vlasenko
1
-0
/
+2
2007-05-31
delete tons of extra #includes
Denis Vlasenko
59
-176
/
+68
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
16
-83
/
+23
2007-05-31
more: stop using bss
Denis Vlasenko
2
-13
/
+29
2007-05-31
less: fix very obscure memory corruption bug
Denis Vlasenko
1
-7
/
+38
2007-05-31
less: stop using data/bss. Code got smaller too.
Denis Vlasenko
1
-47
/
+82
2007-05-30
nmeter: stop using data/bss; reduce amount of reads from /proc
Denis Vlasenko
1
-48
/
+89
2007-05-30
vi: move some data to malloc'ed space: ~500 less bss, code
Denis Vlasenko
1
-42
/
+68
2007-05-30
hush: trivial buglet found by randomconfig testing
Denis Vlasenko
1
-0
/
+2
2007-05-30
whitespace fixes
Denis Vlasenko
29
-82
/
+82
2007-05-29
verror_msg: don't printf(NULL)
Denis Vlasenko
1
-3
/
+8
2007-05-27
test: close bug 1371
Denis Vlasenko
1
-5
/
+10
2007-05-27
ping: fix wrong sign extension of packet id (bug 1373)
Denis Vlasenko
1
-2
/
+2
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
251
-269
/
+270
2007-05-26
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
9
-36
/
+35
2007-05-26
- fix typo in help text and fix punctuation
Bernhard Reutner-Fischer
1
-4
/
+4
2007-05-25
hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.
Denis Vlasenko
1
-6
/
+18
2007-05-25
hush: avoid duplicating HUSH_VERSION
Denis Vlasenko
1
-15
/
+16
2007-05-25
hush: micro-optimization in new variable code
Denis Vlasenko
1
-5
/
+5
2007-05-25
hush: we can't do without variable->value member, saving 25 bytes of code
Denis Vlasenko
1
-42
/
+38
2007-05-25
hush: rework variable storage and environment handling.
Denis Vlasenko
4
-167
/
+238
2007-05-24
hush: update README with yet another failure case
Denis Vlasenko
1
-0
/
+5
2007-05-24
hush: fix segfaulting syntax error in interactive hush
Denis Vlasenko
1
-23
/
+29
2007-05-24
hush: improve 2 testsuite tests
Denis Vlasenko
4
-2
/
+17
[next]