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
*
ifupdown: shrink a message
Denys Vlasenko
2015-03-22
1
-1
/
+1
*
ifupdown: correct ifstate update during 'ifup -a'. Closes 6212
Frank Bergmann
2015-03-22
1
-3
/
+4
*
ash: do not split the result of tilde expansion
Ron Yorston
2015-03-22
1
-3
/
+0
*
trylink: respect compiler settings when probing features
Mike Frysinger
2015-03-16
1
-2
/
+2
*
trylink: use mktemp instead of hardcoding paths
Mike Frysinger
2015-03-16
1
-4
/
+4
*
vi: make BACKSPACE and DELETE join lines at start/end of line
Denys Vlasenko
2015-03-12
1
-4
/
+4
*
Use chomp to remove newlines
Ron Yorston
2015-03-12
4
-5
/
+5
*
od: fix printing of high-bit chars
Ron Yorston
2015-03-12
1
-8
/
+6
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
51
-151
/
+165
*
deluser: also remove user from /etc/group
Denys Vlasenko
2015-03-12
2
-8
/
+48
*
arping: fix iface name in error messages
Alexander Korolkov
2015-03-12
1
-2
/
+1
*
patch: segfault fix. Closes 7916
Denys Vlasenko
2015-03-11
1
-0
/
+10
*
mount: -T OTHERTAB support
Isaac Dunham
2015-03-11
2
-94
/
+108
*
ntpd: tweak help text
Denys Vlasenko
2015-03-05
1
-1
/
+2
*
inetd: fix order of array index check and array access
Denys Vlasenko
2015-03-03
1
-3
/
+5
*
ntpd: chnage help text about -l to say that it doesn't disable client code
Denys Vlasenko
2015-03-02
1
-4
/
+4
*
runsvdir: if pid==1, also intercept SIGINT for -s SCRIPT
Denys Vlasenko
2015-03-02
1
-6
/
+10
*
runsvdir: do not block SIGCHLD around poll/sleep
Denys Vlasenko
2015-03-02
1
-2
/
+0
*
runsvdir: (almost) close a signal race
Denys Vlasenko
2015-03-02
1
-25
/
+28
*
acpid: fix logging
Serj Kalichev
2015-02-23
1
-5
/
+3
*
ls: heed compiler warning
Denys Vlasenko
2015-02-23
1
-1
/
+1
*
modinfo: fix fallout from basename removal
Denys Vlasenko
2015-02-21
1
-1
/
+1
*
libpwdgrp: fix thinko in getpwnam
Tito Ragusa
2015-02-19
1
-9
/
+1
*
wget: fix --header to not append duplicate headers
Bernhard Reutner-Fischer
2015-02-18
1
-20
/
+78
*
trivial code shrink
Denys Vlasenko
2015-02-18
4
-13
/
+14
*
ls: trivial code shrink
Denys Vlasenko
2015-02-18
1
-5
/
+5
*
dc: tweak parsing
Bernhard Reutner-Fischer
2015-02-16
2
-30
/
+83
*
ls: fix year 9999 bug :)
Denys Vlasenko
2015-02-16
1
-5
/
+8
*
modprobe-small: fix thinko in previous commit
Denys Vlasenko
2015-02-13
1
-1
/
+1
*
modprobe-small: if concurrent module load did not succeed, wait
Denys Vlasenko
2015-02-12
1
-9
/
+41
*
i2cget, i2cset, i2cdetect, i2cdump: new applets
Bartosz Golaszewski
2015-02-10
1
-0
/
+1396
*
unzip: prevent attacks via malicious filenames
Denys Vlasenko
2015-02-10
4
-43
/
+63
*
libpwdgrp: use getpwent() instead of getpwent_r()
Denys Vlasenko
2015-02-07
4
-43
/
+53
*
modprobe-small: fix and simplify rmmod
Denys Vlasenko
2015-02-07
1
-32
/
+43
*
libbb/loop: don't try to re-use existing loop device
Kevin Wallace
2015-02-07
1
-10
/
+1
*
examples/mdev_fat.conf: document that newer mdev exposes path
Denys Vlasenko
2015-02-07
1
-3
/
+9
*
dd: add optional support for status=noxfer/none
Ari Sundholm
2015-02-07
2
-70
/
+111
*
ash: fix a SEGV case in an invalid heredoc
Denys Vlasenko
2015-02-05
3
-4
/
+15
*
deluser: implement --remove-home
Denys Vlasenko
2015-02-05
1
-2
/
+20
*
fstrim: fix help text
Denys Vlasenko
2015-02-04
1
-1
/
+1
*
route: fix bogus read error when route table is empty
Denys Vlasenko
2015-02-04
1
-6
/
+11
*
route: improve -A inet6
Denys Vlasenko
2015-02-03
1
-16
/
+15
*
gzip: trivial code shrink -5 bytes
Denys Vlasenko
2015-02-03
1
-4
/
+4
*
ifconfig: fix double free fatal error in INET_sprint
Denys Vlasenko
2015-02-03
1
-2
/
+2
*
libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport
Denys Vlasenko
2015-02-03
1
-51
/
+33
*
gzip: speed up and shrink put_16bit()
Denys Vlasenko
2015-02-02
2
-7
/
+36
*
gzip: do not store timestamp in gzip header
Rich Felker
2015-02-02
1
-4
/
+16
*
platform.h: enable mempcpy for FreeBSD
Denys Vlasenko
2015-02-02
1
-1
/
+6
*
ubiattach: add option -O
Micke Prag
2015-01-30
1
-4
/
+8
*
telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel
Martin Kaiser
2015-01-30
1
-2
/
+1
[next]