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
*
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
*
dpkg: update supported compression methods
Denys Vlasenko
2015-01-30
6
-0
/
+50
*
platform.h: mempcpy needs <string.h>
Denys Vlasenko
2015-01-29
1
-0
/
+1
*
ntpd: get rid of G.initial_poll_complete
Denys Vlasenko
2015-01-29
1
-5
/
+2
*
dhcpd: fix an improper widening conversion
Denys Vlasenko
2015-01-27
1
-1
/
+2
*
ftpd: prevent zombies. closes 7832
Denys Vlasenko
2015-01-26
1
-2
/
+7
*
platform.h: add compat mempcpy
Denys Vlasenko
2015-01-25
1
-0
/
+9
*
depmod: simple memory optimization
Denys Vlasenko
2015-01-24
2
-11
/
+14
*
trim extra newlines in help texts
Denys Vlasenko
2015-01-24
4
-5
/
+6
*
modprobe: fix modprobe -r and parsing of /etc/modprobe.d
Natanael Copa
2015-01-19
1
-1
/
+1
*
modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)
Denys Vlasenko
2015-01-15
1
-4
/
+9
*
modprobe: fix recent breakage: modules.dep reading code needs to strip dirname
Denys Vlasenko
2015-01-15
1
-4
/
+10
*
modprobe-small: code shrink
Denys Vlasenko
2015-01-11
1
-12
/
+9
*
modprobe-small: fix recent breakage: modprobe -r was using full path
Denys Vlasenko
2015-01-11
1
-9
/
+10
*
diff: fix a bug in diffing against stdin. Closes 7784
Denys Vlasenko
2015-01-11
2
-1
/
+13
*
vi: fix reading of file after last line
Ron Yorston
2015-01-07
1
-1
/
+5
*
vi: failure to open file is not an error when initialising buffer
Ron Yorston
2015-01-07
1
-7
/
+5
*
depmod: fix recent breakage in modules.dep generation
Denys Vlasenko
2015-01-07
1
-7
/
+13
*
libpwdgrp: line counting in error meesages is broken, remove it
Tito Ragusa
2015-01-06
1
-3
/
+1
*
swaponoff: add support for -e
René Rhéaume
2015-01-05
1
-5
/
+13
[next]