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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fdisk_sun: fix corrupted partition data with blank disk
Aaro Koskinen
2013-02-11
1
-0
/
+1
*
vasprintf: return -1 on strdup failure
Denys Vlasenko
2013-02-10
1
-1
/
+1
*
vasprintf: do not use xmalloc, it will deadlock on OOM
Denys Vlasenko
2013-02-07
1
-3
/
+5
*
mdev: chdir back to /dev after trying to read firmware
Denys Vlasenko
2013-02-04
1
-1
/
+2
*
arp: code shrink
Denys Vlasenko
2013-02-04
1
-10
/
+9
*
arp: fix -H/-t handling.
Kuleshov Aleksey
2013-02-04
1
-14
/
+12
*
mdev: extend debug logging output
Denys Vlasenko
2013-01-30
1
-1
/
+5
*
udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT
Denys Vlasenko
2013-01-28
3
-18
/
+22
*
testsuite/du/du-k-works: fix false positive
Kang Kai
2013-01-28
1
-0
/
+4
*
flashcp: trivial code shrink
Denys Vlasenko
2013-01-28
1
-1
/
+1
*
ps: seconds_since_boot: uint64_t -> ulong
Denys Vlasenko
2013-01-26
1
-4
/
+1
*
getopt: improve help text; code shrink
Denys Vlasenko
2013-01-24
1
-27
/
+32
*
flashcp: pad output to BUFSIZE. Hopefully closes 5882
Denys Vlasenko
2013-01-23
1
-11
/
+15
*
unzip: add missing fflush; code shrink
Denys Vlasenko
2013-01-22
1
-8
/
+11
*
mount: whitespace fix. no code changes
Denys Vlasenko
2013-01-22
1
-2
/
+2
*
*: reuse more strings
Denys Vlasenko
2013-01-22
3
-17
/
+17
*
ps: fix sscanf format specifier (%l); make uptime unsigned
Denys Vlasenko
2013-01-22
1
-15
/
+21
*
Start 1.22.0 development cycle
Denys Vlasenko
2013-01-21
1
-2
/
+2
*
Bump version to 1.21.0
1_21_0
Denys Vlasenko
2013-01-21
1
-1
/
+1
*
fix testsuite false positive
Denys Vlasenko
2013-01-21
1
-1
/
+1
*
mdev: fix mode of dir1 in =dir1/dir2/file rule
Denys Vlasenko
2013-01-21
2
-3
/
+35
*
ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...
Denys Vlasenko
2013-01-20
2
-88
/
+81
*
grep: fix grep -Fw not respecting the -w option. Closes 5792
Denys Vlasenko
2013-01-20
2
-5
/
+44
*
syslogd: do not segfault on parse error when using default config. Closes 5762
Denys Vlasenko
2013-01-20
1
-1
/
+3
*
sha3: code shrink
Denys Vlasenko
2013-01-20
2
-34
/
+61
*
syslogd: convert dummy functions to statics and get rid of IF_FEATURE_* checks
Peter Korsgaard
2013-01-18
1
-12
/
+10
*
dc: code shrink
Denys Vlasenko
2013-01-18
1
-10
/
+10
*
ash: revert wrong "fix" for an apparent memory leak. Closes 5822
Denys Vlasenko
2013-01-17
1
-0
/
+9
*
code shrink
Denys Vlasenko
2013-01-17
1
-8
/
+12
*
fix a typo in config help text. Closes 5714
Denys Vlasenko
2013-01-17
1
-1
/
+1
*
mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=
Bernhard Reutner-Fischer
2013-01-17
1
-17
/
+35
*
sha3: s/sha3_process_block76/sha3_process_block72/
Denys Vlasenko
2013-01-16
1
-4
/
+4
*
sha3: rename KeccakF->sha3_process_block76.
Denys Vlasenko
2013-01-16
1
-79
/
+81
*
mount: add unc option to CIFS mount (needed for Linux 3.4+)
Martin Santesson
2013-01-16
1
-1
/
+15
*
sha3: cache ctx->bytes_queued
Denys Vlasenko
2013-01-15
1
-11
/
+11
*
sha3: remove two "small code" codepaths: I can't reproduce code size win on t...
Denys Vlasenko
2013-01-15
1
-43
/
+18
*
sha3: tweak choice of a fast code path for 64-bit
Denys Vlasenko
2013-01-15
1
-1
/
+2
*
sha3: cosmetic tweaks to various names, comments. No logic changes.
Denys Vlasenko
2013-01-15
1
-61
/
+63
*
sha3: code shrink
Denys Vlasenko
2013-01-15
1
-26
/
+36
*
sha3: code shrink
Denys Vlasenko
2013-01-15
1
-13
/
+18
*
sha3: another speedup for SHA3_SMALL=0 case
Denys Vlasenko
2013-01-15
1
-10
/
+25
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
20
-75
/
+75
*
sha3: make size/speed optimization decision configurable
Denys Vlasenko
2013-01-15
2
-19
/
+68
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
59
-219
/
+233
*
sha3sum: new applet
Lauri Kasanen
2013-01-14
8
-4
/
+236
*
ntpd: fix incorrect m_status field in outgoing packets. Closes 5120
Paul Marks
2013-01-14
1
-1
/
+1
*
Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'
Denys Vlasenko
2013-01-14
1
-10
/
+0
*
volume_id: add squashfs detection
Sven-Göran Bergh
2013-01-14
4
-0
/
+74
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
40
-262
/
+261
*
volume_id: uuid_format small code shrink
Sven-Göran Bergh
2013-01-14
2
-20
/
+9
[prev]
[next]