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
...
|
*
more bionic fixes
Denys Vlasenko
2016-03-14
2
-1
/
+6
|
*
fixes for problems found by bionic build
Denys Vlasenko
2016-03-14
2
-18
/
+28
|
*
udhcpc: fix a warning in debug code
Denys Vlasenko
2016-03-11
1
-0
/
+1
|
*
udhcp: fix a SEGV on malformed RFC1035-encoded domain name
Denys Vlasenko
2016-03-10
1
-4
/
+9
|
*
renice: tweak help text
Denys Vlasenko
2016-03-07
1
-6
/
+7
|
*
ls: fix columnar output. Closes 8731
Denys Vlasenko
2016-03-06
1
-3
/
+3
|
*
inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
Denys Vlasenko
2016-03-06
1
-2
/
+2
|
*
udhcpc: do not use -t NUM for counting "select" packets, use 3
Denys Vlasenko
2016-03-04
1
-1
/
+1
|
*
ntpd: add experimental patch
Denys Vlasenko
2016-03-04
1
-0
/
+24
|
*
ntpd: if peer does not reply anymore, try re-resolving its hostname
Denys Vlasenko
2016-03-04
1
-0
/
+19
|
*
ntpd: do not use a peer more than once (say, if two peers resolve to the same...
Denys Vlasenko
2016-03-04
1
-1
/
+16
|
*
ntpd: more informative poll lowering message
Denys Vlasenko
2016-03-03
1
-2
/
+2
|
*
ifupdowm: fix "warning: unused variable 'iface_list'"
Denys Vlasenko
2016-03-03
1
-1
/
+1
|
*
dhcpc: Use client IP address as source address for DHCP renew/rebind messages
Hans Dedecker
2016-03-03
1
-6
/
+6
|
*
udhcpd: keep expired leases at startup
Christian Lindeberg
2016-03-01
2
-2
/
+8
|
*
ifupdown: allow duplicate interface definitions
Nicolas Cavallari
2016-03-01
1
-1
/
+14
|
*
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Denys Vlasenko
2016-02-26
2
-4
/
+15
|
*
udhcp: trivial shrink
Denys Vlasenko
2016-02-26
1
-4
/
+3
|
*
taskset: fix non-fancy cpuset printing on big-endian
Arnout Vandecappelle (Essensium/Mind)
2016-02-26
1
-19
/
+18
|
*
ntpd: print packet delay in clock update message
Denys Vlasenko
2016-02-24
1
-2
/
+8
*
|
mingw: remove bbconfig from default configuration
Ron Yorston
2016-03-27
2
-4
/
+4
*
|
sed: drop \r when reading input
Ron Yorston
2016-03-16
1
-0
/
+5
*
|
win32: fix quoting of arguments with trailing backslashes
Ron Yorston
2016-03-16
1
-15
/
+48
*
|
Silence a couple of compiler warnings
Ron Yorston
2016-03-06
3
-3
/
+4
*
|
mingw: add -fno-ident to CFLAGS
Ron Yorston
2016-02-22
1
-2
/
+1
*
|
mingw: update default configuration
Ron Yorston
2016-02-22
2
-2
/
+10
*
|
mingw: silently ignore O_NONBLOCK on file open
Ron Yorston
2016-02-22
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
33
-140
/
+530
|
\
|
|
*
modprobe: only parse files that end in .conf
Mike Frysinger
2016-02-12
1
-1
/
+9
|
*
build: add a sanitizer debug option
Mike Frysinger
2016-02-12
2
-0
/
+15
|
*
networking: allow dot at the end of the domain name in dhcp response
Denys Vlasenko
2016-02-11
1
-0
/
+2
|
*
init: make the command-line rewrite optional
Nicolas Carrier
2016-02-11
1
-5
/
+22
|
*
ntpd: shorter message
Denys Vlasenko
2016-02-10
1
-1
/
+1
|
*
ntpd: step when |offset| > 1 sec, not 0.125 sec
Denys Vlasenko
2016-02-10
1
-18
/
+36
|
*
busybox: fix uninitialized memory when displaying IPv6 addresses
Felix Fietkau
2016-02-01
1
-0
/
+1
|
*
dd: support iflag=skip_bytes
Rafał Miłecki
2016-02-01
2
-27
/
+52
|
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
4
-3
/
+5
|
*
printf: short-circuit output when argument to %b includes \c
Ron Yorston
2016-01-31
1
-3
/
+9
|
*
sed: make 's///w FILE' actually write to FILE. Closes 8251
Denys Vlasenko
2016-01-24
2
-4
/
+13
|
*
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
Denys Vlasenko
2016-01-23
1
-6
/
+5
|
*
dos2unix: try to preserve ownership. closes 8311
Denys Vlasenko
2016-01-17
1
-9
/
+11
|
*
setsid: implement -c
Denys Vlasenko
2016-01-17
1
-6
/
+13
|
*
truncate: use O_WRONLY|O_NONBLOCK
Mike Frysinger
2016-01-13
1
-1
/
+1
|
*
truncate: always set mode when opening file to avoid fortify errors
Ari Sundholm
2016-01-13
1
-1
/
+1
|
*
login: add commented-out PAM double password avoidance from BZ 4003
Denys Vlasenko
2016-01-03
1
-0
/
+43
|
*
nandwrite: implement -n (read/write without ecc)
Aaro Koskinen
2016-01-02
1
-8
/
+14
|
*
blkdiscard: new applet
Ari Sundholm
2016-01-02
1
-0
/
+83
|
*
ash: suppress a compilation warning
Cristian Ionescu-Idbohrn
2016-01-02
1
-1
/
+1
|
*
mount: support "nofail" option. Closes 8551
Denys Vlasenko
2015-12-30
1
-1
/
+9
|
*
iproute: support "scope". Closes 8561
Denys Vlasenko
2015-12-30
1
-19
/
+33
[prev]
[next]