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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build fixes
FRP-3329-gcf0fa4d13
Ron Yorston
2020-01-08
5
-6
/
+18
*
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
65
-716
/
+1523
|
\
|
*
whois: limit total length of response to 32+2 kb
Denys Vlasenko
2019-12-03
1
-1
/
+3
|
*
init: improve handling of signals racing with each other
Denys Vlasenko
2019-12-03
1
-159
/
+119
|
*
init: if tcgetattr() fails, don't even try to tcsetattr()
Denys Vlasenko
2019-12-02
1
-9
/
+8
|
*
hush: fix preprocessor directives indentation
Denys Vlasenko
2019-11-28
1
-32
/
+32
|
*
grep: add -R
Tomi Leppanen
2019-11-27
1
-3
/
+7
|
*
bc: fix comparison bug, closes 12336
Denys Vlasenko
2019-11-23
2
-1
/
+9
|
*
Remove stime() function calls
Alistair Francis
2019-11-19
3
-11
/
+11
|
*
Updated inittab example documentation
Denys Vlasenko
2019-11-17
1
-17
/
+30
|
*
chgrp: correct the usage for non-desktop chgrp calls
Liu, Shuang (ADITG/ESM)
2019-11-17
1
-2
/
+2
|
*
taskset: tighten the check for stride values
Denys Vlasenko
2019-11-09
1
-2
/
+2
|
*
taskset: implement stride argument
Denys Vlasenko
2019-11-09
1
-5
/
+10
|
*
unxz: show -t in --help
Denys Vlasenko
2019-11-08
1
-0
/
+2
|
*
taskset: update comment
Denys Vlasenko
2019-11-08
1
-2
/
+8
|
*
taskset: add support for taking/printing CPU list (-c option)
Denys Vlasenko
2019-11-01
1
-11
/
+118
|
*
hush: restore redirected stdin
Denys Vlasenko
2019-11-01
5
-7
/
+42
|
*
ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2
Denys Vlasenko
2019-10-30
1
-5
/
+5
|
*
nslookup: implement support for SRV records
Jo-Philipp Wich
2019-10-27
1
-0
/
+20
|
*
nslookup: handle replies without RRs
Jo-Philipp Wich
2019-10-27
1
-1
/
+7
|
*
gunzip: fix incorrect decoding of "fixed" inflate blocks
Denys Vlasenko
2019-10-26
1
-10
/
+20
|
*
hdparm: placate "warning: taking the absolute value of unsigned type"
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
vi: placate "warning: shifting a negative signed value is undefined"
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
read_key(): placate "warning: shifting a negative signed value is undefined"
Denys Vlasenko
2019-10-25
1
-1
/
+2
|
*
ntpd: abs(tmx.offset) was truncating a "long" typed value
Denys Vlasenko
2019-10-25
1
-2
/
+4
|
*
tc: array address is never NULL
Denys Vlasenko
2019-10-25
1
-2
/
+0
|
*
traceroute: fix gcc-ism
Denys Vlasenko
2019-10-25
1
-5
/
+5
|
*
suppress a few "unused function" warnings
Denys Vlasenko
2019-10-25
4
-5
/
+6
|
*
netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
Makefile.flags: suppress some clang-9 warnings
Denys Vlasenko
2019-10-25
1
-3
/
+22
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
5
-7
/
+27
|
*
tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-24
4
-35
/
+9
|
*
shell: better comments in BASE#nn code
Denys Vlasenko
2019-10-22
1
-10
/
+14
|
*
shell/ulimit: code shrink
Denys Vlasenko
2019-10-21
1
-18
/
+59
|
*
gunzip: code shrink by using int-, not short-sized struct member
Denys Vlasenko
2019-10-20
1
-1
/
+2
|
*
gzip: code shrink
Denys Vlasenko
2019-10-19
1
-29
/
+26
|
*
gzip: code shrink
Denys Vlasenko
2019-10-19
1
-27
/
+26
|
*
telnet: add disabled code to emit EC and IP
Denys Vlasenko
2019-10-18
1
-0
/
+12
|
*
brctl: code shrink
Denys Vlasenko
2019-10-15
1
-3
/
+4
|
*
config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMES
James Byrne
2019-10-14
1
-2
/
+3
|
*
brctl: tweak help text, fix comments
Denys Vlasenko
2019-10-12
1
-5
/
+5
|
*
brctl: fold show_bridge_ports_ into its caller
Denys Vlasenko
2019-10-12
1
-165
/
+153
|
*
brctl: code shrink
Denys Vlasenko
2019-10-12
1
-32
/
+28
|
*
brctl: add support for showstp command
Martin Lewis
2019-10-11
1
-3
/
+215
|
*
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
2019-10-11
3
-7
/
+28
|
*
replace: count_strstr - Handle an edge case where sub is empty
Martin Lewis
2019-10-09
1
-0
/
+4
|
*
libbb: Converted safe_read to safe_write format
Martin Lewis
2019-10-09
1
-2
/
+10
|
*
runsv: Use 64 prefix syscall if we have to
Alistair Francis
2019-10-08
1
-0
/
+7
|
*
time: Use 64 prefix syscall if we have to
Alistair Francis
2019-10-08
1
-0
/
+7
[next]