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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-23
libbb/xfuncs.c: workaround vsnprintf(NULL, 0) on Windows
Nguyễn Thái Ngọc Duy
1
-15
/
+23
2009-04-23
libbb/message.c: convert /dev/null to NUL
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2009-04-23
libbb/execable: make find_execable() recognize semicolon as path separator in...
Nguyễn Thái Ngọc Duy
1
-0
/
+7
2009-04-23
libbb/dump.c: _argv is already defined by stdlib.h
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2009-04-23
redefine CONFIG_BUSYBOX_EXEC_PATH to get full path
Nguyễn Thái Ngọc Duy
3
-0
/
+12
2009-04-23
applets: recognize baskslash as path separator when looking for basename
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2009-04-23
adapt it to be buildable
Nguyễn Thái Ngọc Duy
16
-7
/
+105
2009-04-23
Kbuild/Config.in: add CONFIG_MINGW and imported files to build system
Nguyễn Thái Ngọc Duy
3
-17
/
+41
2009-04-23
trylink: link with ws2_32, required by MinGW compatibility layer
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2009-04-23
update imported git files to adapt to new environment
Nguyễn Thái Ngọc Duy
13
-80
/
+124
2009-04-23
mingw.c: prefer busybox sh instead
Nguyễn Thái Ngọc Duy
1
-1
/
+35
2009-04-23
mingw.c: general cleanup and new missing functions
Nguyễn Thái Ngọc Duy
2
-9
/
+41
2009-04-23
mingw.c: make fopen support /dev/null (needed for cmp iirc)
Nguyễn Thái Ngọc Duy
2
-0
/
+11
2009-04-23
mingw_spawnve(): transfer O_APPEND attribute to child processes
Nguyễn Thái Ngọc Duy
2
-0
/
+69
2009-04-23
path_lookup(): look for .exe in absolute path too
Nguyễn Thái Ngọc Duy
1
-1
/
+8
2009-04-23
mingw_getcwd(): pointer can be NULL
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2009-04-23
mingw_utime(): times can be NULL
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2009-04-23
import (unchanged) git files from e56b799d6ad8afba4168fffa7218d44c041a72d2
Nguyễn Thái Ngọc Duy
19
-0
/
+9647
2009-04-23
fixes up to 1.6.1
Nguyễn Thái Ngọc Duy
10
-47
/
+63
2007-06-02
fdisk: make it work with big disks (read: typical today's disks)
vda
1
-83
/
+58
2007-06-01
website: announce 1.6.0
vda
2
-13
/
+125
2007-05-31
less: less <HUGEFILE + [End] busy loops, fix it
vda
1
-1
/
+3
2007-05-31
less: forgot trivial #if ENABLE_xxxx
vda
1
-0
/
+2
2007-05-31
delete tons of extra #includes
vda
59
-176
/
+68
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
vda
16
-83
/
+23
2007-05-31
more: stop using bss
vda
2
-13
/
+29
2007-05-31
less: fix very obscure memory corruption bug
vda
1
-7
/
+38
2007-05-31
less: stop using data/bss. Code got smaller too.
vda
1
-47
/
+82
2007-05-30
nmeter: stop using data/bss; reduce amount of reads from /proc
vda
1
-48
/
+89
2007-05-30
vi: move some data to malloc'ed space: ~500 less bss, code
vda
1
-42
/
+68
2007-05-30
hush: trivial buglet found by randomconfig testing
vda
1
-0
/
+2
2007-05-30
whitespace fixes
vda
29
-82
/
+82
2007-05-29
verror_msg: don't printf(NULL)
vda
1
-3
/
+8
2007-05-27
test: close bug 1371
vda
1
-5
/
+10
2007-05-27
ping: fix wrong sign extension of packet id (bug 1373)
vda
1
-2
/
+2
2007-05-26
usage.c: remove reference to busybox.h
vda
251
-269
/
+270
2007-05-26
xpipe: introduce (saves ~170 bytes)
vda
9
-36
/
+35
2007-05-26
- fix typo in help text and fix punctuation
aldot
1
-4
/
+4
2007-05-25
hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.
vda
1
-6
/
+18
2007-05-25
hush: avoid duplicating HUSH_VERSION
vda
1
-15
/
+16
2007-05-25
hush: micro-optimization in new variable code
vda
1
-5
/
+5
2007-05-25
hush: we can't do without variable->value member, saving 25 bytes of code
vda
1
-42
/
+38
2007-05-25
hush: rework variable storage and environment handling.
vda
4
-167
/
+238
2007-05-24
hush: update README with yet another failure case
vda
1
-0
/
+5
2007-05-24
hush: fix segfaulting syntax error in interactive hush
vda
1
-23
/
+29
2007-05-24
hush: improve 2 testsuite tests
vda
4
-2
/
+17
2007-05-24
hush: add 2 tests for correct syntax error reporting
vda
2
-0
/
+2
2007-05-24
udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not...
vda
1
-1
/
+3
2007-05-24
hush: fix handling of unmatched ${name (without closing '}') -
vda
4
-9
/
+15
2007-05-23
hush: make syntax error messages a bit more useful
vda
3
-29
/
+37
[next]